public class BusinessEntity extends UDDIElement
Element description: Primary Data type: Describes an instance of a business or business unit.
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 |
---|
BusinessEntity()
Default constructor.
|
BusinessEntity(org.w3c.dom.Element base)
Construct the object from a DOM tree.
|
BusinessEntity(java.lang.String businessKey,
java.lang.String name)
Construct the object with required fields.
|
BusinessEntity(java.lang.String businessKey,
java.lang.String name,
java.lang.String lang)
Construct the object with required fields.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizedName() |
java.lang.String |
getBusinessKey() |
BusinessServices |
getBusinessServices() |
CategoryBag |
getCategoryBag() |
Contacts |
getContacts() |
java.lang.String |
getDefaultDescriptionString()
Get default description string
|
Name |
getDefaultName() |
java.lang.String |
getDefaultNameString()
Get default name string.
|
java.util.Vector |
getDescriptionVector()
Get description
|
DiscoveryURLs |
getDiscoveryURLs() |
IdentifierBag |
getIdentifierBag() |
Name |
getName()
|
java.lang.String |
getNameString()
|
java.util.Vector |
getNameVector()
Get all names.
|
java.lang.String |
getOperator() |
void |
saveToXML(org.w3c.dom.Element parent)
Save an object to the DOM tree.
|
void |
setAuthorizedName(java.lang.String s) |
void |
setBusinessKey(java.lang.String s) |
void |
setBusinessServices(BusinessServices s) |
void |
setCategoryBag(CategoryBag s) |
void |
setContacts(Contacts s) |
void |
setDefaultDescriptionString(java.lang.String s)
Set default 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 |
setDiscoveryURLs(DiscoveryURLs s) |
void |
setIdentifierBag(IdentifierBag s) |
void |
setName(Name s)
|
void |
setName(java.lang.String s)
Deprecated.
This method has been deprecated. Use
(Vector) or
(String, String) instead |
void |
setNameVector(java.util.Vector s) |
void |
setOperator(java.lang.String s) |
getChildElementsByTagName, getText
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
public BusinessEntity()
public BusinessEntity(java.lang.String businessKey, java.lang.String name)
businessKey
- Stringname
- Stringpublic BusinessEntity(java.lang.String businessKey, java.lang.String name, java.lang.String lang)
businessKey
- Stringname
- Stringlang
- Stringpublic BusinessEntity(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 setOperator(java.lang.String s)
public void setAuthorizedName(java.lang.String s)
public void setDiscoveryURLs(DiscoveryURLs s)
public void setName(Name s)
public void setName(java.lang.String s)
(Vector)
or
(String, String)
insteadpublic 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 setContacts(Contacts s)
public void setBusinessServices(BusinessServices s)
public void setIdentifierBag(IdentifierBag s)
public void setCategoryBag(CategoryBag 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 java.lang.String getOperator()
public java.lang.String getAuthorizedName()
public DiscoveryURLs getDiscoveryURLs()
public Name getName()
public java.lang.String getNameString()
public Name getDefaultName()
public java.lang.String getDefaultNameString()
public java.util.Vector getNameVector()
public Contacts getContacts()
public BusinessServices getBusinessServices()
public IdentifierBag getIdentifierBag()
public CategoryBag getCategoryBag()
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.