IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class ServiceInfo

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

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'serviceInfo' element.

See Also:
Serialized Form

Constructor Summary
ServiceInfo()
          Deprecated.  
 
Method Summary
 java.lang.String getBusinessKey()
          Deprecated. Returns the businessKey of this ServiceInfo.
 NameList getNames()
          Deprecated. Returns the NameList of this ServiceInfo.
 java.lang.String getServiceKey()
          Deprecated. Returns the serviceKey of this ServiceInfo.
 void setBusinessKey(java.lang.String businessKey)
          Deprecated. Sets the businessKey of this ServiceInfo.
 void setNames(NameList names)
          Deprecated. Sets the NameList of this ServiceInfo.
 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

public ServiceInfo()
Deprecated. 
Method Detail

getNames

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

Returns:
the NameList of this ServiceInfo.

setNames

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

Parameters:
names - the NameList of this ServiceInfo.

getServiceKey

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

Returns:
the serviceKey of this ServiceInfo.

setServiceKey

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

Parameters:
serviceKey - the serviceKey of this ServiceInfo.

getBusinessKey

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

Returns:
the businessKey of this ServiceInfo.

setBusinessKey

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

Parameters:
businessKey - the businessKey of this ServiceInfo.

IBM WebSphere Application ServerTM
Release 8