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

java.lang.Object
  extended by net.sf.ofx4j.domain.data.RequestMessage
      extended by net.sf.ofx4j.domain.data.TransactionWrappedRequestMessage<ProfileRequest>
          extended by net.sf.ofx4j.domain.data.profile.ProfileRequestTransaction

public class ProfileRequestTransaction
extends TransactionWrappedRequestMessage<ProfileRequest>

Author:
Ryan Heaton

Constructor Summary
ProfileRequestTransaction()
           
 
Method Summary
 ProfileRequest getMessage()
          The wrapped message.
 void setMessage(ProfileRequest message)
          The wrapped message.
 void setWrappedMessage(ProfileRequest message)
          Set the wrapped message.
 
Methods inherited from class net.sf.ofx4j.domain.data.TransactionWrappedRequestMessage
getClientCookie, getTransactionAuthorizationNumber, getUID, setClientCookie, setTransactionAuthorizationNumber, setUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileRequestTransaction

public ProfileRequestTransaction()
Method Detail

getMessage

public ProfileRequest getMessage()
The wrapped message.

Returns:
The wrapped message.

setMessage

public void setMessage(ProfileRequest message)
The wrapped message.

Parameters:
message - The wrapped message.

setWrappedMessage

public void setWrappedMessage(ProfileRequest message)
Description copied from class: TransactionWrappedRequestMessage
Set the wrapped message.

Specified by:
setWrappedMessage in class TransactionWrappedRequestMessage<ProfileRequest>
Parameters:
message - The wrapped message.


Copyright © 2008. All Rights Reserved.