public class

OrganizationStructureDissolveDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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

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