public class

TerminateEventDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.TerminateEventDataType

Class Overview

Data Element that contains the basic information to terminate an employee. All required information must be included. The Terminate Employee business process (for the employee) will be initiated from this information.

Java class for Terminate_Event_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Terminate_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Last_Day_of_Work" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Primary_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
         <element name="Secondary_Reason_Reference" type="{urn:com.workday/bsvc}Termination_SubcategoryObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Local_Termination_Reason_Reference" type="{urn:com.workday/bsvc}Local_Termination_ReasonObjectType" minOccurs="0"/>
         <element name="Pay_Through_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Resignation_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Notify_Employee_By_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Regrettable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Close_Position" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Last_Date_for_Which_Paid" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Expected_Date_of_Return" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Not_Returning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Return_Unknown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_for_Staffing_Event_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean closePosition
protected XMLGregorianCalendar expectedDateOfReturn
protected XMLGregorianCalendar lastDateForWhichPaid
protected XMLGregorianCalendar lastDayOfWork
protected LocalTerminationReasonObjectType localTerminationReasonReference
protected Boolean notReturning
protected XMLGregorianCalendar notifyEmployeeByDate
protected XMLGregorianCalendar payThroughDate
protected EventClassificationSubcategoryObjectType primaryReasonReference
protected Boolean regrettable
protected XMLGregorianCalendar resignationDate
protected Boolean returnUnknown
protected List<TerminationSubcategoryObjectType> secondaryReasonReference
protected List<WorkerDocumentForStaffingEventDataType> workerDocumentData
Public Constructors
TerminateEventDataType()
Public Methods
XMLGregorianCalendar getExpectedDateOfReturn()
Gets the value of the expectedDateOfReturn property.
XMLGregorianCalendar getLastDateForWhichPaid()
Gets the value of the lastDateForWhichPaid property.
XMLGregorianCalendar getLastDayOfWork()
Gets the value of the lastDayOfWork property.
LocalTerminationReasonObjectType getLocalTerminationReasonReference()
Gets the value of the localTerminationReasonReference property.
XMLGregorianCalendar getNotifyEmployeeByDate()
Gets the value of the notifyEmployeeByDate property.
XMLGregorianCalendar getPayThroughDate()
Gets the value of the payThroughDate property.
EventClassificationSubcategoryObjectType getPrimaryReasonReference()
Gets the value of the primaryReasonReference property.
XMLGregorianCalendar getResignationDate()
Gets the value of the resignationDate property.
List<TerminationSubcategoryObjectType> getSecondaryReasonReference()
Gets the value of the secondaryReasonReference property.
List<WorkerDocumentForStaffingEventDataType> getWorkerDocumentData()
Gets the value of the workerDocumentData property.
Boolean isClosePosition()
Gets the value of the closePosition property.
Boolean isNotReturning()
Gets the value of the notReturning property.
Boolean isRegrettable()
Gets the value of the regrettable property.
Boolean isReturnUnknown()
Gets the value of the returnUnknown property.
void setClosePosition(Boolean value)
Sets the value of the closePosition property.
void setExpectedDateOfReturn(XMLGregorianCalendar value)
Sets the value of the expectedDateOfReturn property.
void setLastDateForWhichPaid(XMLGregorianCalendar value)
Sets the value of the lastDateForWhichPaid property.
void setLastDayOfWork(XMLGregorianCalendar value)
Sets the value of the lastDayOfWork property.
void setLocalTerminationReasonReference(LocalTerminationReasonObjectType value)
Sets the value of the localTerminationReasonReference property.
void setNotReturning(Boolean value)
Sets the value of the notReturning property.
void setNotifyEmployeeByDate(XMLGregorianCalendar value)
Sets the value of the notifyEmployeeByDate property.
void setPayThroughDate(XMLGregorianCalendar value)
Sets the value of the payThroughDate property.
void setPrimaryReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the primaryReasonReference property.
void setRegrettable(Boolean value)
Sets the value of the regrettable property.
void setResignationDate(XMLGregorianCalendar value)
Sets the value of the resignationDate property.
void setReturnUnknown(Boolean value)
Sets the value of the returnUnknown property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean closePosition

