| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkdayAccountForWorkerUpdateType |
Utilize the following elements to update an existing Workday Account into the Workday system.
Java class for Workday_Account_for_Worker_UpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workday_Account_for_Worker_UpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}Worker_ReferenceType"/>
<element name="Workday_Account_for_Worker_Data" type="{urn:com.workday/bsvc}Workday_Account_for_Worker_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| version | |||||||||||
| workdayAccountForWorkerData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the version property.
| |||||||||||
Gets the value of the workdayAccountForWorkerData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workdayAccountForWorkerData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the version property.
Gets the value of the workdayAccountForWorkerData property.
WorkdayAccountForWorkerDataType
Gets the value of the workerReference property.
WorkerReferenceType
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workdayAccountForWorkerData property.
| value | Allowed object is
WorkdayAccountForWorkerDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerReferenceType
|
|---|

