| java.lang.Object | |
| ↳ | com.workday.hr.TerminationStatusDataType |
Encapsulating element containing all Termination Status data for a Worker.
Java class for Termination_Status_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Termination_Status_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Terminated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Termination_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Termination_Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Termination_Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Involuntary_Termination" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Not_Eligible_For_Hire" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| involuntaryTermination | |||||||||||
| notEligibleForHire | |||||||||||
| terminated | |||||||||||
| terminationCategory | |||||||||||
| terminationDate | |||||||||||
| terminationReason | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the involuntaryTermination property.
| |||||||||||
Gets the value of the notEligibleForHire property.
| |||||||||||
Gets the value of the terminated property.
| |||||||||||
Gets the value of the terminationCategory property.
| |||||||||||
Gets the value of the terminationDate property.
| |||||||||||
Gets the value of the terminationReason property.
| |||||||||||
Sets the value of the involuntaryTermination property.
| |||||||||||
Sets the value of the notEligibleForHire property.
| |||||||||||
Sets the value of the terminated property.
| |||||||||||
Sets the value of the terminationCategory property.
| |||||||||||
Sets the value of the terminationDate property.
| |||||||||||
Sets the value of the terminationReason property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the involuntaryTermination property. This getter has been renamed from isInvoluntaryTermination() to getInvoluntaryTermination() by cxf-xjc-boolean plugin.
Gets the value of the notEligibleForHire property. This getter has been renamed from isNotEligibleForHire() to getNotEligibleForHire() by cxf-xjc-boolean plugin.
Gets the value of the terminated property. This getter has been renamed from isTerminated() to getTerminated() by cxf-xjc-boolean plugin.
Gets the value of the terminationCategory property.
Gets the value of the terminationDate property.
Gets the value of the terminationReason property.
Sets the value of the involuntaryTermination property.
| value | Allowed object is Boolean |
|---|
Sets the value of the notEligibleForHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the terminated property.
| value | Allowed object is Boolean |
|---|
Sets the value of the terminationCategory property.
| value | Allowed object is String |
|---|
Sets the value of the terminationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the terminationReason property.
| value | Allowed object is String |
|---|