public class OverviewDoc extends UDDIElement
Element description:
Support element - used to contain an on-line description and a URL pointer to additional in-depth or external documentation.
Modifier and Type | Field | Description |
---|---|---|
protected org.w3c.dom.Element |
base |
|
static java.lang.String |
UDDI_TAG |
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX
Constructor | Description |
---|---|
OverviewDoc() |
Default constructor.
|
OverviewDoc(org.w3c.dom.Element base) |
Construct the object from a DOM tree.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object object) |
|
java.lang.String |
getDefaultDescriptionString() |
Get default description string.
|
java.util.Vector |
getDescriptionVector() |
Get description.
|
OverviewURL |
getOverviewURL() |
|
java.lang.String |
getOverviewURLString() |
|
void |
saveToXML(org.w3c.dom.Element parent) |
Save the object to a DOM tree.
|
void |
setDefaultDescriptionString(java.lang.String s) |
Set default (english) description string.
|
void |
setDescriptionVector(java.util.Vector s) |
Set a description vector.
|
void |
setOverviewURL(java.lang.String s) |
|
void |
setOverviewURL(OverviewURL s) |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public OverviewDoc()
public OverviewDoc(org.w3c.dom.Element base) throws UDDIException
base
- Element with name appropriate for this class.UDDIException
- Thrown if DOM tree contains a SOAP fault or
disposition report indicating a UDDI error.public void setOverviewURL(OverviewURL s)
public void setOverviewURL(java.lang.String s)
public void setDescriptionVector(java.util.Vector s)
s
- Vector of Description objects.public void setDefaultDescriptionString(java.lang.String s)
s
- Stringpublic OverviewURL getOverviewURL()
public java.lang.String getOverviewURLString()
public java.util.Vector getDescriptionVector()
public java.lang.String getDefaultDescriptionString()
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.public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
Copyright © 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.