| java.lang.Object | |
| ↳ | com.workday.payrollinterface.SecondaryTerminationDataType |
The secondary reasons for the worker's most recent termination.
Java class for Secondary_Termination_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Secondary_Termination_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Secondary_Termination_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Secondary_Termination_Reason_Category_Reference" type="{urn:com.workday/bsvc}Event_Classification_CategoryObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| secondaryTerminationReasonCategoryReference | |||||||||||
| secondaryTerminationReasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the secondaryTerminationReasonCategoryReference property.
| |||||||||||
Gets the value of the secondaryTerminationReasonReference property.
| |||||||||||
Sets the value of the secondaryTerminationReasonCategoryReference property.
| |||||||||||
Sets the value of the secondaryTerminationReasonReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the secondaryTerminationReasonCategoryReference property.
EventClassificationCategoryObjectType
Gets the value of the secondaryTerminationReasonReference property.
EventClassificationSubcategoryObjectType
Sets the value of the secondaryTerminationReasonCategoryReference property.
| value | Allowed object is
EventClassificationCategoryObjectType
|
|---|
Sets the value of the secondaryTerminationReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|