|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.business.BusinessEntity
public class BusinessEntity
"Top-level information manager for all of the information about a particular set of information related to a business unit" - technical whitepaper "Information about the party who publishes information about a service" - XML Structure Reference
| Constructor Summary | |
|---|---|
BusinessEntity()
Constructs a new BusinessEntity instance. |
|
| Method Summary | |
|---|---|
void |
addBusinessService(BusinessService service)
Add a business service to this business entity. |
void |
addCategory(KeyedReference keyref)
Add a category to the categorybag of this business entity. |
void |
addContact(Contact contact)
Add a contact to this business entity. |
void |
addDescription(Description descr)
Adds the given description. |
void |
addDiscoveryURL(DiscoveryURL url)
Adds a new discoveryURL to this business enitity's set of discoverURLs. |
void |
addIdentifier(KeyedReference keyref)
Add an identifier to the identifierbag of this business entity. |
void |
addName(Name name)
Add a name to this business entity. |
java.lang.String |
getAuthorizedName()
Returns the authorized name of this business entity. |
java.lang.String |
getBusinessKey()
Returns the business key of this business entity. |
BusinessServices |
getBusinessServices()
Returns the business services of this business entity. |
CategoryBag |
getCategoryBag()
Returns the categorybag of this business entity. |
Contacts |
getContacts()
Returns the contacts of this business entity. |
java.util.Vector |
getDescriptionVector()
Returns the descriptions. |
DiscoveryURLs |
getDiscoveryURLs()
Returns the set of discoveryURLs used for finding this business entity. |
IdentifierBag |
getIdentifierBag()
Returns the identifierbag of this business entity. |
java.util.Vector |
getNameVector()
Returns the names of this business entity. |
java.lang.String |
getOperator()
Returns the operator of this business entity. |
void |
setAuthorizedName(java.lang.String name)
Sets the authorized name of this business entity to the given name. |
void |
setBusinessKey(java.lang.String key)
Sets the business key of this business entity to the given key. |
void |
setBusinessServices(BusinessServices services)
Sets business services to this business services list. |
void |
setCategoryBag(CategoryBag bag)
Set the categorybag of this business entity to the given one. |
void |
setContacts(Contacts contacts)
Set the set of contacts of this business entity to the given set. |
void |
setDescriptionVector(java.util.Vector descr)
Sets the description list to the current one. |
void |
setDiscoveryURLs(DiscoveryURLs urls)
Sets the collection of discoveryURLs to this business entity. |
void |
setIdentifierBag(IdentifierBag bag)
Set the identifierbag of this business entity to the given one. |
void |
setNameVector(java.util.Vector names)
Set the set of names of this business entity to the given set. |
void |
setOperator(java.lang.String operator)
Sets the operator of this business entity to the given operator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessEntity()
| Method Detail |
|---|
public void setBusinessKey(java.lang.String key)
key - The new key of this business entity.public java.lang.String getBusinessKey()
public void setAuthorizedName(java.lang.String name)
name - The new authorized name of this business entity.public java.lang.String getAuthorizedName()
public void setOperator(java.lang.String operator)
operator - The new operator of this business entity.public java.lang.String getOperator()
public void addDiscoveryURL(DiscoveryURL url)
url - The discoveryURL to add.public void setDiscoveryURLs(DiscoveryURLs urls)
urls - The set of discoveryURLs to add.public DiscoveryURLs getDiscoveryURLs()
public void addDescription(Description descr)
descr - The description to add.public void setDescriptionVector(java.util.Vector descr)
descr - Collection of Description objects to setpublic java.util.Vector getDescriptionVector()
public void addContact(Contact contact)
contact - The contact to add.public void setContacts(Contacts contacts)
contacts - The new set of contacts.public Contacts getContacts()
public void addName(Name name)
name - The Name to add.public void setNameVector(java.util.Vector names)
names - The new set of contacts.public java.util.Vector getNameVector()
public void addBusinessService(BusinessService service)
service - The service to add.public void setBusinessServices(BusinessServices services)
services - The set of business services to add.public BusinessServices getBusinessServices()
public void addIdentifier(KeyedReference keyref)
keyref - The identifier to add.public void setIdentifierBag(IdentifierBag bag)
bag - The new identifierbag.public IdentifierBag getIdentifierBag()
public void addCategory(KeyedReference keyref)
keyref - The category to add.public void setCategoryBag(CategoryBag bag)
bag - The new categorybag.public CategoryBag getCategoryBag()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||