net.sf.ofx4j.domain.data.profile
Class ProfileResponseTransaction

java.lang.Object
  extended by net.sf.ofx4j.domain.data.ResponseMessage
      extended by net.sf.ofx4j.domain.data.TransactionWrappedResponseMessage<ProfileResponse>
          extended by net.sf.ofx4j.domain.data.profile.ProfileResponseTransaction
All Implemented Interfaces:
StatusHolder

public class ProfileResponseTransaction
extends TransactionWrappedResponseMessage<ProfileResponse>

Author:
Ryan Heaton

Constructor Summary
ProfileResponseTransaction()
           
 
Method Summary
 ProfileResponse getMessage()
          The message.
 ProfileResponse getWrappedMessage()
          Get the wrapped message.
 void setMessage(ProfileResponse 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

ProfileResponseTransaction

public ProfileResponseTransaction()
Method Detail

getMessage

public ProfileResponse getMessage()
The message.

Returns:
The message.

setMessage

public void setMessage(ProfileResponse message)
The message.

Parameters:
message - The message.

getWrappedMessage

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

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


Copyright © 2008. All Rights Reserved.