| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerReferenceWWSType |
Reference element representing a unique instance of Worker (e.g. Employee or Contingent Worker).
Java class for Worker_Reference_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Reference_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}Employee_ReferenceType"/>
<element name="Contingent_Worker_Reference" type="{urn:com.workday/bsvc}Contingent_Worker_Reference_DataType"/>
</choice>
<element name="Worker_ID_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentWorkerReference | |||||||||||
| employeeReference | |||||||||||
| workerIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentWorkerReference property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the workerIDReference property.
| |||||||||||
Sets the value of the contingentWorkerReference property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the workerIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the contingentWorkerReference property.
ContingentWorkerReferenceDataType
Gets the value of the employeeReference property.
EmployeeReferenceType
Gets the value of the workerIDReference property.
WorkerObjectType
Sets the value of the contingentWorkerReference property.
| value | Allowed object is
ContingentWorkerReferenceDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeReferenceType
|
|---|
Sets the value of the workerIDReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

