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

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

public class BankingResponseMessageSet
extends ResponseMessageSet

Author:
Ryan Heaton

Constructor Summary
BankingResponseMessageSet()
           
 
Method Summary
 java.util.List<ResponseMessage> getResponseMessages()
          The list of response messages.
 BankStatementResponseTransaction getStatementResponse()
          The statement response.
 MessageSetType getType()
           
 void setStatementResponse(BankStatementResponseTransaction 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

BankingResponseMessageSet

public BankingResponseMessageSet()
Method Detail

getType

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

getStatementResponse

public BankStatementResponseTransaction getStatementResponse()
The statement response.

Returns:
The statement response.

setStatementResponse

public void setStatementResponse(BankStatementResponseTransaction 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.