public class

RoleAssignmentType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.RoleAssignmentType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected OrganizationRoleAssignmentDataType roleAssignmentData
protected UniqueIdentifierObjectType roleAssignmentReference
Public Constructors
RoleAssignmentType()
Public Methods
OrganizationRoleAssignmentDataType getRoleAssignmentData()
Gets the value of the roleAssignmentData property.
UniqueIdentifierObjectType getRoleAssignmentReference()
Gets the value of the roleAssignmentReference property.
void setRoleAssignmentData(OrganizationRoleAssignmentDataType value)
Sets the value of the roleAssignmentData property.
void setRoleAssignmentReference(UniqueIdentifierObjectType value)
Sets the value of the roleAssignmentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected OrganizationRoleAssignmentDataType roleAssignmentData

protected UniqueIdentifierObjectType roleAssignmentReference

Public Constructors

public RoleAssignmentType ()

Public Methods

public OrganizationRoleAssignmentDataType getRoleAssignmentData ()

Gets the value of the roleAssignmentData property.

Returns

public UniqueIdentifierObjectType getRoleAssignmentReference ()

Gets the value of the roleAssignmentReference property.

Returns

public void setRoleAssignmentData (OrganizationRoleAssignmentDataType value)

Sets the value of the roleAssignmentData property.

Parameters
value Allowed object is OrganizationRoleAssignmentDataType

public void setRoleAssignmentReference (UniqueIdentifierObjectType value)

Sets the value of the roleAssignmentReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType