|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.service.BusinessService
"A descriptive container that is used to group a series of related Web Services related to either a business process or category of services." - technical whitepaper "descriptive information about the party who publishes information about a service" - XML Structure Reference
Constructor Summary | |
BusinessService()
Constructs a new initialized BusinessService instance. |
Method Summary | |
void |
addBindingTemplate(BindingTemplate binding)
Add a binding template to this business service. |
void |
addCategory(KeyedReference ref)
Add a category to the categorybag of this business service. |
void |
addDescription(Description desc)
Adds the given description. |
void |
addName(Name name)
Add a name to this BusinessService. |
BindingTemplates |
getBindingTemplates()
Returns the binding templates of this business service. |
java.lang.String |
getBusinessKey()
Returns the business key of this business service. |
CategoryBag |
getCategoryBag()
Returns the categorybag of this business service. |
java.util.Vector |
getDescriptionVector()
Returns the descriptions. |
java.util.Vector |
getNameVector()
Returns the names of this BusinessService. |
java.lang.String |
getServiceKey()
Returns the service key of this business service. |
void |
setBindingTemplates(BindingTemplates bindings)
Sets the binding templates of this business service. |
void |
setBusinessKey(java.lang.String key)
Sets the String of this BusinessService. |
void |
setCategoryBag(CategoryBag bag)
Set the categorybag of this business service to the given one. |
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one. |
void |
setNameVector(java.util.Vector names)
Sets the name list to the current one. |
void |
setServiceKey(java.lang.String key)
Sets the service key of this business service to the given key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessService()
Method Detail |
public void setBusinessKey(java.lang.String key)
key
- The new business key.public java.lang.String getBusinessKey()
public void setServiceKey(java.lang.String key)
key
- The service key of this business service.public java.lang.String getServiceKey()
public void addName(Name name)
name
- The Name to add.public void addDescription(Description desc)
desc
- The description to add.public java.util.Vector getNameVector()
public void setNameVector(java.util.Vector names)
names
- the Names object to setpublic void setDescriptionVector(java.util.Vector descs)
descs
- Descriptions object to setpublic java.util.Vector getDescriptionVector()
public void addBindingTemplate(BindingTemplate binding)
binding
- The binding template to add.public BindingTemplates getBindingTemplates()
public void setBindingTemplates(BindingTemplates bindings)
public void addCategory(KeyedReference ref)
ref
- The category to add.public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag bag)
bag
- The new categorybag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |