| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerProfileDataType |
Encapsulating element containing all Worker Profile data.
Java class for Worker_Profile_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Profile_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contingent_Worker_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
<element name="Business_Title" 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="Worker_Status_Data" type="{urn:com.workday/bsvc}Worker_Status_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Worker_Personal_Data" type="{urn:com.workday/bsvc}Worker_Personal_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Worker_Position_Data" type="{urn:com.workday/bsvc}Worker_Position_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessTitle | |||||||||||
| contingentWorkerID | |||||||||||
| employeeID | |||||||||||
| integrationIDData | |||||||||||
| workerPersonalData | |||||||||||
| workerPositionData | |||||||||||
| workerStatusData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessTitle property.
| |||||||||||
Gets the value of the contingentWorkerID property.
| |||||||||||
Gets the value of the employeeID property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the workerPersonalData property.
| |||||||||||
Gets the value of the workerPositionData property.
| |||||||||||
Gets the value of the workerStatusData property.
| |||||||||||
Sets the value of the businessTitle property.
| |||||||||||
Sets the value of the contingentWorkerID property.
| |||||||||||
Sets the value of the employeeID property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the businessTitle property.
Gets the value of the contingentWorkerID property.
Gets the value of the employeeID property.
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the workerPersonalData 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 workerPersonalData property.
For example, to add a new item, do as follows:
getWorkerPersonalData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerPersonalDataType
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 businessTitle property.
| value | Allowed object is String |
|---|
Sets the value of the contingentWorkerID property.
| value | Allowed object is String |
|---|
Sets the value of the employeeID property.
| value | Allowed object is String |
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|

