| java.lang.Object | |
| ↳ | com.workday.staffing.RemoveRetireeStatusSubProcessDetailsType |
Contains details for Remove Retiree Status as sub process.
Java class for Remove_Retiree_Status_Sub_Process_DetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Remove_Retiree_Status_Sub_Process_DetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="End_Retirement_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endRetirementDate | |||||||||||
| reasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endRetirementDate property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Sets the value of the endRetirementDate property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the endRetirementDate property.
Gets the value of the reasonReference property.
EventClassificationSubcategoryObjectType
Sets the value of the endRetirementDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|

