| java.lang.Object | |
| ↳ | com.workday.hr.OrganizationInactivateType |
Utilize the following elements to Inactivate an existing Organization within the Workday system.
Java class for Organization_InactivateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_InactivateType">
<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_Inactivate_Data" type="{urn:com.workday/bsvc}Organization_Inactivate_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| organizationInactivateData | |||||||||||
| organizationReferenceData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the organizationInactivateData property.
| |||||||||||
Gets the value of the organizationReferenceData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the organizationInactivateData property.
| |||||||||||
Sets the value of the organizationReferenceData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the organizationInactivateData property.
OrganizationInactivateDataType
Gets the value of the organizationReferenceData property.
OrganizationReferenceType
Gets the value of the version property.
Sets the value of the organizationInactivateData property.
| value | Allowed object is
OrganizationInactivateDataType
|
|---|
Sets the value of the organizationReferenceData property.
| value | Allowed object is
OrganizationReferenceType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

