com.sun.identity.federation.message.common
Class IDPEntries

java.lang.Object
  extended bycom.sun.identity.federation.message.common.IDPEntries

public class IDPEntries
extends java.lang.Object

This class IDPEntries represents the ID-FF IDPEntries element.


Constructor Summary
IDPEntries()
          Default constructor
IDPEntries(org.w3c.dom.Element root)
          Constructor
IDPEntries(java.util.List idpEntries)
          Constructor
 
Method Summary
 java.util.List getIDPEntryList()
          Gets list of IDPEntry object
 void setIDPEntryList(java.util.List idpEntryList)
          Sets list of IDPEntry object
 java.lang.String toXMLString()
          Creates a String representation of the IDPEntries object
 java.lang.String toXMLString(boolean includeNS, boolean declareNS)
          Creates a String representation of the IDPEntries object
 java.lang.String toXMLString(boolean includeNS, boolean declareNS, boolean includeHeader)
          Creates a String representation of the IDPEntries object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDPEntries

public IDPEntries()
Default constructor


IDPEntries

public IDPEntries(java.util.List idpEntries)
Constructor

Parameters:
idpEntries - List of IDPEntry object

IDPEntries

public IDPEntries(org.w3c.dom.Element root)
           throws FSMsgException
Constructor

Parameters:
root - DOM Element representing the IDPEntries Element
Throws:
FSMsgException - if unable to construct the object.
Method Detail

getIDPEntryList

public java.util.List getIDPEntryList()
Gets list of IDPEntry object

Returns:
list of IDPEntry object

setIDPEntryList

public void setIDPEntryList(java.util.List idpEntryList)
Sets list of IDPEntry object

Parameters:
idpEntryList - list of IDPEntry object to be set

toXMLString

public java.lang.String toXMLString()
                             throws FSMsgException
Creates a String representation of the IDPEntries object

Returns:
A string containing the valid XML for this element
Throws:
FSMsgException - if unable to get XML string

toXMLString

public java.lang.String toXMLString(boolean includeNS,
                                    boolean declareNS)
                             throws FSMsgException
Creates a String representation of the IDPEntries object

Parameters:
includeNS - : Determines whether or not the namespace qualifier is prepended to the Element when converted
declareNS - : Determines whether or not the namespace is declared within the Element.
Returns:
A string containing the valid XML for this element
Throws:
FSMsgException - if unable to get XML string

toXMLString

public java.lang.String toXMLString(boolean includeNS,
                                    boolean declareNS,
                                    boolean includeHeader)
                             throws FSMsgException
Creates a String representation of the IDPEntries object

Parameters:
includeNS - Determines whether or not the namespace qualifier is prepended to the Element when converted.
declareNS - Determines whether or not the namespace is declared within the Element.
includeHeader - Determines whether the output include the xml declaration header.
Returns:
A string containing the valid XML for this element
Throws:
FSMsgException - if unable to get XML string


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.