public class

ProvisioningGroupAssignmentForPersonDataType

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

Class Overview

This element contains all data defining the assignment of the person to a specific provisioning group at the current moment. It does not include the assignment's history.

Java class for Provisioning_Group_Assignment_for_Person_DataType complex type.

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

 <complexType name="Provisioning_Group_Assignment_for_Person_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Provisioning_Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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 String provisioningGroup
protected String status
Public Constructors
ProvisioningGroupAssignmentForPersonDataType()
Public Methods
XMLGregorianCalendar getLastChanged()
Gets the value of the lastChanged property.
String getProvisioningGroup()
Gets the value of the provisioningGroup property.
String getStatus()
Gets the value of the status property.
void setLastChanged(XMLGregorianCalendar value)
Sets the value of the lastChanged property.
void setProvisioningGroup(String value)
Sets the value of the provisioningGroup property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar lastChanged

protected String provisioningGroup

protected String status

Public Constructors

public ProvisioningGroupAssignmentForPersonDataType ()

Public Methods

public XMLGregorianCalendar getLastChanged ()

Gets the value of the lastChanged property.

Returns
  • possible object is XMLGregorianCalendar

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 void setLastChanged (XMLGregorianCalendar value)

Sets the value of the lastChanged property.

Parameters
value Allowed object is XMLGregorianCalendar

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