public class BusinessEntity
extends java.lang.Object
implements java.io.Serializable
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizedName()
Deprecated.
Returns the authorizedName of this BusinessEntity.
|
java.lang.String |
getBusinessKey()
Deprecated.
Returns the businessKey of this BusinessEntity.
|
BusinessServiceList |
getBusinessServices()
Deprecated.
Returns the
BusinessServiceList of this BusinessEntity. |
CategoryBag |
getCategoryBag()
Deprecated.
Returns the
CategoryBag of this BusinessEntity. |
ContactList |
getContacts()
Deprecated.
Returns the
ContactList of this BusinessEntity. |
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this BusinessEntity. |
DiscoveryUrlList |
getDiscoveryURLs()
Deprecated.
Returns the
DiscoveryUrlList of this BusinessEntity. |
IdentifierBag |
getIdentifierBag()
Deprecated.
Returns the
IdentifierBag of this BusinessEntity. |
NameList |
getNames()
Deprecated.
Returns the
NameList of this BusinessEntity. |
java.lang.String |
getOperator()
Deprecated.
Returns the operator of the UDDI registry that supplied this data.
|
void |
setAuthorizedName(java.lang.String authorizedName)
Deprecated.
Sets the authorizedName of this BusinessEntity.
|
void |
setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessEntity.
|
void |
setBusinessServices(BusinessServiceList businessServices)
Deprecated.
Sets the
BusinessServiceList of this BusinessEntity. |
void |
setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the
CategoryBag of this BusinessEntity. |
void |
setContacts(ContactList contacts)
Deprecated.
Sets the
ContactList of this BusinessEntity. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this BusinessEntity. |
void |
setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
Deprecated.
Sets the
DiscoveryUrlList of this BusinessEntity. |
void |
setIdentifierBag(IdentifierBag identifierBag)
Deprecated.
Sets the
IdentifierBag of this BusinessEntity. |
void |
setNames(NameList names)
Deprecated.
Sets the
NameList of this BusinessEntity. |
void |
setOperator(java.lang.String operatorName)
Deprecated.
Sets the operator of the UDDI registry that supplied this data.
|
public BusinessEntity()
public BusinessEntity(java.lang.String name)
name
- the name of the BusinessEntitypublic BusinessEntity(java.lang.String name, java.lang.String language)
name
- the name of the BusinessEntitylanguage
- the language of the BusinessEntity namepublic java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this BusinessEntity.public java.lang.String getOperator()
public void setOperator(java.lang.String operatorName)
operatorName
- the operator of the UDDI registry that supplied this data.public java.lang.String getAuthorizedName()
public void setAuthorizedName(java.lang.String authorizedName)
authorizedName
- the authorizedName of this BusinessEntity.public DiscoveryUrlList getDiscoveryURLs()
DiscoveryUrlList
of this BusinessEntity.public void setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
DiscoveryUrlList
of this BusinessEntity.discoveryURLs
- the DiscoveryUrlList of this BusinessEntity.public NameList getNames()
NameList
of this BusinessEntity.public void setNames(NameList names)
NameList
of this BusinessEntity.names
- the NameList of this BusinessEntity.public DescriptionList getDescriptions()
DescriptionList
of this BusinessEntity.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this BusinessEntity.descriptions
- the DescriptionList of this BusinessEntity.public ContactList getContacts()
ContactList
of this BusinessEntity.public void setContacts(ContactList contacts)
ContactList
of this BusinessEntity.contacts
- the ContactList of this BusinessEntity.public BusinessServiceList getBusinessServices()
BusinessServiceList
of this BusinessEntity.public void setBusinessServices(BusinessServiceList businessServices)
BusinessServiceList
of this BusinessEntity.businessServices
- the BusinessServiceList of this BusinessEntity.public IdentifierBag getIdentifierBag()
IdentifierBag
of this BusinessEntity.public void setIdentifierBag(IdentifierBag identifierBag)
IdentifierBag
of this BusinessEntity.identifierBag
- the IdentifierBag of this BusinessEntity.public CategoryBag getCategoryBag()
CategoryBag
of this BusinessEntity.public void setCategoryBag(CategoryBag categoryBag)
CategoryBag
of this BusinessEntity.categoryBag
- the CategoryBag of this BusinessEntity.