| java.lang.Object | |
| ↳ | com.workday.hr.EmployeeDataType |
Encapsulating element containing all Employee data.
Java class for Employee_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="User_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Personal_Info_Data" type="{urn:com.workday/bsvc}Personal_Info_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Worker_Status_Data" type="{urn:com.workday/bsvc}Worker_Status_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Worker_Position_Data" type="{urn:com.workday/bsvc}Worker_Position_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Compensation_Data" type="{urn:com.workday/bsvc}Compensation_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Compensation_Detail_Data" type="{urn:com.workday/bsvc}Compensation_Detail_DataType" maxOccurs="unbounded" 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 | |||||||||||
| compensationDetailData | |||||||||||
| employeeID | |||||||||||
| integrationIDData | |||||||||||
| personalInfoData | |||||||||||
| userID | |||||||||||
| workerDocumentData | |||||||||||
| workerPositionData | |||||||||||
| workerStatusData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationData property.
| |||||||||||
Gets the value of the compensationDetailData property.
| |||||||||||
Gets the value of the employeeID property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the personalInfoData property.
| |||||||||||
Gets the value of the userID 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 compensationDetailData property.
| |||||||||||
Sets the value of the employeeID property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the personalInfoData property.
| |||||||||||
Sets the value of the userID 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.
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 compensationData property.
For example, to add a new item, do as follows:
getCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationDataType
Gets the value of the compensationDetailData 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 compensationDetailData property.
For example, to add a new item, do as follows:
getCompensationDetailData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationDetailDataType
Gets the value of the employeeID property.
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the personalInfoData 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 personalInfoData property.
For example, to add a new item, do as follows:
getPersonalInfoData().add(newItem);
Objects of the following type(s) are allowed in the list
PersonalInfoDataType
Gets the value of the userID property.
Gets the value of the workerDocumentData property.
WorkerDocumentDataWWSType
Gets the value of the workerPositionData 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 workerPositionData property.
For example, to add a new item, do as follows:
getWorkerPositionData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerPositionDataType
Gets the value of the workerStatusData 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 workerStatusData property.
For example, to add a new item, do as follows:
getWorkerStatusData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerStatusDataType
Sets the value of the compensationData property.
| compensationData | Allowed object is
CompensationDataType
|
|---|
Sets the value of the compensationDetailData property.
| compensationDetailData | Allowed object is
CompensationDetailDataType
|
|---|
Sets the value of the employeeID property.
| value | Allowed object is String |
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the personalInfoData property.
| personalInfoData | Allowed object is
PersonalInfoDataType
|
|---|
Sets the value of the userID property.
| value | Allowed object is String |
|---|
Sets the value of the workerDocumentData property.
| value | Allowed object is
WorkerDocumentDataWWSType
|
|---|
Sets the value of the workerPositionData property.
| workerPositionData | Allowed object is
WorkerPositionDataType
|
|---|
Sets the value of the workerStatusData property.
| workerStatusData | Allowed object is
WorkerStatusDataType
|
|---|