public class

AddRetireeStatusSubProcessDetailsType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.AddRetireeStatusSubProcessDetailsType

Class Overview

Contains details for Add Retiree Status as sub process.

Java class for Add_Retiree_Status_Sub_Process_DetailsType complex type.

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

 <complexType name="Add_Retiree_Status_Sub_Process_DetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Retirement_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Retirement_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
         <element name="Retiree_Organization_Reference" type="{urn:com.workday/bsvc}Retiree_OrganizationObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RetireeOrganizationObjectType retireeOrganizationReference
protected XMLGregorianCalendar retirementDate
protected EventClassificationSubcategoryObjectType retirementReasonReference
Public Constructors
AddRetireeStatusSubProcessDetailsType()
Public Methods
RetireeOrganizationObjectType getRetireeOrganizationReference()
Gets the value of the retireeOrganizationReference property.
XMLGregorianCalendar getRetirementDate()
Gets the value of the retirementDate property.
EventClassificationSubcategoryObjectType getRetirementReasonReference()
Gets the value of the retirementReasonReference property.
void setRetireeOrganizationReference(RetireeOrganizationObjectType value)
Sets the value of the retireeOrganizationReference property.
void setRetirementDate(XMLGregorianCalendar value)
Sets the value of the retirementDate property.
void setRetirementReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the retirementReasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RetireeOrganizationObjectType retireeOrganizationReference

protected XMLGregorianCalendar retirementDate

protected EventClassificationSubcategoryObjectType retirementReasonReference

Public Constructors

public AddRetireeStatusSubProcessDetailsType ()

Public Methods

public RetireeOrganizationObjectType getRetireeOrganizationReference ()

Gets the value of the retireeOrganizationReference property.

Returns

public XMLGregorianCalendar getRetirementDate ()

Gets the value of the retirementDate property.

Returns
  • possible object is XMLGregorianCalendar

public EventClassificationSubcategoryObjectType getRetirementReasonReference ()

Gets the value of the retirementReasonReference property.

Returns

public void setRetireeOrganizationReference (RetireeOrganizationObjectType value)

Sets the value of the retireeOrganizationReference property.

Parameters
value Allowed object is RetireeOrganizationObjectType

public void setRetirementDate (XMLGregorianCalendar value)

Sets the value of the retirementDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRetirementReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the retirementReasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType