public class

BankAccountType

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

Class Overview

Element containing bank account reference and data

Java class for Bank_AccountType complex type.

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

 <complexType name="Bank_AccountType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Bank_Account_Reference" type="{urn:com.workday/bsvc}Bank_AccountObjectType" minOccurs="0"/>
         <element name="Bank_Account_Data" type="{urn:com.workday/bsvc}Bank_Account_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<BankAccountDataType> bankAccountData
protected BankAccountObjectType bankAccountReference
Public Constructors
BankAccountType()
Public Methods
List<BankAccountDataType> getBankAccountData()
Gets the value of the bankAccountData property.
BankAccountObjectType getBankAccountReference()
Gets the value of the bankAccountReference property.
void setBankAccountReference(BankAccountObjectType value)
Sets the value of the bankAccountReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<BankAccountDataType> bankAccountData

protected BankAccountObjectType bankAccountReference

Public Constructors

public BankAccountType ()

Public Methods

public List<BankAccountDataType> getBankAccountData ()

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

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

    getBankAccountData().add(newItem);
 

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

public BankAccountObjectType getBankAccountReference ()

Gets the value of the bankAccountReference property.

Returns

public void setBankAccountReference (BankAccountObjectType value)

Sets the value of the bankAccountReference property.

Parameters
value Allowed object is BankAccountObjectType