| java.lang.Object | |
| ↳ | workday.com.bsvc.AdHocBankTransactionRequestCriteriaType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bankAccountReference | |||||||||||
| companyReference | |||||||||||
| transactionOnOrAfter | |||||||||||
| transactionOnOrBefore | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bankAccountReference property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the transactionOnOrAfter property.
| |||||||||||
Gets the value of the transactionOnOrBefore property.
| |||||||||||
Sets the value of the transactionOnOrAfter property.
| |||||||||||
Sets the value of the transactionOnOrBefore property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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
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
Gets the value of the transactionOnOrAfter property.
Gets the value of the transactionOnOrBefore property.
Sets the value of the transactionOnOrAfter property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionOnOrBefore property.
| value | Allowed object is XMLGregorianCalendar |
|---|

