| java.lang.Object | |
| ↳ | workday.com.bsvc.ResponseFilterType |
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>
| 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 |
|---|

