public class

ClosePositionEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.ClosePositionEventDataType

Class Overview

Contains the detailed data for the closure.

Java class for Close_Position_Event_DataType complex type.

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

 <complexType name="Close_Position_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
         <element name="Close_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar closeDate
protected EventClassificationSubcategoryObjectType reasonReference
Public Constructors
ClosePositionEventDataType()
Public Methods
XMLGregorianCalendar getCloseDate()
Gets the value of the closeDate property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
void setCloseDate(XMLGregorianCalendar value)
Sets the value of the closeDate property.
void setReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the reasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar closeDate

protected EventClassificationSubcategoryObjectType reasonReference

Public Constructors

public ClosePositionEventDataType ()

Public Methods

public XMLGregorianCalendar getCloseDate ()

Gets the value of the closeDate property.

Returns
  • possible object is XMLGregorianCalendar

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public void setCloseDate (XMLGregorianCalendar value)

Sets the value of the closeDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType