| java.lang.Object | |
| ↳ | com.workday.hr.FormerWorkerType |
Contains the data for adding or updating a Former Worker.
Java class for Former_WorkerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Former_WorkerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Former_Worker_Reference" type="{urn:com.workday/bsvc}Former_WorkerObjectType" minOccurs="0"/>
<element name="Former_Worker_Data" type="{urn:com.workday/bsvc}Former_Worker_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| formerWorkerData | |||||||||||
| formerWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the formerWorkerData property.
| |||||||||||
Gets the value of the formerWorkerReference property.
| |||||||||||
Sets the value of the formerWorkerData property.
| |||||||||||
Sets the value of the formerWorkerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the formerWorkerData property.
FormerWorkerDataType
Gets the value of the formerWorkerReference property.
FormerWorkerObjectType
Sets the value of the formerWorkerData property.
| value | Allowed object is
FormerWorkerDataType
|
|---|
Sets the value of the formerWorkerReference property.
| value | Allowed object is
FormerWorkerObjectType
|
|---|

