public class

WorkerEmploymentInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.WorkerEmploymentInformationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<InternationalAssignmentSummaryDataType> internationalAssignmentSummaryData
protected PositionDetailDataType positionData
protected WorkerContractDetailDataType workerContractData
protected WorkerStatusDetailDataType workerStatusData
Public Constructors
WorkerEmploymentInformationDataType()
Public Methods
List<InternationalAssignmentSummaryDataType> getInternationalAssignmentSummaryData()
Gets the value of the internationalAssignmentSummaryData property.
PositionDetailDataType getPositionData()
Gets the value of the positionData property.
WorkerContractDetailDataType getWorkerContractData()
Gets the value of the workerContractData property.
WorkerStatusDetailDataType getWorkerStatusData()
Gets the value of the workerStatusData property.
void setInternationalAssignmentSummaryData(List<InternationalAssignmentSummaryDataType> internationalAssignmentSummaryData)
Sets the value of the internationalAssignmentSummaryData property.
void setPositionData(PositionDetailDataType value)
Sets the value of the positionData property.
void setWorkerContractData(WorkerContractDetailDataType value)
Sets the value of the workerContractData property.
void setWorkerStatusData(WorkerStatusDetailDataType value)
Sets the value of the workerStatusData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<InternationalAssignmentSummaryDataType> internationalAssignmentSummaryData

protected PositionDetailDataType positionData

protected WorkerContractDetailDataType workerContractData

protected WorkerStatusDetailDataType workerStatusData

Public Constructors

public WorkerEmploymentInformationDataType ()

Public Methods

public List<InternationalAssignmentSummaryDataType> getInternationalAssignmentSummaryData ()

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

public PositionDetailDataType getPositionData ()

Gets the value of the positionData property.

Returns

public WorkerContractDetailDataType getWorkerContractData ()

Gets the value of the workerContractData property.

Returns

public WorkerStatusDetailDataType getWorkerStatusData ()

Gets the value of the workerStatusData property.

Returns

public void setInternationalAssignmentSummaryData (List<InternationalAssignmentSummaryDataType> internationalAssignmentSummaryData)

Sets the value of the internationalAssignmentSummaryData property.

Parameters
internationalAssignmentSummaryData Allowed object is InternationalAssignmentSummaryDataType

public void setPositionData (PositionDetailDataType value)

Sets the value of the positionData property.

Parameters
value Allowed object is PositionDetailDataType

public void setWorkerContractData (WorkerContractDetailDataType value)

Sets the value of the workerContractData property.

Parameters
value Allowed object is WorkerContractDetailDataType

public void setWorkerStatusData (WorkerStatusDetailDataType value)

Sets the value of the workerStatusData property.

Parameters
value Allowed object is WorkerStatusDetailDataType