public class

ProvisioningGroupAssignmentDataType

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

Class Overview

The element includes all data for the assignment of a person/worker to a provisioning group. The data reflects the current status, the assignment history is not included.

Java class for Provisioning_Group_Assignment_DataType complex type.

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

 <complexType name="Provisioning_Group_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Person_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Provisioning_Group" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Last_Changed" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar lastChanged
protected UniqueIdentifierObjectType personReference
protected String provisioningGroup
protected String status
protected WorkerObjectType workerReference
Public Constructors
ProvisioningGroupAssignmentDataType()
Public Methods
XMLGregorianCalendar getLastChanged()
Gets the value of the lastChanged property.
UniqueIdentifierObjectType getPersonReference()
Gets the value of the personReference property.
String getProvisioningGroup()
Gets the value of the provisioningGroup property.
String getStatus()
Gets the value of the status property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setLastChanged(XMLGregorianCalendar value)
Sets the value of the lastChanged property.
void setPersonReference(UniqueIdentifierObjectType value)
Sets the value of the personReference property.
void setProvisioningGroup(String value)
Sets the value of the provisioningGroup property.
void setStatus(String value)
Sets the value of the status property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar lastChanged

protected UniqueIdentifierObjectType personReference

protected String provisioningGroup

protected String status

protected WorkerObjectType workerReference

Public Constructors

public ProvisioningGroupAssignmentDataType ()

Public Methods

public XMLGregorianCalendar getLastChanged ()

Gets the value of the lastChanged property.

Returns
  • possible object is XMLGregorianCalendar

public UniqueIdentifierObjectType getPersonReference ()

Gets the value of the personReference property.

Returns

public String getProvisioningGroup ()

Gets the value of the provisioningGroup property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setLastChanged (XMLGregorianCalendar value)

Sets the value of the lastChanged property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPersonReference (UniqueIdentifierObjectType value)

Sets the value of the personReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setProvisioningGroup (String value)

Sets the value of the provisioningGroup property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status 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