| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeResponseFilterType |
Parameters that let you filter the data returned in the response. You can filter returned data by dates and page attributes.
Java class for Payee_Response_FilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfEffectiveDate | |||||||||||
| asOfEntryDateTime | |||||||||||
| count | |||||||||||
| page | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfEffectiveDate property.
| |||||||||||
Gets the value of the asOfEntryDateTime property.
| |||||||||||
Gets the value of the count property.
| |||||||||||
Gets the value of the page property.
| |||||||||||
Sets the value of the asOfEffectiveDate property.
| |||||||||||
Sets the value of the asOfEntryDateTime property.
| |||||||||||
Sets the value of the count property.
| |||||||||||
Sets the value of the page property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the asOfEffectiveDate property.
Gets the value of the asOfEntryDateTime property.
Gets the value of the count property.
Gets the value of the page property.
Sets the value of the asOfEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the asOfEntryDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the count property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the page property.
| value | Allowed object is BigDecimal |
|---|