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

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
ServiceInfo()
           
 
Method Summary
 java.lang.String getBusinessKey()
          Returns the businessKey of this ServiceInfo.
 NameList getNames()
          Returns the NameList of this ServiceInfo.
 java.lang.String getServiceKey()
          Returns the serviceKey of this ServiceInfo.
 void setBusinessKey(java.lang.String businessKey)
          Sets the businessKey of this ServiceInfo.
 void setNames(NameList names)
          Sets the NameList of this ServiceInfo.
 void setServiceKey(java.lang.String serviceKey)
          Sets the serviceKey of this ServiceInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

ServiceInfo

public ServiceInfo()
Method Detail

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.