public class

OrganizationInactivateDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.OrganizationInactivateDataType

Class Overview

This element contains the effective date that the organization is inactivated.

Java class for Organization_Inactivate_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Organization_Inactivate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
Public Constructors
OrganizationInactivateDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

Public Constructors

public OrganizationInactivateDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar