org.uddi.v3.schema.api
Class ServiceInfo

java.lang.Object
  extended by org.uddi.v3.schema.api.ServiceInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceInfo()
           
 
Method Summary
 java.net.URI getBusinessKey()
           
 Name[] getName()
           
 Name getName(int i)
           
 java.net.URI getServiceKey()
           
 void setBusinessKey(java.net.URI businessKey)
           
 void setName(int i, Name value)
           
 void setName(Name[] name)
           
 void setServiceKey(java.net.URI serviceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()
Method Detail

getServiceKey

public java.net.URI getServiceKey()

setServiceKey

public void setServiceKey(java.net.URI serviceKey)

getBusinessKey

public java.net.URI getBusinessKey()

setBusinessKey

public void setBusinessKey(java.net.URI businessKey)

getName

public Name[] getName()

setName

public void setName(Name[] name)

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name value)