com.ibm.uddi.datatypes
Class BusinessService
- java.lang.Object
com.ibm.uddi.datatypes.BusinessService
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class BusinessService
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
BusinessService()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getBindingTemplates()
Deprecated. Returns the
BindingTemplateList of this BusinessService.
|
|
|
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessService.
|
getCategoryBag()
Deprecated. Returns the
CategoryBag of this BusinessService.
|
|
getDescriptions()
Deprecated. Returns the
DescriptionList of this BusinessService.
|
|
getNames()
Deprecated. Returns the
NameList of this BusinessService.
|
|
|
getServiceKey()
Deprecated. Returns the serviceKey of this BusinessService.
|
|
setBindingTemplates(BindingTemplateList bindingTemplates)
Deprecated. Sets the
BindingTemplateList of this BusinessService.
|
|
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessService.
|
|
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the
CategoryBag of this BusinessService.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this BusinessService.
|
|
setNames(NameList names)
Deprecated. Sets the
NameList of this BusinessService.
|
|
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
BusinessService
- public BusinessService()
Deprecated.
Method Detail
getNames
- public NameList getNames()
Deprecated.
Returns:
the NameList of this BusinessService.
setNames
- public void setNames(NameList names)
Deprecated.
Sets the
NameList
of this BusinessService.
Parameters:
names
- the NameList of this BusinessService. getDescriptions
- public DescriptionList getDescriptions( )
Deprecated.
Returns the
DescriptionList
of this BusinessService.
Returns:
the DescriptionList of this BusinessService.
setDescriptions
- public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList
of this BusinessService.
Parameters:
descriptions
- the DescriptionList of this BusinessService. getBindingTemplates
- public BindingTemplateList getBindingTemplates( )
Deprecated.
Returns the
BindingTemplateList
of this BusinessService.
Returns:
the BindingTemplateList of this BusinessService.
setBindingTemplates
- public void setBindingTemplates( BindingTemplateList bindingTemplates)
Deprecated.
Sets the
BindingTemplateList
of this BusinessService.
Parameters:
bindingTemplates
- the BindingTemplateList of this BusinessService. getCategoryBag
- public CategoryBag getCategoryBag( )
Deprecated.
Returns the
CategoryBag
of this BusinessService.
Returns:
the CategoryBag of this BusinessService.
setCategoryBag
- public void setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the
CategoryBag
of this BusinessService.
getServiceKey
- public java.lang.String getServiceKey( )
Deprecated.
Returns the serviceKey of this BusinessService.
Returns:
the serviceKey of this BusinessService.
setServiceKey
- public void setServiceKey(java.lang.String serviceKey)
Deprecated.
Sets the serviceKey of this BusinessService.
Parameters:
serviceKey
- the serviceKey of this BusinessService. getBusinessKey
- public java.lang.String getBusinessKey( )
Deprecated.
Returns the businessKey of this BusinessService.
Returns:
the businessKey of this BusinessService.
setBusinessKey
- public void setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessService.
Parameters:
businessKey
- the businessKey of this BusinessService.
NameList
of this BusinessService.