public class

OrganizationInactivateType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.OrganizationInactivateType

Class Overview

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>
 

Summary

Fields
protected OrganizationInactivateDataType organizationInactivateData
protected OrganizationReferenceType organizationReferenceData
protected String version
Public Constructors
OrganizationInactivateType()
Public Methods
OrganizationInactivateDataType getOrganizationInactivateData()
Gets the value of the organizationInactivateData property.
OrganizationReferenceType getOrganizationReferenceData()
Gets the value of the organizationReferenceData property.
String getVersion()
Gets the value of the version property.
void setOrganizationInactivateData(OrganizationInactivateDataType value)
Sets the value of the organizationInactivateData property.
void setOrganizationReferenceData(OrganizationReferenceType value)
Sets the value of the organizationReferenceData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected OrganizationInactivateDataType organizationInactivateData

protected OrganizationReferenceType organizationReferenceData

protected String version

Public Constructors

public OrganizationInactivateType ()

Public Methods

public OrganizationInactivateDataType getOrganizationInactivateData ()

Gets the value of the organizationInactivateData property.

Returns

public OrganizationReferenceType getOrganizationReferenceData ()

Gets the value of the organizationReferenceData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setOrganizationInactivateData (OrganizationInactivateDataType value)

Sets the value of the organizationInactivateData property.

Parameters
value Allowed object is OrganizationInactivateDataType

public void setOrganizationReferenceData (OrganizationReferenceType value)

Sets the value of the organizationReferenceData property.

Parameters
value Allowed object is OrganizationReferenceType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String