| java.lang.Object | |
| ↳ | com.workday.staffing.AddRetireeStatusSubProcessDetailsType |
Contains details for Add Retiree Status as sub process.
Java class for Add_Retiree_Status_Sub_Process_DetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Add_Retiree_Status_Sub_Process_DetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Retirement_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Retirement_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| retireeOrganizationReference | |||||||||||
| retirementDate | |||||||||||
| retirementReasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the retireeOrganizationReference property.
| |||||||||||
Gets the value of the retirementDate property.
| |||||||||||
Gets the value of the retirementReasonReference property.
| |||||||||||
Sets the value of the retireeOrganizationReference property.
| |||||||||||
Sets the value of the retirementDate property.
| |||||||||||
Sets the value of the retirementReasonReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the retireeOrganizationReference property.
RetireeOrganizationObjectType
Gets the value of the retirementDate property.
Gets the value of the retirementReasonReference property.
EventClassificationSubcategoryObjectType
Sets the value of the retireeOrganizationReference property.
| value | Allowed object is
RetireeOrganizationObjectType
|
|---|
Sets the value of the retirementDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the retirementReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|

