public class FindQualifiers extends UDDIElement
Element description:
The container/accessor for findQualifiers
| 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 |
|---|
FindQualifiers()
Default constructor.
|
FindQualifiers(org.w3c.dom.Element base)
Construct the object from a DOM tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(FindQualifier f)
Add a FindQualifier object to the collection
|
FindQualifier |
get(int index)
Retrieve the findQualfier at the specified index within the collection.
|
java.util.Vector |
getFindQualifierVector()
Get findQualifier
|
boolean |
remove(FindQualifier f)
Remove a FindQualifier object from the collection
|
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree.
|
void |
setFindQualifierVector(java.util.Vector s)
Set findQualifier vector.
|
int |
size()
Return current size of the collection.
|
getChildElementsByTagName, getTextpublic static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public FindQualifiers()
public FindQualifiers(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 setFindQualifierVector(java.util.Vector s)
s - Vector of FindQualifier objects.public void add(FindQualifier f)
f - Find qualifier to be addedpublic boolean remove(FindQualifier f)
f - Find qualifier to be removedpublic FindQualifier get(int index)
index - Index to retrieve from.public int size()
public java.util.Vector getFindQualifierVector()
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.