| java.lang.Object | |
| ↳ | com.workday.absence.RoleAssignmentType |
Encapsulating Element for all Organization Role Assignment data.
Java class for Role_AssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Role_AssignmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Role_Assignment_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Role_Assignment_Data" type="{urn:com.workday/bsvc}Organization_Role_Assignment_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| roleAssignmentData | |||||||||||
| roleAssignmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the roleAssignmentData property.
| |||||||||||
Gets the value of the roleAssignmentReference property.
| |||||||||||
Sets the value of the roleAssignmentData property.
| |||||||||||
Sets the value of the roleAssignmentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the roleAssignmentData property.
OrganizationRoleAssignmentDataType
Gets the value of the roleAssignmentReference property.
UniqueIdentifierObjectType
Sets the value of the roleAssignmentData property.
| value | Allowed object is
OrganizationRoleAssignmentDataType
|
|---|
Sets the value of the roleAssignmentReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|