IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class BusinessService

java.lang.Object
  extended by 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

Corresponds to UDDI v2.0 'businessService' element.

See Also:
Serialized Form

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

BusinessService

public BusinessService()
Deprecated. 
Method Detail

getNames

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

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.

Parameters:
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.

IBM WebSphere Application ServerTM
Release 8