public class BusinessInfo extends UDDIElement
Element description:
This element is used as a short form of the BusinessEntity element. It is used as a first pass result set for "find businesses" queries.
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 |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessKey() |
java.lang.String |
getDefaultDescriptionString()
Get default description string
|
Name |
getDefaultName()
Get default name
|
java.lang.String |
getDefaultNameString()
Get default name string
|
java.util.Vector |
getDescriptionVector()
Get description
|
Name |
getName()
|
java.lang.String |
getNameString()
|
java.util.Vector |
getNameVector()
Get all Names.
|
ServiceInfos |
getServiceInfos() |
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree.
|
void |
setBusinessKey(java.lang.String s) |
void |
setDefaultDescriptionString(java.lang.String s)
Set default (english) description string
|
void |
setDefaultName(Name name)
This method stores this name as the Default Name (i.e., places it in the
first location in the Vector).
|
void |
setDefaultNameString(java.lang.String value,
java.lang.String lang)
This method stores this String, in the given language as the Default Name
(i.e., places it in the first location in the Vector).
|
void |
setDescriptionVector(java.util.Vector s)
Set description vector
|
void |
setName(Name s)
Deprecated.
This method has been deprecated. Use
setNameVector( Vector ) or
setDefaultName( Name ) instead |
void |
setName(java.lang.String s)
Deprecated.
This method has been deprecated. Use
setNameVector( Vector ) or
setDefaultNameString(String, String) instead. |
void |
setNameVector(java.util.Vector s) |
void |
setServiceInfos(ServiceInfos s) |
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
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 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 setBusinessKey(java.lang.String s)
public void setName(Name s)
setNameVector( Vector )
or
setDefaultName( Name )
insteadpublic void setName(java.lang.String s)
setNameVector( Vector )
or
setDefaultNameString(String, String)
instead.public void setDefaultName(Name name)
public void setDefaultNameString(java.lang.String value, java.lang.String lang)
public void setNameVector(java.util.Vector s)
s
- Vector of Name objectspublic 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 Name getDefaultName()
public java.lang.String getDefaultNameString()
public java.util.Vector getNameVector()
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.Copyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.