public class

TerminationStatusDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.TerminationStatusDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean involuntaryTermination
protected Boolean notEligibleForHire
protected Boolean terminated
protected String terminationCategory
protected XMLGregorianCalendar terminationDate
protected String terminationReason
Public Constructors
TerminationStatusDataType()
Public Methods
Boolean getInvoluntaryTermination()
Gets the value of the involuntaryTermination property.
Boolean getNotEligibleForHire()
Gets the value of the notEligibleForHire property.
Boolean getTerminated()
Gets the value of the terminated property.
String getTerminationCategory()
Gets the value of the terminationCategory property.
XMLGregorianCalendar getTerminationDate()
Gets the value of the terminationDate property.
String getTerminationReason()
Gets the value of the terminationReason property.
void setInvoluntaryTermination(Boolean value)
Sets the value of the involuntaryTermination property.
void setNotEligibleForHire(Boolean value)
Sets the value of the notEligibleForHire property.
void setTerminated(Boolean value)
Sets the value of the terminated property.
void setTerminationCategory(String value)
Sets the value of the terminationCategory property.
void setTerminationDate(XMLGregorianCalendar value)
Sets the value of the terminationDate property.
void setTerminationReason(String value)
Sets the value of the terminationReason property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean involuntaryTermination

protected Boolean notEligibleForHire

protected Boolean terminated

protected String terminationCategory

protected XMLGregorianCalendar terminationDate

protected String terminationReason

Public Constructors

public TerminationStatusDataType ()

Public Methods

public Boolean getInvoluntaryTermination ()

Gets the value of the involuntaryTermination property. This getter has been renamed from isInvoluntaryTermination() to getInvoluntaryTermination() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getNotEligibleForHire ()

Gets the value of the notEligibleForHire property. This getter has been renamed from isNotEligibleForHire() to getNotEligibleForHire() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getTerminated ()

Gets the value of the terminated property. This getter has been renamed from isTerminated() to getTerminated() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getTerminationCategory ()

Gets the value of the terminationCategory property.

Returns
  • possible object is String

public XMLGregorianCalendar getTerminationDate ()

Gets the value of the terminationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTerminationReason ()

Gets the value of the terminationReason property.

Returns
  • possible object is String

public void setInvoluntaryTermination (Boolean value)

Sets the value of the involuntaryTermination property.

Parameters
value Allowed object is Boolean

public void setNotEligibleForHire (Boolean value)

Sets the value of the notEligibleForHire property.

Parameters
value Allowed object is Boolean

public void setTerminated (Boolean value)

Sets the value of the terminated property.

Parameters
value Allowed object is Boolean

public void setTerminationCategory (String value)

Sets the value of the terminationCategory property.

Parameters
value Allowed object is String

public void setTerminationDate (XMLGregorianCalendar value)

Sets the value of the terminationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTerminationReason (String value)

Sets the value of the terminationReason property.

Parameters
value Allowed object is String