IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class BusinessInfo

java.lang.Object
  extended by com.ibm.uddi.datatypes.BusinessInfo
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class BusinessInfo
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'businessInfo' element.

See Also:
Serialized Form

Constructor Summary
BusinessInfo()
          Deprecated.  
 
Method Summary
 java.lang.String getBusinessKey()
          Deprecated. Returns the businessKey of this BusinessInfo.
 DescriptionList getDescriptions()
          Deprecated. Returns the DescriptionList of this BusinessInfo.
 NameList getNames()
          Deprecated. Returns the NameList of this BusinessInfo.
 ServiceInfoList getServiceInfos()
          Deprecated. Returns the ServiceInfoList of this BusinessInfo.
 void setBusinessKey(java.lang.String businessKey)
          Deprecated. Sets the businessKey of this BusinessInfo.
 void setDescriptions(DescriptionList descriptions)
          Deprecated. Sets the DescriptionList of this BusinessInfo.
 void setNames(NameList names)
          Deprecated. Sets the NameList of this BusinessInfo.
 void setServiceInfos(ServiceInfoList serviceInfos)
          Deprecated. Sets the ServiceInfoList of this BusinessInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessInfo

public BusinessInfo()
Deprecated. 
Method Detail

getNames

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

Returns:
the NameList of this BusinessInfo.

setNames

public void setNames(NameList names)
Deprecated. 
Sets the NameList of this BusinessInfo.

Parameters:
names - the NameList of this BusinessInfo.

getDescriptions

public DescriptionList getDescriptions()
Deprecated. 
Returns the DescriptionList of this BusinessInfo.

Returns:
the DescriptionList of this BusinessInfo.

setDescriptions

public void setDescriptions(DescriptionList descriptions)
Deprecated. 
Sets the DescriptionList of this BusinessInfo.

Parameters:
descriptions - the DescriptionList of this BusinessInfo.

getServiceInfos

public ServiceInfoList getServiceInfos()
Deprecated. 
Returns the ServiceInfoList of this BusinessInfo.

Returns:
the ServiceInfoList of this BusinessInfo.

setServiceInfos

public void setServiceInfos(ServiceInfoList serviceInfos)
Deprecated. 
Sets the ServiceInfoList of this BusinessInfo.

Parameters:
serviceInfos - the ServiceInfoList of this BusinessInfo.

getBusinessKey

public java.lang.String getBusinessKey()
Deprecated. 
Returns the businessKey of this BusinessInfo.

Returns:
the businessKey of this BusinessInfo.

setBusinessKey

public void setBusinessKey(java.lang.String businessKey)
Deprecated. 
Sets the businessKey of this BusinessInfo.

Parameters:
businessKey - the businessKey of this BusinessInfo.

IBM WebSphere Application ServerTM
Release 8