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

java.lang.Object
  extended by net.sf.ofx4j.domain.data.ResponseMessage
      extended by net.sf.ofx4j.domain.data.TransactionWrappedResponseMessage<PasswordChangeResponse>
          extended by net.sf.ofx4j.domain.data.signon.PasswordChangeResponseTransaction
All Implemented Interfaces:
StatusHolder

public class PasswordChangeResponseTransaction
extends TransactionWrappedResponseMessage<PasswordChangeResponse>

Author:
Ryan Heaton

Constructor Summary
PasswordChangeResponseTransaction()
           
 
Method Summary
 PasswordChangeResponse getMessage()
          The message.
 PasswordChangeResponse getWrappedMessage()
          Get the wrapped message.
 void setMessage(PasswordChangeResponse message)
          The message.
 
Methods inherited from class net.sf.ofx4j.domain.data.TransactionWrappedResponseMessage
getClientCookie, getResponseMessageName, getStatus, getStatusHolderName, getUID, setClientCookie, setStatus, setUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordChangeResponseTransaction

public PasswordChangeResponseTransaction()
Method Detail

getMessage

public PasswordChangeResponse getMessage()
The message.

Returns:
The message.

setMessage

public void setMessage(PasswordChangeResponse message)
The message.

Parameters:
message - The message.

getWrappedMessage

public PasswordChangeResponse getWrappedMessage()
Description copied from class: TransactionWrappedResponseMessage
Get the wrapped message.

Specified by:
getWrappedMessage in class TransactionWrappedResponseMessage<PasswordChangeResponse>
Returns:
The wrapped message.


Copyright © 2008. All Rights Reserved.