| java.lang.Object | |
| ↳ | workday.com.bsvc.ProvisioningGroupAssignmentDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lastChanged | |||||||||||
| personReference | |||||||||||
| provisioningGroup | |||||||||||
| status | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lastChanged property.
| |||||||||||
Gets the value of the personReference property.
| |||||||||||
Gets the value of the provisioningGroup property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the lastChanged property.
| |||||||||||
Sets the value of the personReference property.
| |||||||||||
Sets the value of the provisioningGroup property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the lastChanged property.
Gets the value of the personReference property.
UniqueIdentifierObjectType
Gets the value of the provisioningGroup property.
Gets the value of the status property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the lastChanged property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the personReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the provisioningGroup property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

