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

