| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationRoleAssignmentForWorkerDataType |
Contains the organzation role information.
Java class for Organization_Role_Assignment_for_Worker_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Role_Assignment_for_Worker_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Role_Assigner_Reference" type="{urn:com.workday/bsvc}Role_AssignerObjectType" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Assignment_From" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignmentFrom | |||||||||||
| effectiveDate | |||||||||||
| roleAssignerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignmentFrom property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the roleAssignerReference property.
| |||||||||||
Sets the value of the assignmentFrom property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the roleAssignerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the assignmentFrom property.
Gets the value of the effectiveDate property.
Gets the value of the roleAssignerReference property.
RoleAssignerObjectType
Sets the value of the assignmentFrom property.
| value | Allowed object is String |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the roleAssignerReference property.
| value | Allowed object is
RoleAssignerObjectType
|
|---|

