| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerForFilledPositionType |
Wrapper element for Worker Filling Position.
Java class for Worker_For_Filled_PositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_For_Filled_PositionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| positionReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the positionReference property.
PositionObjectType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the positionReference property.
| value | Allowed object is
PositionObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

