com.ibm.uddi.datatypes
Class ServiceInfo
java.lang.Object
|
+--com.ibm.uddi.datatypes.ServiceInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceInfo
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'serviceInfo' element.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
ServiceInfo
public ServiceInfo()
getNames
public NameList getNames()
- Returns the
NameList
of this ServiceInfo.
- Returns:
- the NameList of this ServiceInfo.
setNames
public void setNames(NameList names)
- Sets the
NameList
of this ServiceInfo.
- Parameters:
names
- the NameList of this ServiceInfo.
getServiceKey
public java.lang.String getServiceKey()
- Returns the serviceKey of this ServiceInfo.
- Returns:
- the serviceKey of this ServiceInfo.
setServiceKey
public void setServiceKey(java.lang.String serviceKey)
- Sets the serviceKey of this ServiceInfo.
- Parameters:
serviceKey
- the serviceKey of this ServiceInfo.
getBusinessKey
public java.lang.String getBusinessKey()
- Returns the businessKey of this ServiceInfo.
- Returns:
- the businessKey of this ServiceInfo.
setBusinessKey
public void setBusinessKey(java.lang.String businessKey)
- Sets the businessKey of this ServiceInfo.
- Parameters:
businessKey
- the businessKey of this ServiceInfo.