| java.lang.Object | |
| ↳ | com.workday.staffing.CompetencyProfileForJobType |
Contains the position's competency information.
Java class for Competency_Profile_for_JobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Competency_Profile_for_JobType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Competency_Profile_Data" type="{urn:com.workday/bsvc}Competency_Profile_for_Job_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| competencyProfileData | |||||||||||
| competencyProfileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the competencyProfileData property.
| |||||||||||
Gets the value of the competencyProfileReference property.
| |||||||||||
Sets the value of the competencyProfileData property.
| |||||||||||
Sets the value of the competencyProfileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the competencyProfileData property.
CompetencyProfileForJobDataType
Gets the value of the competencyProfileReference property.
UniqueIdentifierObjectType
Sets the value of the competencyProfileData property.
| value | Allowed object is
CompetencyProfileForJobDataType
|
|---|
Sets the value of the competencyProfileReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|