protected XMLGregorianCalendar expectedDateOfReturn

protected XMLGregorianCalendar lastDateForWhichPaid

protected XMLGregorianCalendar lastDayOfWork

protected LocalTerminationReasonObjectType localTerminationReasonReference

protected Boolean notReturning

protected XMLGregorianCalendar notifyEmployeeByDate

protected XMLGregorianCalendar payThroughDate

protected EventClassificationSubcategoryObjectType primaryReasonReference

protected Boolean regrettable

protected XMLGregorianCalendar resignationDate

protected Boolean returnUnknown

protected List<TerminationSubcategoryObjectType> secondaryReasonReference

protected List<WorkerDocumentForStaffingEventDataType> workerDocumentData

Public Constructors

public TerminateEventDataType ()

Public Methods

public XMLGregorianCalendar getExpectedDateOfReturn ()

Gets the value of the expectedDateOfReturn property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastDateForWhichPaid ()

Gets the value of the lastDateForWhichPaid property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastDayOfWork ()

Gets the value of the lastDayOfWork property.

Returns
  • possible object is XMLGregorianCalendar

public LocalTerminationReasonObjectType getLocalTerminationReasonReference ()

Gets the value of the localTerminationReasonReference property.

Returns

public XMLGregorianCalendar getNotifyEmployeeByDate ()

Gets the value of the notifyEmployeeByDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPayThroughDate ()

Gets the value of the payThroughDate property.

Returns
  • possible object is XMLGregorianCalendar

public EventClassificationSubcategoryObjectType getPrimaryReasonReference ()

Gets the value of the primaryReasonReference property.

Returns

public XMLGregorianCalendar getResignationDate ()

Gets the value of the resignationDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<TerminationSubcategoryObjectType> getSecondaryReasonReference ()

Gets the value of the secondaryReasonReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the secondaryReasonReference property.

For example, to add a new item, do as follows:

    getSecondaryReasonReference().add(newItem);
 

Objects of the following type(s) are allowed in the list TerminationSubcategoryObjectType

public List<WorkerDocumentForStaffingEventDataType> getWorkerDocumentData ()

Gets the value of the workerDocumentData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workerDocumentData property.

For example, to add a new item, do as follows:

    getWorkerDocumentData().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkerDocumentForStaffingEventDataType

public Boolean isClosePosition ()

Gets the value of the closePosition property.

Returns
  • possible object is Boolean

public Boolean isNotReturning ()

Gets the value of the notReturning property.

Returns
  • possible object is Boolean

public Boolean isRegrettable ()

Gets the value of the regrettable property.

Returns
  • possible object is Boolean

public Boolean isReturnUnknown ()

Gets the value of the returnUnknown property.

Returns
  • possible object is Boolean

public void setClosePosition (Boolean value)

Sets the value of the closePosition property.

Parameters
value Allowed object is Boolean

public void setExpectedDateOfReturn (XMLGregorianCalendar value)

Sets the value of the expectedDateOfReturn property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastDateForWhichPaid (XMLGregorianCalendar value)

Sets the value of the lastDateForWhichPaid property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastDayOfWork (XMLGregorianCalendar value)

Sets the value of the lastDayOfWork property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocalTerminationReasonReference (LocalTerminationReasonObjectType value)

Sets the value of the localTerminationReasonReference property.

Parameters
value Allowed object is LocalTerminationReasonObjectType

public void setNotReturning (Boolean value)

Sets the value of the notReturning property.

Parameters
value Allowed object is Boolean

public void setNotifyEmployeeByDate (XMLGregorianCalendar value)

Sets the value of the notifyEmployeeByDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPayThroughDate (XMLGregorianCalendar value)

Sets the value of the payThroughDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPrimaryReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the primaryReasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType

public void setRegrettable (Boolean value)

Sets the value of the regrettable property.

Parameters
value Allowed object is Boolean

public void setResignationDate (XMLGregorianCalendar value)

Sets the value of the resignationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setReturnUnknown (Boolean value)

Sets the value of the returnUnknown property.

Parameters
value Allowed object is Boolean