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

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

public class SignonInfoList
extends java.lang.Object

List of signon information.

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

Constructor Summary
SignonInfoList()
           
 
Method Summary
 java.util.List<SignonInfo> getInfoList()
          List of sign-on information.
 void setInfoList(java.util.List<SignonInfo> infoList)
          List of sign-on information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignonInfoList

public SignonInfoList()
Method Detail

getInfoList

public java.util.List<SignonInfo> getInfoList()
List of sign-on information.

Returns:
List of sign-on information.

setInfoList

public void setInfoList(java.util.List<SignonInfo> infoList)
List of sign-on information.

Parameters:
infoList - List of sign-on information.


Copyright © 2008. All Rights Reserved.