public class

AdHocBankTransactionRequestCriteriaType

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

Class Overview

Element containing ad hoc bank transaction request criteria

Java class for Ad_hoc_Bank_Transaction_Request_CriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Ad_hoc_Bank_Transaction_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Financial_AccountObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Transaction_On_or_After" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Transaction_On_or_Before" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<FinancialAccountObjectType> bankAccountReference
protected List<OrganizationObjectType> companyReference
protected XMLGregorianCalendar transactionOnOrAfter
protected XMLGregorianCalendar transactionOnOrBefore
Public Constructors
AdHocBankTransactionRequestCriteriaType()
Public Methods
List<FinancialAccountObjectType> getBankAccountReference()
Gets the value of the bankAccountReference property.
List<OrganizationObjectType> getCompanyReference()
Gets the value of the companyReference property.
XMLGregorianCalendar getTransactionOnOrAfter()
Gets the value of the transactionOnOrAfter property.
XMLGregorianCalendar getTransactionOnOrBefore()
Gets the value of the transactionOnOrBefore property.
void setTransactionOnOrAfter(XMLGregorianCalendar value)
Sets the value of the transactionOnOrAfter property.
void setTransactionOnOrBefore(XMLGregorianCalendar value)
Sets the value of the transactionOnOrBefore property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<FinancialAccountObjectType> bankAccountReference

protected List<OrganizationObjectType> companyReference

protected XMLGregorianCalendar transactionOnOrAfter

protected XMLGregorianCalendar transactionOnOrBefore

Public Constructors

public AdHocBankTransactionRequestCriteriaType ()

Public Methods

public List<FinancialAccountObjectType> getBankAccountReference ()

Gets the value of the bankAccountReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bankAccountReference property.

For example, to add a new item, do as follows:

    getBankAccountReference().add(newItem);
 

Objects of the following type(s) are allowed in the list FinancialAccountObjectType

public List<OrganizationObjectType> getCompanyReference ()

Gets the value of the companyReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the companyReference property.

For example, to add a new item, do as follows:

    getCompanyReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationObjectType

public XMLGregorianCalendar getTransactionOnOrAfter ()

Gets the value of the transactionOnOrAfter property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getTransactionOnOrBefore ()

Gets the value of the transactionOnOrBefore property.

Returns
  • possible object is XMLGregorianCalendar

public void setTransactionOnOrAfter (XMLGregorianCalendar value)

Sets the value of the transactionOnOrAfter property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTransactionOnOrBefore (XMLGregorianCalendar value)

Sets the value of the transactionOnOrBefore property.

Parameters
value Allowed object is XMLGregorianCalendar