public class

OrganizationStructureDissolveDataType

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

Class Overview

Encapsulating element containing all Organization Structure Dissolve data.

Java class for Organization_Structure_Dissolve_DataType complex type.

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

 <complexType name="Organization_Structure_Dissolve_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
OrganizationStructureDissolveDataType()
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 OrganizationStructureDissolveDataType ()

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