| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerEmploymentInformationDataType |
Contains the worker's employment information, such as their position and job information. Security Note: This element is secured to the following domains: Self-Service: Current Staffing Information, Worker Data: Current Staffing Information
Java class for Worker_Employment_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Employment_Information_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Data" type="{urn:com.workday/bsvc}Position_Detail_DataType" minOccurs="0"/>
<element name="Worker_Status_Data" type="{urn:com.workday/bsvc}Worker_Status_Detail_DataType" minOccurs="0"/>
<element name="Worker_Contract_Data" type="{urn:com.workday/bsvc}Worker_Contract_Detail_DataType" minOccurs="0"/>
<element name="International_Assignment_Summary_Data" type="{urn:com.workday/bsvc}International_Assignment_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| internationalAssignmentSummaryData | |||||||||||
| positionData | |||||||||||
| workerContractData | |||||||||||
| workerStatusData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the internationalAssignmentSummaryData property.
| |||||||||||
Gets the value of the positionData property.
| |||||||||||
Gets the value of the workerContractData property.
| |||||||||||
Gets the value of the workerStatusData property.
| |||||||||||
Sets the value of the internationalAssignmentSummaryData property.
| |||||||||||
Sets the value of the positionData property.
| |||||||||||
Sets the value of the workerContractData property.
| |||||||||||
Sets the value of the workerStatusData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the internationalAssignmentSummaryData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the internationalAssignmentSummaryData property.
For example, to add a new item, do as follows:
getInternationalAssignmentSummaryData().add(newItem);
Objects of the following type(s) are allowed in the list
InternationalAssignmentSummaryDataType
Gets the value of the positionData property.
PositionDetailDataType
Gets the value of the workerContractData property.
WorkerContractDetailDataType
Gets the value of the workerStatusData property.
WorkerStatusDetailDataType
Sets the value of the internationalAssignmentSummaryData property.
| internationalAssignmentSummaryData | Allowed object is
InternationalAssignmentSummaryDataType
|
|---|
Sets the value of the positionData property.
| value | Allowed object is
PositionDetailDataType
|
|---|
Sets the value of the workerContractData property.
| value | Allowed object is
WorkerContractDetailDataType
|
|---|
Sets the value of the workerStatusData property.
| value | Allowed object is
WorkerStatusDetailDataType
|
|---|