|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uddi4j.UDDIElement
org.uddi4j.datatype.business.BusinessEntity
Represents the businessEntity element within the UDDI version 2.0 schema. This class contains the following types of methods:
Element description: Primary Data type: Describes an instance of a business or business unit.
Field Summary | |
protected org.w3c.dom.Element |
base
|
static java.lang.String |
UDDI_TAG
|
Fields inherited from class org.uddi4j.UDDIElement |
GENERIC, SOAPNS, XMLNS, XMLNS_PREFIX |
Constructor Summary | |
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. |
Method Summary | |
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()
Deprecated. This method has been deprecated. Use () or
() instead |
java.lang.String |
getNameString()
Deprecated. This method has been deprecated. Use () or
() instead |
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)
Deprecated. This method has been deprecated. Use (Vector) or
(Name) instead |
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)
|
Methods inherited from class org.uddi4j.UDDIElement |
getChildElementsByTagName, getText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String UDDI_TAG
protected org.w3c.dom.Element base
Constructor Detail |
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.Method Detail |
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)
(Vector)
or
(Name)
instead
public void setName(java.lang.String s)
(Vector)
or
(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 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()
()
or
()
instead
public java.lang.String getNameString()
()
or
()
instead
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |