com.ibm.uddi.datatypes

Class BusinessService

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.BusinessService
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class BusinessService
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'businessService' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
BusinessService()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. BindingTemplateList
getBindingTemplates()
Deprecated. Returns the BindingTemplateList of this BusinessService.
  1. java.lang.String
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessService.
  1. CategoryBag
getCategoryBag()
Deprecated. Returns the CategoryBag of this BusinessService.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this BusinessService.
  1. NameList
getNames()
Deprecated. Returns the NameList of this BusinessService.
  1. java.lang.String
getServiceKey()
Deprecated. Returns the serviceKey of this BusinessService.
  1. void
setBindingTemplates(BindingTemplateList bindingTemplates)
Deprecated. Sets the BindingTemplateList of this BusinessService.
  1. void
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessService.
  1. void
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the CategoryBag of this BusinessService.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this BusinessService.
  1. void
setNames(NameList names)
Deprecated. Sets the NameList of this BusinessService.
  1. 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

BusinessService

  1. public BusinessService()
Deprecated.

Method Detail

getNames

  1. public NameList getNames()
Deprecated.
Returns the NameList of this BusinessService.
Returns:
the NameList of this BusinessService.

setNames

  1. public void setNames(NameList names)
Deprecated.
Sets the NameList of this BusinessService.
Parameters:
names - the NameList of this BusinessService.

getDescriptions

  1. public DescriptionList getDescriptions( )
Deprecated.
Returns the DescriptionList of this BusinessService.
Returns:
the DescriptionList of this BusinessService.

setDescriptions

  1. public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the DescriptionList of this BusinessService.
Parameters:
descriptions - the DescriptionList of this BusinessService.

getBindingTemplates

  1. public BindingTemplateList getBindingTemplates( )
Deprecated.
Returns the BindingTemplateList of this BusinessService.
Returns:
the BindingTemplateList of this BusinessService.

setBindingTemplates

  1. public void setBindingTemplates( BindingTemplateList bindingTemplates)
Deprecated.
Sets the BindingTemplateList of this BusinessService.
Parameters:
bindingTemplates - the BindingTemplateList of this BusinessService.

getCategoryBag

  1. public CategoryBag getCategoryBag( )
Deprecated.
Returns the CategoryBag of this BusinessService.
Returns:
the CategoryBag of this BusinessService.

setCategoryBag

  1. public void setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the CategoryBag of this BusinessService.

getServiceKey

  1. public java.lang.String getServiceKey( )
Deprecated.
Returns the serviceKey of this BusinessService.
Returns:
the serviceKey of this BusinessService.

setServiceKey

  1. public void setServiceKey(java.lang.String serviceKey)
Deprecated.
Sets the serviceKey of this BusinessService.
Parameters:
serviceKey - the serviceKey of this BusinessService.

getBusinessKey

  1. public java.lang.String getBusinessKey( )
Deprecated.
Returns the businessKey of this BusinessService.
Returns:
the businessKey of this BusinessService.

setBusinessKey

  1. public void setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessService.
Parameters:
businessKey - the businessKey of this BusinessService.