| java.lang.Object | |
| ↳ | com.workday.staffing.AddRetireeStatusEventDataType |
Contains retirement reason and retiree organization references for Add Retiree Status.
Java class for Add_Retiree_Status_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Add_Retiree_Status_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| reasonReference | |||||||||||
| retireeOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the retireeOrganizationReference property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
Sets the value of the retireeOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the reasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the retireeOrganizationReference property.
RetireeOrganizationObjectType
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the retireeOrganizationReference property.
| value | Allowed object is
RetireeOrganizationObjectType
|
|---|

