public class

FormerWorkerRequestCriteriaType

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

Class Overview

Utilize the Request Criteria element to limit the Former Workers returned based on the specific criteria. Former Workers that are returned must meet all of the criteria specified.

Java class for Former_Worker_Request_CriteriaType complex type.

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

 <complexType name="Former_Worker_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Updated_From_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Update_To_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Terminated_From_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Terminated_To_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar terminatedFromDate
protected XMLGregorianCalendar terminatedToDate
protected XMLGregorianCalendar updateToMoment
protected XMLGregorianCalendar updatedFromMoment
Public Constructors
FormerWorkerRequestCriteriaType()
Public Methods
XMLGregorianCalendar getTerminatedFromDate()
Gets the value of the terminatedFromDate property.
XMLGregorianCalendar getTerminatedToDate()
Gets the value of the terminatedToDate property.
XMLGregorianCalendar getUpdateToMoment()
Gets the value of the updateToMoment property.
XMLGregorianCalendar getUpdatedFromMoment()
Gets the value of the updatedFromMoment property.
void setTerminatedFromDate(XMLGregorianCalendar value)
Sets the value of the terminatedFromDate property.
void setTerminatedToDate(XMLGregorianCalendar value)
Sets the value of the terminatedToDate property.
void setUpdateToMoment(XMLGregorianCalendar value)
Sets the value of the updateToMoment property.
void setUpdatedFromMoment(XMLGregorianCalendar value)
Sets the value of the updatedFromMoment property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar terminatedFromDate

protected XMLGregorianCalendar terminatedToDate

protected XMLGregorianCalendar updateToMoment

protected XMLGregorianCalendar updatedFromMoment

Public Constructors

public FormerWorkerRequestCriteriaType ()

Public Methods

public XMLGregorianCalendar getTerminatedFromDate ()

Gets the value of the terminatedFromDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getTerminatedToDate ()

Gets the value of the terminatedToDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdateToMoment ()

Gets the value of the updateToMoment property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdatedFromMoment ()

Gets the value of the updatedFromMoment property.

Returns
  • possible object is XMLGregorianCalendar

public void setTerminatedFromDate (XMLGregorianCalendar value)

Sets the value of the terminatedFromDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTerminatedToDate (XMLGregorianCalendar value)

Sets the value of the terminatedToDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdateToMoment (XMLGregorianCalendar value)

Sets the value of the updateToMoment property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedFromMoment (XMLGregorianCalendar value)

Sets the value of the updatedFromMoment property.

Parameters
value Allowed object is XMLGregorianCalendar