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

