oracle.uddi.message.datatype.business
Class BusinessEntity
java.lang.Object
|
+--oracle.uddi.message.UddiElement
|
+--oracle.uddi.message.datatype.business.BusinessEntity
- public class BusinessEntity
- extends UddiElement
General information:
This class represents an UDDI base data structure tModel, which
holds descriptions of a logical entity that provides a set of
web services. Depending on the business needs and context, a
logical entity could be a company, a set of companies,
a divison of a company, etc..
Element description:
It maps to businessEntity element, which is one of the basic
UDDI data structures.
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
UDDI_TAG
public static final java.lang.String UDDI_TAG
ATTR_BUSINESSKEY
public static final java.lang.String ATTR_BUSINESSKEY
ATTR_OPERATOR
public static final java.lang.String ATTR_OPERATOR
ATTR_AUTHORIZEDNAME
public static final java.lang.String ATTR_AUTHORIZEDNAME
ELT_NAME
public static final java.lang.String ELT_NAME
BusinessEntity
public BusinessEntity()
init
public void init()
- Overrides:
- init in class UddiElement
getTagName
public java.lang.String getTagName()
- Overrides:
- getTagName in class UddiElement
getBusinessKey
public java.lang.String getBusinessKey()
setBusinessKey
public void setBusinessKey(java.lang.String businessKey)
getOperator
public java.lang.String getOperator()
setOperator
public void setOperator(java.lang.String operator)
getAuthorizedName
public java.lang.String getAuthorizedName()
setAuthorizedName
public void setAuthorizedName(java.lang.String authorizedName)
getDiscoveryURLs
public DiscoveryURLs getDiscoveryURLs()
setDiscoveryURLs
public void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
setDefaultDescription
public void setDefaultDescription(java.lang.String defaultDesc)
- Set the default description, i.e.,
the description without any language qualifier.
Existing default description, if present, will be replaced.
- Parameters:
defaultDesc - the default description
getFirstDescription
public java.lang.String getFirstDescription()
- Return the first description string, irrespective of the language.
getDescriptionList
public java.util.List getDescriptionList()
setDescriptionList
public void setDescriptionList(java.util.List listDescription)
getContacts
public Contacts getContacts()
setContacts
public void setContacts(Contacts contacts)
getBusinessServices
public BusinessServices getBusinessServices()
setBusinessServices
public void setBusinessServices(BusinessServices businessServices)
getIdentifierBag
public IdentifierBag getIdentifierBag()
setIdentifierBag
public void setIdentifierBag(IdentifierBag identifierBag)
getCategoryBag
public CategoryBag getCategoryBag()
setCategoryBag
public void setCategoryBag(CategoryBag categoryBag)
Copyright © 2001 - Oracle Corporation