| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationStructureDissolveType |
Utilize the following elements to Dissolve an existing Organization Structure within the Workday system.
Java class for Organization_Structure_DissolveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Structure_DissolveType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Reference_Data" type="{urn:com.workday/bsvc}Organization_ReferenceType"/>
<element name="Organization_Structure_Dissolve_Data" type="{urn:com.workday/bsvc}Organization_Structure_Dissolve_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| organizationReferenceData | |||||||||||
| organizationStructureDissolveData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the organizationReferenceData property.
| |||||||||||
Gets the value of the organizationStructureDissolveData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the organizationReferenceData property.
| |||||||||||
Sets the value of the organizationStructureDissolveData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the organizationReferenceData property.
OrganizationReferenceType
Gets the value of the organizationStructureDissolveData property.
OrganizationStructureDissolveDataType
Gets the value of the version property.
Sets the value of the organizationReferenceData property.
| value | Allowed object is
OrganizationReferenceType
|
|---|
Sets the value of the organizationStructureDissolveData property.
| value | Allowed object is
OrganizationStructureDissolveDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

