com.ibm.uddi.datatypes

Class BusinessInfo

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

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

Constructor Summary

Constructor and Description
BusinessInfo()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessInfo.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this BusinessInfo.
  1. NameList
getNames()
Deprecated. Returns the NameList of this BusinessInfo.
  1. ServiceInfoList
getServiceInfos()
Deprecated. Returns the ServiceInfoList of this BusinessInfo.
  1. void
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessInfo.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this BusinessInfo.
  1. void
setNames(NameList names)
Deprecated. Sets the NameList of this BusinessInfo.
  1. 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

  1. public BusinessInfo()
Deprecated.

Method Detail

getNames

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

setNames

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

getDescriptions

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

setDescriptions

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

getServiceInfos

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

setServiceInfos

  1. public void setServiceInfos(ServiceInfoList serviceInfos)
Deprecated.
Sets the ServiceInfoList of this BusinessInfo.
Parameters:
serviceInfos - the ServiceInfoList of this BusinessInfo.

getBusinessKey

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

setBusinessKey

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