| java.lang.Object | |
| ↳ | com.workday.hr.WorkerReferenceType |
Reference element representing a unique instance of Worker (e.g. Employee or Contingent Worker).
Java class for Worker_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_ReferenceType">
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentWorkerReference | |||||||||||
| employeeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentWorkerReference property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Sets the value of the contingentWorkerReference property.
| |||||||||||
Sets the value of the employeeReference 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
Sets the value of the contingentWorkerReference property.
| value | Allowed object is
ContingentWorkerReferenceDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeReferenceType
|
|---|

