| java.lang.Object | |
| ↳ | com.workday.absence.AssignOrganizationRolesEventDataType |
Wrapper for Organization Role Assignment Data. Includes Role Assignments.
Java class for Assign_Organization_Roles_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assign_Organization_Roles_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Role_Assignee_Reference" type="{urn:com.workday/bsvc}RoleeObjectType"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Role_Assignment" type="{urn:com.workday/bsvc}Role_AssignmentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| roleAssigneeReference | |||||||||||
| roleAssignment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the roleAssigneeReference property.
| |||||||||||
Gets the value of the roleAssignment property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the roleAssigneeReference property.
| |||||||||||
Sets the value of the roleAssignment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the roleAssigneeReference property.
RoleeObjectType
Gets the value of the roleAssignment property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the roleAssignment property.
For example, to add a new item, do as follows:
getRoleAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
RoleAssignmentType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the roleAssigneeReference property.
| value | Allowed object is
RoleeObjectType
|
|---|
Sets the value of the roleAssignment property.
| roleAssignment | Allowed object is
RoleAssignmentType
|
|---|