| java.lang.Object | |
| ↳ | com.workday.hr.ProvisioningGroupAssignmentType |
Encapsulating element containing all provisioning group assignment data.
Java class for Provisioning_Group_AssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Provisioning_Group_AssignmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Provisioning_Group_Assignment_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Provisioning_Group_Assignment_Data" type="{urn:com.workday/bsvc}Provisioning_Group_Assignment_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| provisioningGroupAssignmentData | |||||||||||
| provisioningGroupAssignmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the provisioningGroupAssignmentData property.
| |||||||||||
Gets the value of the provisioningGroupAssignmentReference property.
| |||||||||||
Sets the value of the provisioningGroupAssignmentData property.
| |||||||||||
Sets the value of the provisioningGroupAssignmentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the provisioningGroupAssignmentData property.
ProvisioningGroupAssignmentDataType
Gets the value of the provisioningGroupAssignmentReference property.
UniqueIdentifierObjectType
Sets the value of the provisioningGroupAssignmentData property.
| value | Allowed object is
ProvisioningGroupAssignmentDataType
|
|---|
Sets the value of the provisioningGroupAssignmentReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|

