com.ibm.uddi.datatypes

Class ServiceInfo

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

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

Constructor Summary

Constructor and Description
ServiceInfo()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBusinessKey()
Deprecated. Returns the businessKey of this ServiceInfo.
  1. NameList
getNames()
Deprecated. Returns the NameList of this ServiceInfo.
  1. java.lang.String
getServiceKey()
Deprecated. Returns the serviceKey of this ServiceInfo.
  1. void
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this ServiceInfo.
  1. void
setNames(NameList names)
Deprecated. Sets the NameList of this ServiceInfo.
  1. void
setServiceKey(java.lang.String serviceKey)
Deprecated. Sets the serviceKey of this ServiceInfo.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ServiceInfo

  1. public ServiceInfo()
Deprecated.

Method Detail

getNames

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

setNames

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

getServiceKey

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

setServiceKey

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

getBusinessKey

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

setBusinessKey

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