|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.service.BusinessService
| Field Summary | |
(package private) AttributeBag |
attributeBag
|
(package private) org.apache.juddi.datatype.binding.BindingTemplates |
bindingTemplates
|
(package private) java.lang.String |
businessKey
|
(package private) org.apache.juddi.datatype.CategoryBag |
categoryBag
|
(package private) java.util.Vector |
descrVector
|
(package private) AttributeBag |
dynamicContextBag
|
(package private) Lease |
lease
|
(package private) java.util.Vector |
nameVector
|
(package private) java.lang.String |
serviceKey
|
(package private) java.util.Vector |
sessionKeyVector
|
| Constructor Summary | |
BusinessService()
Constructs a new initialized BusinessService instance. |
|
| Method Summary | |
void |
addAttribute(Attribute attribute)
Add a binding template to this business service. |
void |
addBindingTemplate(org.apache.juddi.datatype.binding.BindingTemplate binding)
Add a binding template to this business service. |
void |
addCategory(org.apache.juddi.datatype.KeyedReference ref)
Add a category to the categorybag of this business service. |
void |
addDescription(org.apache.juddi.datatype.Description desc)
Adds the given description. |
void |
addDynamicContext(Attribute dynamicContext)
Add a binding template to this business service. |
void |
addName(org.apache.juddi.datatype.Name name)
Add a name to this BusinessService. |
void |
addSessionKey(SessionKey sessionKey)
Sets the name argument of the search to the given name. |
AttributeBag |
getAttributeBag()
Returns the binding templates of this business service. |
org.apache.juddi.datatype.binding.BindingTemplates |
getBindingTemplates()
Returns the binding templates of this business service. |
java.lang.String |
getBusinessKey()
Returns the business key of this business service. |
org.apache.juddi.datatype.CategoryBag |
getCategoryBag()
Returns the categorybag of this business service. |
java.util.Vector |
getDescriptionVector()
Returns the descriptions. |
AttributeBag |
getDynamicContextBag()
Returns the binding templates of this business service. |
Lease |
getLease()
Returns the binding templates of this business service. |
java.util.Vector |
getNameVector()
Returns the names of this BusinessService. |
java.lang.String |
getServiceKey()
Returns the service key of this business service. |
java.util.Vector |
getSessionKeyVector()
Returns the name argument of the search. |
void |
setAttributeBag(AttributeBag attributebag)
Sets the binding templates of this business service. |
void |
setBindingTemplates(org.apache.juddi.datatype.binding.BindingTemplates bindings)
Sets the binding templates of this business service. |
void |
setBusinessKey(java.lang.String key)
Sets the String of this BusinessService. |
void |
setCategoryBag(org.apache.juddi.datatype.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 |
setDynamicContextBag(AttributeBag dynamicContextBag)
Sets the binding templates of this business service. |
void |
setLease(Lease lease)
Sets the binding templates of this business service. |
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. |
void |
setSessionKeyVector(java.util.Vector vec)
Sets the name argument of the search to the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.util.Vector sessionKeyVector
java.lang.String businessKey
java.lang.String serviceKey
java.util.Vector nameVector
java.util.Vector descrVector
org.apache.juddi.datatype.binding.BindingTemplates bindingTemplates
org.apache.juddi.datatype.CategoryBag categoryBag
AttributeBag attributeBag
AttributeBag dynamicContextBag
Lease lease
| 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(org.apache.juddi.datatype.Name name)
name - The Name to add.public void addDescription(org.apache.juddi.datatype.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 addSessionKey(SessionKey sessionKey)
public java.util.Vector getSessionKeyVector()
public void setSessionKeyVector(java.util.Vector vec)
public void setDescriptionVector(java.util.Vector descs)
descs - Descriptions object to setpublic java.util.Vector getDescriptionVector()
public void addBindingTemplate(org.apache.juddi.datatype.binding.BindingTemplate binding)
binding - The binding template to add.public org.apache.juddi.datatype.binding.BindingTemplates getBindingTemplates()
public void setBindingTemplates(org.apache.juddi.datatype.binding.BindingTemplates bindings)
public void addAttribute(Attribute attribute)
public AttributeBag getAttributeBag()
public void setAttributeBag(AttributeBag attributebag)
public void addDynamicContext(Attribute dynamicContext)
public AttributeBag getDynamicContextBag()
public void setDynamicContextBag(AttributeBag dynamicContextBag)
public Lease getLease()
public void setLease(Lease lease)
public void addCategory(org.apache.juddi.datatype.KeyedReference ref)
public org.apache.juddi.datatype.CategoryBag getCategoryBag()
public void setCategoryBag(org.apache.juddi.datatype.CategoryBag bag)
bag - The new categorybag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||