| java.lang.Object | |
| ↳ | workday.com.bsvc.ContingentWorkerPersonalInfoUpdateType |
Utilize the following elements to update the Personal Information for an existing Contingent Worker within the Workday system.
Java class for Contingent_Worker_Personal_Info_UpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contingent_Worker_Personal_Info_UpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contingent_Worker_Reference" type="{urn:com.workday/bsvc}Contingent_Worker_Reference_DataType"/>
<element name="Contingent_Worker_Personal_Info_Data" type="{urn:com.workday/bsvc}Worker_Personal_Info_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentWorkerPersonalInfoData | |||||||||||
| contingentWorkerReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentWorkerPersonalInfoData property.
| |||||||||||
Gets the value of the contingentWorkerReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the contingentWorkerPersonalInfoData property.
| |||||||||||
Sets the value of the contingentWorkerReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the contingentWorkerPersonalInfoData property.
WorkerPersonalInfoDataType
Gets the value of the contingentWorkerReference property.
ContingentWorkerReferenceDataType
Gets the value of the version property.
Sets the value of the contingentWorkerPersonalInfoData property.
| value | Allowed object is
WorkerPersonalInfoDataType
|
|---|
Sets the value of the contingentWorkerReference property.
| value | Allowed object is
ContingentWorkerReferenceDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

