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

java.lang.Object
  extended by net.sf.ofx4j.domain.data.profile.MessageSetInfoList

public class MessageSetInfoList
extends java.lang.Object

Author:
Ryan Heaton
See Also:
"Section 7.2, OFX Spec"

Constructor Summary
MessageSetInfoList()
           
 
Method Summary
 java.util.List<AbstractMessageSetInfo> getInformationList()
          The list of information for each message set.
 void setInformationList(java.util.List<AbstractMessageSetInfo> informationList)
          The list of information for each message set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageSetInfoList

public MessageSetInfoList()
Method Detail

getInformationList

public java.util.List<AbstractMessageSetInfo> getInformationList()
The list of information for each message set.

Returns:
The list of information for each message set.

setInformationList

public void setInformationList(java.util.List<AbstractMessageSetInfo> informationList)
The list of information for each message set.

Parameters:
informationList - The list of information for each message set.


Copyright © 2008. All Rights Reserved.