| java.lang.Object | |
| ↳ | com.workday.hr.EmployeeEmploymentInfoDataType |
Encapsulating element containg all Employment data (e.g. Status, Position, Compensation, etc.) for an Employee.
Java class for Employee_Employment_Info_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Employment_Info_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Status_Data" type="{urn:com.workday/bsvc}Worker_Status_DataType" minOccurs="0"/>
<element name="Worker_Position_Data" type="{urn:com.workday/bsvc}Worker_Position_DataType" minOccurs="0"/>
<element name="Compensation_Data" type="{urn:com.workday/bsvc}Compensation_DataType" minOccurs="0"/>
<element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_Data_WWSType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationData | |||||||||||
| workerDocumentData | |||||||||||
| workerPositionData | |||||||||||
| workerStatusData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationData property.
| |||||||||||
Gets the value of the workerDocumentData property.
| |||||||||||
Gets the value of the workerPositionData property.
| |||||||||||
Gets the value of the workerStatusData property.
| |||||||||||
Sets the value of the compensationData property.
| |||||||||||
Sets the value of the workerDocumentData property.
| |||||||||||
Sets the value of the workerPositionData property.
| |||||||||||
Sets the value of the workerStatusData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the compensationData property.
CompensationDataType
Gets the value of the workerDocumentData property.
WorkerDocumentDataWWSType
Gets the value of the workerPositionData property.
WorkerPositionDataType
Gets the value of the workerStatusData property.
WorkerStatusDataType
Sets the value of the compensationData property.
| value | Allowed object is
CompensationDataType
|
|---|
Sets the value of the workerDocumentData property.
| value | Allowed object is
WorkerDocumentDataWWSType
|
|---|
Sets the value of the workerPositionData property.
| value | Allowed object is
WorkerPositionDataType
|
|---|
Sets the value of the workerStatusData property.
| value | Allowed object is
WorkerStatusDataType
|
|---|

