public class

AdHocBankTransactionType

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

Class Overview

Element containing Ad hoc Bank Transaction reference and data

Java class for Ad_hoc_Bank_TransactionType complex type.

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

 <complexType name="Ad_hoc_Bank_TransactionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ad_hoc_Bank_Transaction_Reference" type="{urn:com.workday/bsvc}Ad_hoc_Bank_TransactionObjectType" minOccurs="0"/>
         <element name="Ad_hoc_Bank_Transaction_Data" type="{urn:com.workday/bsvc}Ad_hoc_Bank_Transaction_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<AdHocBankTransactionDataType> adHocBankTransactionData
protected AdHocBankTransactionObjectType adHocBankTransactionReference
Public Constructors
AdHocBankTransactionType()
Public Methods
List<AdHocBankTransactionDataType> getAdHocBankTransactionData()
Gets the value of the adHocBankTransactionData property.
AdHocBankTransactionObjectType getAdHocBankTransactionReference()
Gets the value of the adHocBankTransactionReference property.
void setAdHocBankTransactionReference(AdHocBankTransactionObjectType value)
Sets the value of the adHocBankTransactionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<AdHocBankTransactionDataType> adHocBankTransactionData

protected AdHocBankTransactionObjectType adHocBankTransactionReference

Public Constructors

public AdHocBankTransactionType ()

Public Methods

public List<AdHocBankTransactionDataType> getAdHocBankTransactionData ()

Gets the value of the adHocBankTransactionData 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 adHocBankTransactionData property.

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

    getAdHocBankTransactionData().add(newItem);
 

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

public AdHocBankTransactionObjectType getAdHocBankTransactionReference ()

Gets the value of the adHocBankTransactionReference property.

Returns

public void setAdHocBankTransactionReference (AdHocBankTransactionObjectType value)

Sets the value of the adHocBankTransactionReference property.

Parameters
value Allowed object is AdHocBankTransactionObjectType