|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.ResponseMessage net.sf.ofx4j.domain.data.common.StatementResponse net.sf.ofx4j.domain.data.banking.BankStatementResponse
public class BankStatementResponse
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 |
---|
public BankStatementResponse()
Method Detail |
---|
public java.lang.String getResponseMessageName()
ResponseMessage
getResponseMessageName
in class ResponseMessage
public BankAccountDetails getAccount()
public void setAccount(BankAccountDetails account)
account
- The account for the statement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |