public class

ResponseFilterType

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

Class Overview

The "Response_Filter" element contains common WWS information that allows you control the response data that you will be provided including As_Of_Date, As_Of_Entry_Moment, 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

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

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