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

java.lang.Object
  extended by net.sf.ofx4j.domain.data.RequestMessageSet
      extended by net.sf.ofx4j.domain.data.profile.ProfileRequestMessageSet
All Implemented Interfaces:
java.lang.Comparable<RequestMessageSet>

public class ProfileRequestMessageSet
extends RequestMessageSet

Author:
Ryan Heaton
See Also:
"Section 7 OFX Spec"

Constructor Summary
ProfileRequestMessageSet()
           
 
Method Summary
 ProfileRequestTransaction getProfileRequest()
          The profile request.
 java.util.List<RequestMessage> getRequestMessages()
          The request messages for this request message set.
 MessageSetType getType()
           
 void setProfileRequest(ProfileRequestTransaction profileRequest)
          The profile request.
 
Methods inherited from class net.sf.ofx4j.domain.data.RequestMessageSet
compareTo, getVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileRequestMessageSet

public ProfileRequestMessageSet()
Method Detail

getType

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

getProfileRequest

public ProfileRequestTransaction getProfileRequest()
The profile request.

Returns:
The profile request.

setProfileRequest

public void setProfileRequest(ProfileRequestTransaction profileRequest)
The profile request.

Parameters:
profileRequest - The profile request.

getRequestMessages

public java.util.List<RequestMessage> getRequestMessages()
Description copied from class: RequestMessageSet
The request messages for this request message set.

Specified by:
getRequestMessages in class RequestMessageSet
Returns:
The request messages for this request message set.


Copyright © 2008. All Rights Reserved.