net.sf.ofx4j.domain.data.signon
Class SignonResponseMessageSet

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

public class SignonResponseMessageSet
extends ResponseMessageSet

The sign-on response message set.

Author:
Ryan Heaton
See Also:
"Section 2.5, OFX Spec."

Constructor Summary
SignonResponseMessageSet()
           
 
Method Summary
 PasswordChangeResponseTransaction getPasswordChangeResponse()
          The password change response.
 java.util.List<ResponseMessage> getResponseMessages()
          The list of response messages.
 SignonResponse getSignonResponse()
          The message for this message set.
 MessageSetType getType()
           
 void setPasswordChangeResponse(PasswordChangeResponseTransaction passwordChangeResponse)
          The password change response.
 void setSignonResponse(SignonResponse signonResponse)
          The message for this message set.
 
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

SignonResponseMessageSet

public SignonResponseMessageSet()
Method Detail

getType

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

getSignonResponse

public SignonResponse getSignonResponse()
The message for this message set.

Returns:
The message for this message set.

setSignonResponse

public void setSignonResponse(SignonResponse signonResponse)
The message for this message set.

Parameters:
signonResponse - The message for this message set.

getPasswordChangeResponse

public PasswordChangeResponseTransaction getPasswordChangeResponse()
The password change response.

Returns:
The password change response.

setPasswordChangeResponse

public void setPasswordChangeResponse(PasswordChangeResponseTransaction passwordChangeResponse)
The password change response.

Parameters:
passwordChangeResponse - The password change 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.