net.sf.ofx4j.domain.data.banking
Class BankStatementResponse

java.lang.Object
  extended by net.sf.ofx4j.domain.data.ResponseMessage
      extended by net.sf.ofx4j.domain.data.common.StatementResponse
          extended by net.sf.ofx4j.domain.data.banking.BankStatementResponse
All Implemented Interfaces:
AccountStatement

public class BankStatementResponse
extends StatementResponse

Author:
Ryan Heaton

Constructor Summary
BankStatementResponse()
           
 
Method Summary
 BankAccountDetails getAccount()
          The account for the statement.
 java.lang.String getResponseMessageName()
          The name of the response message.
 void setAccount(BankAccountDetails account)
          The account for the statement.
 
Methods inherited from class net.sf.ofx4j.domain.data.common.StatementResponse
getAvailableBalance, getCurrencyCode, getLedgerBalance, getMarketingInfo, getTransactionList, setAvailableBalance, setCurrencyCode, setLedgerBalance, setMarketingInfo, setTransactionList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankStatementResponse

public BankStatementResponse()
Method Detail

getResponseMessageName

public java.lang.String getResponseMessageName()
Description copied from class: ResponseMessage
The name of the response message.

Specified by:
getResponseMessageName in class ResponseMessage
Returns:
The name of the response message.

getAccount

public BankAccountDetails getAccount()
The account for the statement.

Returns:
The account for the statement.

setAccount

public void setAccount(BankAccountDetails account)
The account for the statement.

Parameters:
account - The account for the statement.


Copyright © 2008. All Rights Reserved.