com.ibm.uddi.datatypes

Class BusinessEntity

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.BusinessEntity
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
BusinessEntityExt

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class BusinessEntity
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'businessEntity' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
BusinessEntity()
Deprecated. Default constructor.
BusinessEntity(java.lang.String name)
Deprecated. Constructs a BusinessEntity with a single specified name, with no language attribute.
BusinessEntity(java.lang.String name,java.lang.String language)
Deprecated. Constructs a BusinessEntity with the specified name in the specified language.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAuthorizedName()
Deprecated. Returns the authorizedName of this BusinessEntity.
  1. java.lang.String
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessEntity.
  1. BusinessServiceList
getBusinessServices()
Deprecated. Returns the BusinessServiceList of this BusinessEntity.
  1. CategoryBag
getCategoryBag()
Deprecated. Returns the CategoryBag of this BusinessEntity.
  1. ContactList
getContacts()
Deprecated. Returns the ContactList of this BusinessEntity.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this BusinessEntity.
  1. DiscoveryUrlList
getDiscoveryURLs()
Deprecated. Returns the DiscoveryUrlList of this BusinessEntity.
  1. IdentifierBag
getIdentifierBag()
Deprecated. Returns the IdentifierBag of this BusinessEntity.
  1. NameList
getNames()
Deprecated. Returns the NameList of this BusinessEntity.
  1. java.lang.String
getOperator()
Deprecated. Returns the operator of the UDDI registry that supplied this data.
  1. void
setAuthorizedName(java.lang.String authorizedName)
Deprecated. Sets the authorizedName of this BusinessEntity.
  1. void
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessEntity.
  1. void
setBusinessServices(BusinessServiceList businessServices)
Deprecated. Sets the BusinessServiceList of this BusinessEntity.
  1. void
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the CategoryBag of this BusinessEntity.
  1. void
setContacts(ContactList contacts)
Deprecated. Sets the ContactList of this BusinessEntity.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this BusinessEntity.
  1. void
setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
Deprecated. Sets the DiscoveryUrlList of this BusinessEntity.
  1. void
setIdentifierBag(IdentifierBag identifierBag)
Deprecated. Sets the IdentifierBag of this BusinessEntity.
  1. void
setNames(NameList names)
Deprecated. Sets the NameList of this BusinessEntity.
  1. void
setOperator(java.lang.String operatorName)
Deprecated. Sets the operator of the UDDI registry that supplied this data.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BusinessEntity

  1. public BusinessEntity()
Deprecated.
Default constructor.

BusinessEntity

  1. public BusinessEntity(java.lang.String name)
Deprecated.
Constructs a BusinessEntity with a single specified name, with no language attribute.
Parameters:
name - the name of the BusinessEntity

BusinessEntity

  1. public BusinessEntity(java.lang.String name,
  2. java.lang.String language)
Deprecated.
Constructs a BusinessEntity with the specified name in the specified language.
Parameters:
name - the name of the BusinessEntity
language - the language of the BusinessEntity name

Method Detail

getBusinessKey

  1. public java.lang.String getBusinessKey( )
Deprecated.
Returns the businessKey of this BusinessEntity.
Returns:
the businessKey of this BusinessEntity.

setBusinessKey

  1. public void setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessEntity.
Parameters:
businessKey - the businessKey of this BusinessEntity.

getOperator

  1. public java.lang.String getOperator( )
Deprecated.
Returns the operator of the UDDI registry that supplied this data.
Returns:
the operator of the UDDI registry that supplied this data.

setOperator

  1. public void setOperator(java.lang.String operatorName)
Deprecated.
Sets the operator of the UDDI registry that supplied this data.
Parameters:
operatorName - the operator of the UDDI registry that supplied this data.

getAuthorizedName

  1. public java.lang.String getAuthorizedName( )
Deprecated.
Returns the authorizedName of this BusinessEntity.
Returns:
the authorizedName of this BusinessEntity.

setAuthorizedName

  1. public void setAuthorizedName(java.lang.String authorizedName)
Deprecated.
Sets the authorizedName of this BusinessEntity.
Parameters:
authorizedName - the authorizedName of this BusinessEntity.

getDiscoveryURLs

  1. public DiscoveryUrlList getDiscoveryURLs( )
Deprecated.
Returns the DiscoveryUrlList of this BusinessEntity.
Returns:
the DiscoveryUrlList of this BusinessEntity.

setDiscoveryURLs

  1. public void setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
Deprecated.
Sets the DiscoveryUrlList of this BusinessEntity.
Parameters:
discoveryURLs - the DiscoveryUrlList of this BusinessEntity.

getNames

  1. public NameList getNames()
Deprecated.
Returns the NameList of this BusinessEntity.
Returns:
the NameList of this BusinessEntity.

setNames

  1. public void setNames(NameList names)
Deprecated.
Sets the NameList of this BusinessEntity.
Parameters:
names - the NameList of this BusinessEntity.

getDescriptions

  1. public DescriptionList getDescriptions( )
Deprecated.
Returns the DescriptionList of this BusinessEntity.
Returns:
the DescriptionList of this BusinessEntity.

setDescriptions

  1. public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the DescriptionList of this BusinessEntity.
Parameters:
descriptions - the DescriptionList of this BusinessEntity.

getContacts

  1. public ContactList getContacts( )
Deprecated.
Returns the ContactList of this BusinessEntity.
Returns:
the ContactList of this BusinessEntity.

setContacts

  1. public void setContacts(ContactList contacts)
Deprecated.
Sets the ContactList of this BusinessEntity.
Parameters:
contacts - the ContactList of this BusinessEntity.

getBusinessServices

  1. public BusinessServiceList getBusinessServices( )
Deprecated.
Returns the BusinessServiceList of this BusinessEntity.
Returns:
the BusinessServiceList of this BusinessEntity.

setBusinessServices

  1. public void setBusinessServices( BusinessServiceList businessServices)
Deprecated.
Sets the BusinessServiceList of this BusinessEntity.
Parameters:
businessServices - the BusinessServiceList of this BusinessEntity.

getIdentifierBag

  1. public IdentifierBag getIdentifierBag( )
Deprecated.
Returns the IdentifierBag of this BusinessEntity.
Returns:
the IdentifierBag of this BusinessEntity.

setIdentifierBag

  1. public void setIdentifierBag(IdentifierBag identifierBag)
Deprecated.
Sets the IdentifierBag of this BusinessEntity.
Parameters:
identifierBag - the IdentifierBag of this BusinessEntity.

getCategoryBag

  1. public CategoryBag getCategoryBag( )
Deprecated.
Returns the CategoryBag of this BusinessEntity.
Returns:
the CategoryBag of this BusinessEntity.

setCategoryBag

  1. public void setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the CategoryBag of this BusinessEntity.
Parameters:
categoryBag - the CategoryBag of this BusinessEntity.