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

java.lang.Object
  extended by net.sf.ofx4j.domain.data.ResponseMessageSet
      extended by net.sf.ofx4j.domain.data.creditcard.CreditCardResponseMessageSet
All Implemented Interfaces:
java.lang.Comparable<ResponseMessageSet>

public class CreditCardResponseMessageSet
extends ResponseMessageSet

Author:
Ryan Heaton

Constructor Summary
CreditCardResponseMessageSet()
           
 
Method Summary
 java.util.List<ResponseMessage> getResponseMessages()
          The list of response messages.
 CreditCardStatementResponseTransaction getStatementResponse()
          The statement response.
 MessageSetType getType()
           
 void setStatementResponse(CreditCardStatementResponseTransaction statementResponse)
          The statement response.
 
Methods inherited from class net.sf.ofx4j.domain.data.ResponseMessageSet
compareTo, getVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditCardResponseMessageSet

public CreditCardResponseMessageSet()
Method Detail

getType

public MessageSetType getType()
Specified by:
getType in class ResponseMessageSet

getStatementResponse

public CreditCardStatementResponseTransaction getStatementResponse()
The statement response.

Returns:
The statement response.

setStatementResponse

public void setStatementResponse(CreditCardStatementResponseTransaction statementResponse)
The statement response.

Parameters:
statementResponse - The statement response.

getResponseMessages

public java.util.List<ResponseMessage> getResponseMessages()
Description copied from class: ResponseMessageSet
The list of response messages.

Specified by:
getResponseMessages in class ResponseMessageSet
Returns:
The list of response messages.


Copyright © 2008. All Rights Reserved.