|
||||||||||
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.creditcard.CreditCardStatementResponse
public class CreditCardStatementResponse
Constructor Summary | |
---|---|
CreditCardStatementResponse()
|
Method Summary | |
---|---|
CreditCardAccountDetails |
getAccount()
The account for the statement. |
java.lang.String |
getResponseMessageName()
The name of the response message. |
void |
setAccount(CreditCardAccountDetails 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 CreditCardStatementResponse()
Method Detail |
---|
public java.lang.String getResponseMessageName()
ResponseMessage
getResponseMessageName
in class ResponseMessage
public CreditCardAccountDetails getAccount()
public void setAccount(CreditCardAccountDetails account)
account
- The account for the statement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |