public class

OrganizationRoleAssignmentForWorkerDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String assignmentFrom
protected XMLGregorianCalendar effectiveDate
protected RoleAssignerObjectType roleAssignerReference
Public Constructors
OrganizationRoleAssignmentForWorkerDataType()
Public Methods
String getAssignmentFrom()
Gets the value of the assignmentFrom property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
RoleAssignerObjectType getRoleAssignerReference()
Gets the value of the roleAssignerReference property.
void setAssignmentFrom(String value)
Sets the value of the assignmentFrom property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setRoleAssignerReference(RoleAssignerObjectType value)
Sets the value of the roleAssignerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String assignmentFrom

protected XMLGregorianCalendar effectiveDate

protected RoleAssignerObjectType roleAssignerReference

Public Constructors

public OrganizationRoleAssignmentForWorkerDataType ()

Public Methods

public String getAssignmentFrom ()

Gets the value of the assignmentFrom property.

Returns
  • possible object is String

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public RoleAssignerObjectType getRoleAssignerReference ()

Gets the value of the roleAssignerReference property.

Returns

public void setAssignmentFrom (String value)

Sets the value of the assignmentFrom property.

Parameters
value Allowed object is String

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRoleAssignerReference (RoleAssignerObjectType value)

Sets the value of the roleAssignerReference property.

Parameters
value Allowed object is RoleAssignerObjectType