| java.lang.Object | |
| ↳ | workday.com.bsvc.BankStatementsRequestCriteriaType |
This element is the wrapper around a list of elements representing the Bank Statements Request specific criteria needed to search for instances. All of the elements are "AND" conditions. There are currently no elements.
Java class for Bank_Statements_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Statements_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Statement_Date_From" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Statement_Date_To" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| statementDateFrom | |||||||||||
| statementDateTo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the statementDateFrom property.
| |||||||||||
Gets the value of the statementDateTo property.
| |||||||||||
Sets the value of the statementDateFrom property.
| |||||||||||
Sets the value of the statementDateTo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the statementDateFrom property.
Gets the value of the statementDateTo property.
Sets the value of the statementDateFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the statementDateTo property.
| value | Allowed object is XMLGregorianCalendar |
|---|

