java.io.Serializablepublic class AddressLine extends UDDIElement
| Modifier and Type | Field | Description |
|---|---|---|
protected org.w3c.dom.Element |
base |
|
static java.lang.String |
UDDI_TAG |
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX| Constructor | Description |
|---|---|
AddressLine() |
Default constructor.
|
AddressLine(java.lang.String value) |
Construct the object with required fields.
|
AddressLine(org.w3c.dom.Element base) |
Construct the object from a DOM tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getKeyName() |
|
java.lang.String |
getKeyValue() |
|
java.lang.String |
getText() |
|
void |
saveToXML(org.w3c.dom.Element parent) |
Save an object to the DOM tree.
|
void |
setKeyName(java.lang.String keyName) |
Set the (optional) keyName attribute
|
void |
setKeyValue(java.lang.String keyValue) |
Set the (optional) keyValue attribute
|
void |
setText(java.lang.String s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildElementsByTagName, getTextpublic static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public AddressLine()
public AddressLine(java.lang.String value)
value - String valuepublic AddressLine(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 void setKeyName(java.lang.String keyName)
public void setKeyValue(java.lang.String keyValue)
public void setText(java.lang.String s)
public java.lang.String getKeyName()
public java.lang.String getKeyValue()
public java.lang.String getText()
public void saveToXML(org.w3c.dom.Element parent)
saveToXML in class UDDIElementparent - 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.