public class

WorkerOrganizationRoleAssignmentDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerOrganizationRoleAssignmentDataType

Class Overview

Contains the workers that fill the organization role.

Java class for Worker_Organization_Role_Assignment_DataType complex type.

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

 <complexType name="Worker_Organization_Role_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Assignment_From" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String assignmentFrom
protected WorkerObjectType workerReference
Public Constructors
WorkerOrganizationRoleAssignmentDataType()
Public Methods
String getAssignmentFrom()
Gets the value of the assignmentFrom property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAssignmentFrom(String value)
Sets the value of the assignmentFrom property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String assignmentFrom

protected WorkerObjectType workerReference

Public Constructors

public WorkerOrganizationRoleAssignmentDataType ()

Public Methods

public String getAssignmentFrom ()

Gets the value of the assignmentFrom property.

Returns
  • possible object is String

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setAssignmentFrom (String value)

Sets the value of the assignmentFrom property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType