public class

BankStatementFileRequestCriteriaType

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

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar fileCreationDateFrom
protected XMLGregorianCalendar fileCreationDateTo
Public Constructors
BankStatementFileRequestCriteriaType()
Public Methods
XMLGregorianCalendar getFileCreationDateFrom()
Gets the value of the fileCreationDateFrom property.
XMLGregorianCalendar getFileCreationDateTo()
Gets the value of the fileCreationDateTo property.
void setFileCreationDateFrom(XMLGregorianCalendar value)
Sets the value of the fileCreationDateFrom property.
void setFileCreationDateTo(XMLGregorianCalendar value)
Sets the value of the fileCreationDateTo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar fileCreationDateFrom

protected XMLGregorianCalendar fileCreationDateTo

Public Constructors

public BankStatementFileRequestCriteriaType ()

Public Methods

public XMLGregorianCalendar getFileCreationDateFrom ()

Gets the value of the fileCreationDateFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getFileCreationDateTo ()

Gets the value of the fileCreationDateTo property.

Returns
  • possible object is XMLGregorianCalendar

public void setFileCreationDateFrom (XMLGregorianCalendar value)

Sets the value of the fileCreationDateFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFileCreationDateTo (XMLGregorianCalendar value)

Sets the value of the fileCreationDateTo property.

Parameters
value Allowed object is XMLGregorianCalendar