| java.lang.Object | |
| ↳ | com.workday.hr.CompetencyQualificationProfileReplacementDataType |
Replacement element containing Competency Qualifications for the Job Profile When updating a Job Profile, all Competencies for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Competencies are not changed.
Java class for Competency_Qualification_Profile_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Competency_Qualification_Profile_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_Reference" type="{urn:com.workday/bsvc}SkillObjectType"/>
<element name="Competency_Level_Reference" type="{urn:com.workday/bsvc}Competency_LevelObjectType" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| competencyLevelReference | |||||||||||
| competencyReference | |||||||||||
| required | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the competencyLevelReference property.
| |||||||||||
Gets the value of the competencyReference property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Sets the value of the competencyLevelReference property.
| |||||||||||
Sets the value of the competencyReference property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the competencyLevelReference property.
CompetencyLevelObjectType
Gets the value of the competencyReference property.
SkillObjectType
Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.
Sets the value of the competencyLevelReference property.
| value | Allowed object is
CompetencyLevelObjectType
|
|---|
Sets the value of the competencyReference property.
| value | Allowed object is
SkillObjectType
|
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|

