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

java.lang.Object
  extended by net.sf.ofx4j.domain.data.profile.AbstractMessageSetInfo
Direct Known Subclasses:
BankingMessageSetInfo, BillpayMessageSetInfo, CreditCardMessageSetInfo, EmailMessageSetInfo, InterbankTransferMessageSetInfo, InvestmentMessageSetInfo, ProfileMessageSetInfo, SecurityListMessageSetInfo, SignupMessageSetInfo, WireTransferMessageSetInfo

public abstract class AbstractMessageSetInfo
extends java.lang.Object

Information about a message set.

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

Constructor Summary
AbstractMessageSetInfo()
           
 
Method Summary
protected  java.util.List<VersionSpecificMessageSetInfo> getVersionSpecificInformationList()
          List of information about a message set for each version supported.
 void setVersionSpecificInformationList(java.util.List<VersionSpecificMessageSetInfo> versionSpecificInformationList)
          List of information about a message set for each version supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMessageSetInfo

public AbstractMessageSetInfo()
Method Detail

getVersionSpecificInformationList

protected java.util.List<VersionSpecificMessageSetInfo> getVersionSpecificInformationList()
List of information about a message set for each version supported.

Returns:
List of information about a message set for each version supported.

setVersionSpecificInformationList

public void setVersionSpecificInformationList(java.util.List<VersionSpecificMessageSetInfo> versionSpecificInformationList)
List of information about a message set for each version supported.

Parameters:
versionSpecificInformationList - List of information about a message set for each version supported.


Copyright © 2008. All Rights Reserved.