| java.lang.Object | |
| ↳ | com.workday.hr.ProvisioningGroupType |
Encapsulating element containing all provisioning group data.
Java class for Provisioning_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Provisioning_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Provisioning_Group_Reference" type="{urn:com.workday/bsvc}Provisioning_GroupObjectType" minOccurs="0"/>
<element name="Provisioning_Group_Data" type="{urn:com.workday/bsvc}Provisioning_Group_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| provisioningGroupData | |||||||||||
| provisioningGroupReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the provisioningGroupData property.
| |||||||||||
Gets the value of the provisioningGroupReference property.
| |||||||||||
Sets the value of the provisioningGroupData property.
| |||||||||||
Sets the value of the provisioningGroupReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the provisioningGroupData property.
ProvisioningGroupDataType
Gets the value of the provisioningGroupReference property.
ProvisioningGroupObjectType
Sets the value of the provisioningGroupData property.
| value | Allowed object is
ProvisioningGroupDataType
|
|---|
Sets the value of the provisioningGroupReference property.
| value | Allowed object is
ProvisioningGroupObjectType
|
|---|

