| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerOrganizationRoleAssignmentDataType |
Contains the workers that fill the organization role.
Java class for Worker_Organization_Role_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Organization_Role_Assignment_DataType">
<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="Assignment_From" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignmentFrom | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignmentFrom property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the assignmentFrom property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the assignmentFrom property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the assignmentFrom property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

