public class

EndContingentWorkerContractEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.EndContingentWorkerContractEventDataType

Class Overview

Data Element that contains the basic information to end the contract of a contingent worker. All required information must be included. The End Contingent Worker Contract business process will be initiated from this information.

Java class for End_Contingent_Worker_Contract_Event_DataType complex type.

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

 <complexType name="End_Contingent_Worker_Contract_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="Notify_Worker_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="Job_Overlap_Allowed" 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

Constants
long serialVersionUID
Fields
protected Boolean closePosition
protected Boolean jobOverlapAllowed
protected XMLGregorianCalendar lastDayOfWork
protected LocalTerminationReasonObjectType localTerminationReasonReference
protected XMLGregorianCalendar notifyWorkerByDate
protected EventClassificationSubcategoryObjectType primaryReasonReference
protected Boolean regrettable
protected List<TerminationSubcategoryObjectType> secondaryReasonReference
protected List<WorkerDocumentForStaffingEventDataType> workerDocumentData
Public Constructors
EndContingentWorkerContractEventDataType()
Public Methods
Boolean getClosePosition()
Gets the value of the closePosition property.
Boolean getJobOverlapAllowed()
Gets the value of the jobOverlapAllowed property.
XMLGregorianCalendar getLastDayOfWork()
Gets the value of the lastDayOfWork property.
LocalTerminationReasonObjectType getLocalTerminationReasonReference()
Gets the value of the localTerminationReasonReference property.
XMLGregorianCalendar getNotifyWorkerByDate()
Gets the value of the notifyWorkerByDate property.
EventClassificationSubcategoryObjectType getPrimaryReasonReference()
Gets the value of the primaryReasonReference property.
Boolean getRegrettable()
Gets the value of the regrettable property.
List<TerminationSubcategoryObjectType> getSecondaryReasonReference()
Gets the value of the secondaryReasonReference property.
List<WorkerDocumentForStaffingEventDataType> getWorkerDocumentData()
Gets the value of the workerDocumentData property.
void setClosePosition(Boolean value)
Sets the value of the closePosition property.
void setJobOverlapAllowed(Boolean value)
Sets the value of the jobOverlapAllowed property.
void setLastDayOfWork(XMLGregorianCalendar value)
Sets the value of the lastDayOfWork property.
void setLocalTerminationReasonReference(LocalTerminationReasonObjectType value)
Sets the value of the localTerminationReasonReference property.
void setNotifyWorkerByDate(XMLGregorianCalendar value)
Sets the value of the notifyWorkerByDate property.
void setPrimaryReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the primaryReasonReference property.
void setRegrettable(Boolean value)
Sets the value of the regrettable property.
void setSecondaryReasonReference(List<TerminationSubcategoryObjectType> secondaryReasonReference)
Sets the value of the secondaryReasonReference property.
void setWorkerDocumentData(List<WorkerDocumentForStaffingEventDataType> workerDocumentData)
Sets the value of the workerDocumentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean closePosition

protected Boolean jobOverlapAllowed

protected XMLGregorianCalendar lastDayOfWork

protected LocalTerminationReasonObjectType localTerminationReasonReference

protected XMLGregorianCalendar notifyWorkerByDate

protected EventClassificationSubcategoryObjectType primaryReasonReference

protected Boolean regrettable

protected List<TerminationSubcategoryObjectType> secondaryReasonReference

protected List<WorkerDocumentForStaffingEventDataType> workerDocumentData

Public Constructors

public EndContingentWorkerContractEventDataType ()

Public Methods

public Boolean getClosePosition ()

Gets the value of the closePosition property. This getter has been renamed from isClosePosition() to getClosePosition() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getJobOverlapAllowed ()

Gets the value of the jobOverlapAllowed property. This getter has been renamed from isJobOverlapAllowed() to getJobOverlapAllowed() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 getNotifyWorkerByDate ()

Gets the value of the notifyWorkerByDate property.

Returns
  • possible object is XMLGregorianCalendar

public EventClassificationSubcategoryObjectType getPrimaryReasonReference ()

Gets the value of the primaryReasonReference property.

Returns

public Boolean getRegrettable ()

Gets the value of the regrettable property. This getter has been renamed from isRegrettable() to getRegrettable() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 void setClosePosition (Boolean value)

Sets the value of the closePosition property.

Parameters
value Allowed object is Boolean

public void setJobOverlapAllowed (Boolean value)

Sets the value of the jobOverlapAllowed property.

Parameters
value Allowed object is Boolean

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 setNotifyWorkerByDate (XMLGregorianCalendar value)

Sets the value of the notifyWorkerByDate 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 setSecondaryReasonReference (List<TerminationSubcategoryObjectType> secondaryReasonReference)

Sets the value of the secondaryReasonReference property.

Parameters
secondaryReasonReference Allowed object is TerminationSubcategoryObjectType

public void setWorkerDocumentData (List<WorkerDocumentForStaffingEventDataType> workerDocumentData)

Sets the value of the workerDocumentData property.

Parameters
workerDocumentData Allowed object is WorkerDocumentForStaffingEventDataType