|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.BusinessEntity
Corresponds to UDDI v2.0 'businessEntity' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
BusinessEntity()
Default constructor. |
|
BusinessEntity(java.lang.String name)
Constructs a BusinessEntity with a single specified name, with no language attribute. |
|
BusinessEntity(java.lang.String name,
java.lang.String language)
Constructs a BusinessEntity with the specified name in the specified language. |
Method Summary | |
java.lang.String |
getAuthorizedName()
Returns the authorizedName of this BusinessEntity. |
java.lang.String |
getBusinessKey()
Returns the businessKey of this BusinessEntity. |
BusinessServiceList |
getBusinessServices()
Returns the BusinessServiceList of this BusinessEntity. |
CategoryBag |
getCategoryBag()
Returns the CategoryBag of this BusinessEntity. |
ContactList |
getContacts()
Returns the ContactList of this BusinessEntity. |
DescriptionList |
getDescriptions()
Returns the DescriptionList of this BusinessEntity. |
DiscoveryUrlList |
getDiscoveryURLs()
Returns the DiscoveryUrlList of this BusinessEntity. |
IdentifierBag |
getIdentifierBag()
Returns the IdentifierBag of this BusinessEntity. |
NameList |
getNames()
Returns the NameList of this BusinessEntity. |
java.lang.String |
getOperator()
Returns the operator of the UDDI registry that supplied this data. |
void |
setAuthorizedName(java.lang.String authorizedName)
Sets the authorizedName of this BusinessEntity. |
void |
setBusinessKey(java.lang.String businessKey)
Sets the businessKey of this BusinessEntity. |
void |
setBusinessServices(BusinessServiceList businessServices)
Sets the BusinessServiceList of this BusinessEntity. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the CategoryBag of this BusinessEntity. |
void |
setContacts(ContactList contacts)
Sets the ContactList of this BusinessEntity. |
void |
setDescriptions(DescriptionList descriptions)
Sets the DescriptionList of this BusinessEntity. |
void |
setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
Sets the DiscoveryUrlList of this BusinessEntity. |
void |
setIdentifierBag(IdentifierBag identifierBag)
Sets the IdentifierBag of this BusinessEntity. |
void |
setNames(NameList names)
Sets the NameList of this BusinessEntity. |
void |
setOperator(java.lang.String operatorName)
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 |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
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 nameMethod Detail |
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |