|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.BusinessService
public class BusinessService
Corresponds to UDDI v2.0 'businessService' element.
Constructor Summary | |
---|---|
BusinessService()
Deprecated. |
Method Summary | |
---|---|
BindingTemplateList |
getBindingTemplates()
Deprecated. Returns the BindingTemplateList of this BusinessService. |
java.lang.String |
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessService. |
CategoryBag |
getCategoryBag()
Deprecated. Returns the CategoryBag of this BusinessService. |
DescriptionList |
getDescriptions()
Deprecated. Returns the DescriptionList of this BusinessService. |
NameList |
getNames()
Deprecated. Returns the NameList of this BusinessService. |
java.lang.String |
getServiceKey()
Deprecated. Returns the serviceKey of this BusinessService. |
void |
setBindingTemplates(BindingTemplateList bindingTemplates)
Deprecated. Sets the BindingTemplateList of this BusinessService. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessService. |
void |
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the CategoryBag of this BusinessService. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this BusinessService. |
void |
setNames(NameList names)
Deprecated. Sets the NameList of this BusinessService. |
void |
setServiceKey(java.lang.String serviceKey)
Deprecated. Sets the serviceKey of this BusinessService. |
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 NameList getNames()
NameList
of this BusinessService.
public void setNames(NameList names)
NameList
of this BusinessService.
names
- the NameList of this BusinessService.public DescriptionList getDescriptions()
DescriptionList
of this BusinessService.
public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this BusinessService.
descriptions
- the DescriptionList of this BusinessService.public BindingTemplateList getBindingTemplates()
BindingTemplateList
of this BusinessService.
public void setBindingTemplates(BindingTemplateList bindingTemplates)
BindingTemplateList
of this BusinessService.
bindingTemplates
- the BindingTemplateList of this BusinessService.public CategoryBag getCategoryBag()
CategoryBag
of this BusinessService.
public void setCategoryBag(CategoryBag categoryBag)
CategoryBag
of this BusinessService.
the
- CategoryBag of this BusinessService.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey
- the serviceKey of this BusinessService.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this BusinessService.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |