public class

RemoveRetireeStatusEventDataType

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

Class Overview

Contains reason for removing retirement status and retiree organization that the worker is in.

Java class for Remove_Retiree_Status_Event_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected EventClassificationSubcategoryObjectType endRetirementReasonReference
Public Constructors
RemoveRetireeStatusEventDataType()
Public Methods
EventClassificationSubcategoryObjectType getEndRetirementReasonReference()
Gets the value of the endRetirementReasonReference property.
void setEndRetirementReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the endRetirementReasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EventClassificationSubcategoryObjectType endRetirementReasonReference

Public Constructors

public RemoveRetireeStatusEventDataType ()

Public Methods

public EventClassificationSubcategoryObjectType getEndRetirementReasonReference ()

Gets the value of the endRetirementReasonReference property.

Returns

public void setEndRetirementReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the endRetirementReasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType