| java.lang.Object | |
| ↳ | workday.com.bsvc.RemoveRetireeStatusDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| endRetirementDate | |||||||||||
| removeRetireeStatusEventData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the endRetirementDate property.
| |||||||||||
Gets the value of the removeRetireeStatusEventData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the endRetirementDate property.
| |||||||||||
Sets the value of the removeRetireeStatusEventData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the endRetirementDate property.
Gets the value of the removeRetireeStatusEventData property.
RemoveRetireeStatusEventDataType
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the endRetirementDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the removeRetireeStatusEventData property.
| value | Allowed object is
RemoveRetireeStatusEventDataType
|
|---|

