public class InstanceDetails extends UDDIElement
Element description:
Support element used to contain optional information about the way an instance of a web service is implemented, or varies from the general specifications outlined in a specific tModel.
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 |
---|
InstanceDetails()
Default constructor.
|
InstanceDetails(org.w3c.dom.Element base)
Construct the object from a DOM tree.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultDescriptionString()
Get default description string.
|
java.util.Vector |
getDescriptionVector()
Get description.
|
InstanceParms |
getInstanceParms() |
OverviewDoc |
getOverviewDoc() |
void |
saveToXML(org.w3c.dom.Element parent)
Save object to DOM tree.
|
void |
setDefaultDescriptionString(java.lang.String s)
Set default (english) description string.
|
void |
setDescriptionVector(java.util.Vector s)
Set description vector.
|
void |
setInstanceParms(InstanceParms s) |
void |
setOverviewDoc(OverviewDoc s) |
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public InstanceDetails()
public InstanceDetails(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 setOverviewDoc(OverviewDoc s)
public void setInstanceParms(InstanceParms s)
public void setDescriptionVector(java.util.Vector s)
s
- Vector of Description objects.public void setDefaultDescriptionString(java.lang.String s)
s
- Stringpublic OverviewDoc getOverviewDoc()
public InstanceParms getInstanceParms()
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.Copyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.