public class

RemoveRetireeStatusDataType

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

Class Overview

Wrapper Element for the Remove Retiree Status business process web service.

Java class for Remove_Retiree_Status_DataType complex type.

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

 <complexType name="Remove_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="End_Retirement_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Remove_Retiree_Status_Event_Data" type="{urn:com.workday/bsvc}Remove_Retiree_Status_Event_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeObjectType employeeReference
protected XMLGregorianCalendar endRetirementDate
protected RemoveRetireeStatusEventDataType removeRetireeStatusEventData
Public Constructors
RemoveRetireeStatusDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
XMLGregorianCalendar getEndRetirementDate()
Gets the value of the endRetirementDate property.
RemoveRetireeStatusEventDataType getRemoveRetireeStatusEventData()
Gets the value of the removeRetireeStatusEventData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setEndRetirementDate(XMLGregorianCalendar value)
Sets the value of the endRetirementDate property.
void setRemoveRetireeStatusEventData(RemoveRetireeStatusEventDataType value)
Sets the value of the removeRetireeStatusEventData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeObjectType employeeReference

protected XMLGregorianCalendar endRetirementDate

protected RemoveRetireeStatusEventDataType removeRetireeStatusEventData

Public Constructors

public RemoveRetireeStatusDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public XMLGregorianCalendar getEndRetirementDate ()

Gets the value of the endRetirementDate property.

Returns
  • possible object is XMLGregorianCalendar

public RemoveRetireeStatusEventDataType getRemoveRetireeStatusEventData ()

Gets the value of the removeRetireeStatusEventData property.

Returns

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setEndRetirementDate (XMLGregorianCalendar value)

Sets the value of the endRetirementDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRemoveRetireeStatusEventData (RemoveRetireeStatusEventDataType value)

Sets the value of the removeRetireeStatusEventData property.

Parameters
value Allowed object is RemoveRetireeStatusEventDataType