net.sf.ofx4j.domain.data.creditcard
Class CreditCardStatementResponse

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.creditcard.CreditCardStatementResponse
All Implemented Interfaces:
AccountStatement

public class CreditCardStatementResponse
extends StatementResponse

Author:
Ryan Heaton

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

CreditCardStatementResponse

public CreditCardStatementResponse()
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 CreditCardAccountDetails getAccount()
The account for the statement.

Returns:
The account for the statement.

setAccount

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

Parameters:
account - The account for the statement.


Copyright © 2008. All Rights Reserved.