com.ibm.uddi.datatypes
Class ServiceInfo
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
ServiceInfo()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBusinessKey()
Deprecated. Returns the businessKey of this ServiceInfo.
|
getNames()
Deprecated. Returns the
NameList of this ServiceInfo.
|
|
|
getServiceKey()
Deprecated. Returns the serviceKey of this ServiceInfo.
|
|
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this ServiceInfo.
|
|
setNames(NameList names)
Deprecated. Sets the
NameList of this ServiceInfo.
|
|
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.
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.
NameList
of this ServiceInfo.