public class

AddRetireeStatusDataType

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

Class Overview

Wrapper Element for the Add Retiree Status business process web service and its sub business processes.

Java class for Add_Retiree_Status_DataType complex type.

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

 <complexType name="Add_Retiree_Status_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Retiree_Status_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Add_Retiree_Status_Event_Data" type="{urn:com.workday/bsvc}Add_Retiree_Status_Event_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AddRetireeStatusEventDataType addRetireeStatusEventData
protected EmployeeObjectType employeeReference
protected XMLGregorianCalendar retireeStatusDate
Public Constructors
AddRetireeStatusDataType()
Public Methods
AddRetireeStatusEventDataType getAddRetireeStatusEventData()
Gets the value of the addRetireeStatusEventData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getRetireeStatusDate()
Gets the value of the retireeStatusDate property.
void setAddRetireeStatusEventData(AddRetireeStatusEventDataType value)
Sets the value of the addRetireeStatusEventData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setRetireeStatusDate(XMLGregorianCalendar value)
Sets the value of the retireeStatusDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddRetireeStatusEventDataType addRetireeStatusEventData

protected EmployeeObjectType employeeReference

protected XMLGregorianCalendar retireeStatusDate

Public Constructors

public AddRetireeStatusDataType ()

Public Methods

public AddRetireeStatusEventDataType getAddRetireeStatusEventData ()

Gets the value of the addRetireeStatusEventData property.

Returns

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public XMLGregorianCalendar getRetireeStatusDate ()

Gets the value of the retireeStatusDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAddRetireeStatusEventData (AddRetireeStatusEventDataType value)

Sets the value of the addRetireeStatusEventData property.

Parameters
value Allowed object is AddRetireeStatusEventDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setRetireeStatusDate (XMLGregorianCalendar value)

Sets the value of the retireeStatusDate property.

Parameters
value Allowed object is XMLGregorianCalendar