|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uddi4j.UDDIElement
org.uddi4j.response.BusinessInfos
Represents the businessInfos element within the UDDI version 2.0 schema. This class contains the following types of methods:
Element description:
An accessor container for one or more businessInfo structures.
Field Summary | |
---|---|
static java.lang.String |
UDDI_TAG
Deprecated. |
Fields inherited from class org.uddi4j.UDDIElement |
---|
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX |
Constructor Summary | |
---|---|
BusinessInfos()
Deprecated. Default constructor. |
|
BusinessInfos(org.w3c.dom.Element base)
Deprecated. Construct the object from a DOM tree. |
Method Summary | |
---|---|
void |
add(BusinessInfo b)
Deprecated. Add a BusinessInfo object to the collection |
BusinessInfo |
get(int index)
Deprecated. Retrieve the BusinessInfo at the specified index within the collection. |
java.util.Vector |
getBusinessInfoVector()
Deprecated. Get businessInfo |
boolean |
remove(BusinessInfo b)
Deprecated. Remove a BusinessInfo object from the collection |
void |
saveToXML(org.w3c.dom.Element parent)
Deprecated. Save an object to the DOM tree. |
void |
setBusinessInfoVector(java.util.Vector s)
Deprecated. Set businessInfo vector |
int |
size()
Deprecated. Return current size of the collection. |
Methods inherited from class org.uddi4j.UDDIElement |
---|
getChildElementsByTagName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String UDDI_TAG
Constructor Detail |
public BusinessInfos()
public BusinessInfos(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.Method Detail |
public void setBusinessInfoVector(java.util.Vector s)
s
- Vector of BusinessInfo objects.public java.util.Vector getBusinessInfoVector()
public void add(BusinessInfo b)
b
- BusinessInfo to be addedpublic boolean remove(BusinessInfo b)
b
- BusinessInfo to be removed
public BusinessInfo get(int index)
index
- Index to retrieve from.
public int size()
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |