public class

ResponseFilterType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.ResponseFilterType

Class Overview

Parameters that let you filter the data returned in the response. You can filter returned data by dates and page attributes.

Java class for Response_FilterType complex type.

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

 <complexType name="Response_FilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="As_Of_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="As_Of_Entry_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Page" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Count" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="3"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar asOfEffectiveDate
protected XMLGregorianCalendar asOfEntryDateTime
protected BigDecimal count
protected BigDecimal page
Public Constructors
ResponseFilterType()
Public Methods
XMLGregorianCalendar getAsOfEffectiveDate()
Gets the value of the asOfEffectiveDate property.
XMLGregorianCalendar getAsOfEntryDateTime()
Gets the value of the asOfEntryDateTime property.
BigDecimal getCount()
Gets the value of the count property.
BigDecimal getPage()
Gets the value of the page property.
void setAsOfEffectiveDate(XMLGregorianCalendar value)
Sets the value of the asOfEffectiveDate property.
void setAsOfEntryDateTime(XMLGregorianCalendar value)
Sets the value of the asOfEntryDateTime property.
void setCount(BigDecimal value)
Sets the value of the count property.
void setPage(BigDecimal value)
Sets the value of the page property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar asOfEffectiveDate

protected XMLGregorianCalendar asOfEntryDateTime

protected BigDecimal count

protected BigDecimal page

Public Constructors

public ResponseFilterType ()

Public Methods

public XMLGregorianCalendar getAsOfEffectiveDate ()

Gets the value of the asOfEffectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getAsOfEntryDateTime ()

Gets the value of the asOfEntryDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getCount ()

Gets the value of the count property.

Returns
  • possible object is BigDecimal

public BigDecimal getPage ()

Gets the value of the page property.

Returns
  • possible object is BigDecimal

public void setAsOfEffectiveDate (XMLGregorianCalendar value)

Sets the value of the asOfEffectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAsOfEntryDateTime (XMLGregorianCalendar value)

Sets the value of the asOfEntryDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCount (BigDecimal value)

Sets the value of the count property.

Parameters
value Allowed object is BigDecimal

public void setPage (BigDecimal value)

Sets the value of the page property.

Parameters
value Allowed object is BigDecimal