public class

BankStatementsRequestCriteriaType

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

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar statementDateFrom
protected XMLGregorianCalendar statementDateTo
Public Constructors
BankStatementsRequestCriteriaType()
Public Methods
XMLGregorianCalendar getStatementDateFrom()
Gets the value of the statementDateFrom property.
XMLGregorianCalendar getStatementDateTo()
Gets the value of the statementDateTo property.
void setStatementDateFrom(XMLGregorianCalendar value)
Sets the value of the statementDateFrom property.
void setStatementDateTo(XMLGregorianCalendar value)
Sets the value of the statementDateTo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar statementDateFrom

protected XMLGregorianCalendar statementDateTo

Public Constructors

public BankStatementsRequestCriteriaType ()

Public Methods

public XMLGregorianCalendar getStatementDateFrom ()

Gets the value of the statementDateFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStatementDateTo ()

Gets the value of the statementDateTo property.

Returns
  • possible object is XMLGregorianCalendar

public void setStatementDateFrom (XMLGregorianCalendar value)

Sets the value of the statementDateFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatementDateTo (XMLGregorianCalendar value)

Sets the value of the statementDateTo property.

Parameters
value Allowed object is XMLGregorianCalendar