|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.ResponseMessageSet net.sf.ofx4j.domain.data.banking.BankingResponseMessageSet
public class BankingResponseMessageSet
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 |
---|
public BankingResponseMessageSet()
Method Detail |
---|
public MessageSetType getType()
getType
in class ResponseMessageSet
public BankStatementResponseTransaction getStatementResponse()
public void setStatementResponse(BankStatementResponseTransaction statementResponse)
statementResponse
- The statement response.public java.util.List<ResponseMessage> getResponseMessages()
ResponseMessageSet
getResponseMessages
in class ResponseMessageSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |