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

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

public class GetComplete
extends java.lang.Object

This class GetComplete represents the ID-FF GetComplete element.


Constructor Summary
GetComplete()
          Default constructor
GetComplete(org.w3c.dom.Element root)
          Constructor
GetComplete(java.lang.String uri)
          Constructor
 
Method Summary
static GetComplete parseXML(java.lang.String xml)
          Creates the GetComplete object from XML string
 java.lang.String toXMLString()
          Gets a String representation of the GetComplete element.
 java.lang.String toXMLString(boolean includeNS, boolean declareNS)
          Gets a String representation of the GetComplete element.
 java.lang.String toXMLString(boolean includeNS, boolean declareNS, boolean includeHeader)
          Gets a String representation of the GetComplete element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetComplete

public GetComplete()
Default constructor


GetComplete

public GetComplete(java.lang.String uri)
Constructor

Parameters:
uri - URI

GetComplete

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

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

parseXML

public static GetComplete parseXML(java.lang.String xml)
                            throws FSMsgException
Creates the GetComplete object from XML string

Parameters:
xml - XML string representing the GetComplete object
Returns:
GetComplete object
Throws:
FSMsgException - if unable to construct the object

toXMLString

public java.lang.String toXMLString()
                             throws FSMsgException
Gets a String representation of the GetComplete element.

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

toXMLString

public java.lang.String toXMLString(boolean includeNS,
                                    boolean declareNS)
                             throws FSMsgException
Gets a String representation of the GetComplete element.

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 the XML string

toXMLString

public java.lang.String toXMLString(boolean includeNS,
                                    boolean declareNS,
                                    boolean includeHeader)
                             throws FSMsgException
Gets a String representation of the GetComplete element.

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 the XML string


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