public class

RemoveRetireeStatusSubProcessDetailsType

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

Class Overview

Contains details for Remove Retiree Status as sub process.

Java class for Remove_Retiree_Status_Sub_Process_DetailsType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar endRetirementDate
protected EventClassificationSubcategoryObjectType reasonReference
Public Constructors
RemoveRetireeStatusSubProcessDetailsType()
Public Methods
XMLGregorianCalendar getEndRetirementDate()
Gets the value of the endRetirementDate property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
void setEndRetirementDate(XMLGregorianCalendar value)
Sets the value of the endRetirementDate 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 endRetirementDate

protected EventClassificationSubcategoryObjectType reasonReference

Public Constructors

public RemoveRetireeStatusSubProcessDetailsType ()

Public Methods

public XMLGregorianCalendar getEndRetirementDate ()

Gets the value of the endRetirementDate property.

Returns
  • possible object is XMLGregorianCalendar

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public void setEndRetirementDate (XMLGregorianCalendar value)

Sets the value of the endRetirementDate 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