public class

CompetencyQualificationProfileDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CompetencyQualificationProfileDataType

Class Overview

Encapsulating element containing all Competency Qualfication Profile data.

Java class for Competency_Qualification_Profile_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Competency_Qualification_Profile_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Competency_Reference" type="{urn:com.workday/bsvc}Competency_ReferenceType"/>
         <element name="Competency_Level_Behavior_Reference" type="{urn:com.workday/bsvc}Competency_Level_Behavior_ReferenceType" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompetencyLevelBehaviorReferenceType competencyLevelBehaviorReference
protected CompetencyReferenceType competencyReference
protected Boolean required
Public Constructors
CompetencyQualificationProfileDataType()
Public Methods
CompetencyLevelBehaviorReferenceType getCompetencyLevelBehaviorReference()
Gets the value of the competencyLevelBehaviorReference property.
CompetencyReferenceType getCompetencyReference()
Gets the value of the competencyReference property.
Boolean getRequired()
Gets the value of the required property.
void setCompetencyLevelBehaviorReference(CompetencyLevelBehaviorReferenceType value)
Sets the value of the competencyLevelBehaviorReference property.
void setCompetencyReference(CompetencyReferenceType value)
Sets the value of the competencyReference property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompetencyLevelBehaviorReferenceType competencyLevelBehaviorReference

protected CompetencyReferenceType competencyReference

protected Boolean required

Public Constructors

public CompetencyQualificationProfileDataType ()

Public Methods

public CompetencyLevelBehaviorReferenceType getCompetencyLevelBehaviorReference ()

Gets the value of the competencyLevelBehaviorReference property.

Returns

public CompetencyReferenceType getCompetencyReference ()

Gets the value of the competencyReference property.

Returns

public Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCompetencyLevelBehaviorReference (CompetencyLevelBehaviorReferenceType value)

Sets the value of the competencyLevelBehaviorReference property.

Parameters
value Allowed object is CompetencyLevelBehaviorReferenceType

public void setCompetencyReference (CompetencyReferenceType value)

Sets the value of the competencyReference property.

Parameters
value Allowed object is CompetencyReferenceType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean