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

