public class AssertionStatusReport extends UDDIElement
Element description:
This class returns all complete and incomplete assertions. It also provides some administrative functions, such as, determining if there are outstanding or incomplete assertions about relationships between the publisher account and associated businesses.
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
base |
static java.lang.String |
UDDI_TAG |
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX
Constructor and Description |
---|
AssertionStatusReport()
Default constructor.
|
AssertionStatusReport(org.w3c.dom.Element base)
Construct the object from a DOM tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getAssertionStatusItemVector()
Get assertionStatusItem vector
|
java.lang.String |
getOperator() |
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree.
|
void |
setAssertionStatusItemVector(java.util.Vector v)
Set assertionStatusItem vector
|
void |
setOperator(java.lang.String s) |
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public AssertionStatusReport()
public AssertionStatusReport(org.w3c.dom.Element base) throws UDDIException
base
- Element with the name appropriate for this class.UDDIException
- Thrown if DOM tree contains a SOAP fault
or a disposition report indicating a UDDI error.public java.lang.String getOperator()
public void setOperator(java.lang.String s)
public java.util.Vector getAssertionStatusItemVector()
public void setAssertionStatusItemVector(java.util.Vector v)
v
- Vector of AssertionStatusItem objects.public void saveToXML(org.w3c.dom.Element parent)
saveToXML
in class UDDIElement
parent
- Object will serialize as a child element under the
passed in parent element.Copyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.