public class

WorkerRoleDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkerRoleDataType

Class Overview

Contains the roles that a worker holds.

Java class for Worker_Role_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Worker_Role_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Role_Data" type="{urn:com.workday/bsvc}Worker_Organization_Role_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerOrganizationRoleDataType organizationRoleData
Public Constructors
WorkerRoleDataType()
Public Methods
WorkerOrganizationRoleDataType getOrganizationRoleData()
Gets the value of the organizationRoleData property.
void setOrganizationRoleData(WorkerOrganizationRoleDataType value)
Sets the value of the organizationRoleData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerOrganizationRoleDataType organizationRoleData

Public Constructors

public WorkerRoleDataType ()

Public Methods

public WorkerOrganizationRoleDataType getOrganizationRoleData ()

Gets the value of the organizationRoleData property.

Returns

public void setOrganizationRoleData (WorkerOrganizationRoleDataType value)

Sets the value of the organizationRoleData property.

Parameters
value Allowed object is WorkerOrganizationRoleDataType