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

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

public class ProfileResponseMessageSet
extends ResponseMessageSet

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

Constructor Summary
ProfileResponseMessageSet()
           
 
Method Summary
 ProfileResponseTransaction getProfileResponse()
          The profile response.
 java.util.List<ResponseMessage> getResponseMessages()
          The list of response messages.
 MessageSetType getType()
           
 void setProfileResponse(ProfileResponseTransaction profileResponse)
          The profile response.
 
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

ProfileResponseMessageSet

public ProfileResponseMessageSet()
Method Detail

getType

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

getProfileResponse

public ProfileResponseTransaction getProfileResponse()
The profile response.

Returns:
The profile response.

setProfileResponse

public void setProfileResponse(ProfileResponseTransaction profileResponse)
The profile response.

Parameters:
profileResponse - The profile 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.