public class

BankStatementFileType

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

Class Overview

Element containing an instance of Bank Statement File.

Java class for Bank_Statement_FileType complex type.

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

 <complexType name="Bank_Statement_FileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Bank_Statement_File_Reference" type="{urn:com.workday/bsvc}Bank_Statement_FileObjectType" minOccurs="0"/>
         <element name="Bank_Statement_File_Data" type="{urn:com.workday/bsvc}Bank_Statement_File_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<BankStatementFileDataType> bankStatementFileData
protected BankStatementFileObjectType bankStatementFileReference
Public Constructors
BankStatementFileType()
Public Methods
List<BankStatementFileDataType> getBankStatementFileData()
Gets the value of the bankStatementFileData property.
BankStatementFileObjectType getBankStatementFileReference()
Gets the value of the bankStatementFileReference property.
void setBankStatementFileReference(BankStatementFileObjectType value)
Sets the value of the bankStatementFileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<BankStatementFileDataType> bankStatementFileData

protected BankStatementFileObjectType bankStatementFileReference

Public Constructors

public BankStatementFileType ()

Public Methods

public List<BankStatementFileDataType> getBankStatementFileData ()

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

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

    getBankStatementFileData().add(newItem);
 

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

public BankStatementFileObjectType getBankStatementFileReference ()

Gets the value of the bankStatementFileReference property.

Returns

public void setBankStatementFileReference (BankStatementFileObjectType value)

Sets the value of the bankStatementFileReference property.

Parameters
value Allowed object is BankStatementFileObjectType