| java.lang.Object | |
| ↳ | com.workday.hr.PutFormerWorkerResponseType |
Element for the response to Put Former Worker. Shows the Former Worker Reference ID created.
Java class for Put_Former_Worker_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Former_Worker_ResponseType">
<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"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| formerWorkerReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the formerWorkerReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the formerWorkerReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the formerWorkerReference property.
FormerWorkerObjectType
Gets the value of the version property.
Sets the value of the formerWorkerReference property.
| value | Allowed object is
FormerWorkerObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

