|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.UDDIElement | +--com.ibm.uddi.response.BusinessInfo
General information:
This class represents an element within the UDDI version 1.0 schema. This class contains the following types of methods:
Element description:
This element is used as a short form of the BusinessEntity element as a first pass result set for "find businesses" queries.
Field Summary | |
static java.lang.String |
UDDI_TAG
|
Fields inherited from class com.ibm.uddi.UDDIElement |
GENERIC, XMLNS |
Constructor Summary | |
BusinessInfo()
Default constructor. |
|
BusinessInfo(org.w3c.dom.Element base)
Construct the object from a DOM tree. |
|
BusinessInfo(java.lang.String businessKey,
java.lang.String name,
ServiceInfos serviceInfos)
Construct the object with required fields. |
Method Summary | |
java.lang.String |
getBusinessKey()
|
java.lang.String |
getDefaultDescriptionString()
Get default description string |
java.util.Vector |
getDescriptionVector()
Get description |
Name |
getName()
|
java.lang.String |
getNameString()
|
ServiceInfos |
getServiceInfos()
|
void |
saveToXML(org.w3c.dom.Element parent)
Save object to DOM tree. |
void |
setBusinessKey(java.lang.String s)
|
void |
setDefaultDescriptionString(java.lang.String s)
Set default (english) description string |
void |
setDescriptionVector(java.util.Vector s)
Set description vector |
void |
setName(Name s)
|
void |
setName(java.lang.String s)
|
void |
setServiceInfos(ServiceInfos s)
|
Methods inherited from class com.ibm.uddi.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 BusinessInfo()
public BusinessInfo(java.lang.String businessKey, java.lang.String name, ServiceInfos serviceInfos)
businessKey
- Stringname
- StringServiceInfos
- ServiceInfos objectpublic BusinessInfo(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.Method Detail |
public void setBusinessKey(java.lang.String s)
public void setName(Name s)
public void setName(java.lang.String s)
public void setServiceInfos(ServiceInfos s)
public void setDescriptionVector(java.util.Vector s)
s
- Vector of Description objects.public void setDefaultDescriptionString(java.lang.String s)
s
- Stringpublic java.lang.String getBusinessKey()
public Name getName()
public java.lang.String getNameString()
public ServiceInfos getServiceInfos()
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |