public class

TerminationStatusDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

Fields
protected Boolean involuntaryTermination
protected Boolean notEligibleForHire
protected Boolean terminated
protected String terminationCategory
protected XMLGregorianCalendar terminationDate
protected String terminationReason
Public Constructors
TerminationStatusDataType()
Public Methods
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.
Boolean isInvoluntaryTermination()
Gets the value of the involuntaryTermination property.
Boolean isNotEligibleForHire()
Gets the value of the notEligibleForHire property.
Boolean isTerminated()
Gets the value of the terminated 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

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 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 Boolean isInvoluntaryTermination ()

Gets the value of the involuntaryTermination property.

Returns
  • possible object is Boolean

public Boolean isNotEligibleForHire ()

Gets the value of the notEligibleForHire property.

Returns
  • possible object is Boolean

public Boolean isTerminated ()

Gets the value of the terminated property.

Returns
  • possible object is Boolean

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