| java.lang.Object | |
| ↳ | workday.com.bsvc.BankStatementFileRequestCriteriaType |
Filter the returned Bank Statement Files retrieved using the following criteria.
Java class for Bank_Statement_File_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bank_Statement_File_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File_Creation_Date_From" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="File_Creation_Date_To" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fileCreationDateFrom | |||||||||||
| fileCreationDateTo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fileCreationDateFrom property.
| |||||||||||
Gets the value of the fileCreationDateTo property.
| |||||||||||
Sets the value of the fileCreationDateFrom property.
| |||||||||||
Sets the value of the fileCreationDateTo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the fileCreationDateFrom property.
Gets the value of the fileCreationDateTo property.
Sets the value of the fileCreationDateFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the fileCreationDateTo property.
| value | Allowed object is XMLGregorianCalendar |
|---|

