| java.lang.Object | |
| ↳ | workday.com.bsvc.ContingentWorkerDataType |
Encapsulating element containing all Contingent Worker data.
Java class for Contingent_Worker_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contingent_Worker_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="Contingent_Worker_Contract_Info_Data" type="{urn:com.workday/bsvc}Contingent_Worker_Contract_Info_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentWorkerContractInfoData | |||||||||||
| integrationIDData | |||||||||||
| personalInfoData | |||||||||||
| userID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentWorkerContractInfoData property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the personalInfoData property.
| |||||||||||
Gets the value of the userID property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the userID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the contingentWorkerContractInfoData 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 contingentWorkerContractInfoData property.
For example, to add a new item, do as follows:
getContingentWorkerContractInfoData().add(newItem);
Objects of the following type(s) are allowed in the list
ContingentWorkerContractInfoDataType
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.
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the userID property.
| value | Allowed object is String |
|---|

