| java.lang.Object | |
| ↳ | workday.com.bsvc.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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| involuntaryTermination | |||||||||||
| notEligibleForHire | |||||||||||
| terminated | |||||||||||
| terminationCategory | |||||||||||
| terminationDate | |||||||||||
| terminationReason | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the terminationCategory property.
| |||||||||||
Gets the value of the terminationDate property.
| |||||||||||
Gets the value of the terminationReason property.
| |||||||||||
Gets the value of the involuntaryTermination property.
| |||||||||||
Gets the value of the notEligibleForHire property.
| |||||||||||
Gets the value of the terminated 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 terminationCategory property.
Gets the value of the terminationDate property.
Gets the value of the terminationReason property.
Gets the value of the involuntaryTermination property.
Gets the value of the notEligibleForHire property.
Gets the value of the terminated 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 |
|---|

