|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.BusinessService
Corresponds to UDDI v2.0 'businessService' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
BusinessService()
|
Method Summary | |
BindingTemplateList |
getBindingTemplates()
Returns the BindingTemplateList of this BusinessService. |
java.lang.String |
getBusinessKey()
Returns the businessKey of this BusinessService. |
CategoryBag |
getCategoryBag()
Returns the CategoryBag of this BusinessService. |
DescriptionList |
getDescriptions()
Returns the DescriptionList of this BusinessService. |
NameList |
getNames()
Returns the NameList of this BusinessService. |
java.lang.String |
getServiceKey()
Returns the serviceKey of this BusinessService. |
void |
setBindingTemplates(BindingTemplateList bindingTemplates)
Sets the BindingTemplateList of this BusinessService. |
void |
setBusinessKey(java.lang.String businessKey)
Sets the businessKey of this BusinessService. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the CategoryBag of this BusinessService. |
void |
setDescriptions(DescriptionList descriptions)
Sets the DescriptionList of this BusinessService. |
void |
setNames(NameList names)
Sets the NameList of this BusinessService. |
void |
setServiceKey(java.lang.String serviceKey)
Sets the serviceKey of this BusinessService. |
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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |