public class

AddRetireeStatusEventDataType

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

Class Overview

Contains retirement reason and retiree organization references for Add Retiree Status.

Java class for Add_Retiree_Status_Event_DataType complex type.

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

 <complexType name="Add_Retiree_Status_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"/>
         <element name="Retiree_Organization_Reference" type="{urn:com.workday/bsvc}Retiree_OrganizationObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EventClassificationSubcategoryObjectType reasonReference
protected RetireeOrganizationObjectType retireeOrganizationReference
Public Constructors
AddRetireeStatusEventDataType()
Public Methods
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
RetireeOrganizationObjectType getRetireeOrganizationReference()
Gets the value of the retireeOrganizationReference property.
void setReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the reasonReference property.
void setRetireeOrganizationReference(RetireeOrganizationObjectType value)
Sets the value of the retireeOrganizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EventClassificationSubcategoryObjectType reasonReference

protected RetireeOrganizationObjectType retireeOrganizationReference

Public Constructors

public AddRetireeStatusEventDataType ()

Public Methods

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public RetireeOrganizationObjectType getRetireeOrganizationReference ()

Gets the value of the retireeOrganizationReference property.

Returns

public void setReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType

public void setRetireeOrganizationReference (RetireeOrganizationObjectType value)

Sets the value of the retireeOrganizationReference property.

Parameters
value Allowed object is RetireeOrganizationObjectType