cgl.axis.services.uddi.uddi_schema
Class ServiceInfo

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.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()
           
ServiceInfo(org.apache.axis.types.URI businessKey, Name[] name, org.apache.axis.types.URI serviceKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getBusinessKey()
          Gets the businessKey value for this ServiceInfo.
 Name[] getName()
          Gets the name value for this ServiceInfo.
 Name getName(int i)
           
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this ServiceInfo.
 int hashCode()
           
 void setBusinessKey(org.apache.axis.types.URI businessKey)
          Sets the businessKey value for this ServiceInfo.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this ServiceInfo.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this ServiceInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()

ServiceInfo

public ServiceInfo(org.apache.axis.types.URI businessKey,
                   Name[] name,
                   org.apache.axis.types.URI serviceKey)
Method Detail

getBusinessKey

public org.apache.axis.types.URI getBusinessKey()
Gets the businessKey value for this ServiceInfo.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(org.apache.axis.types.URI businessKey)
Sets the businessKey value for this ServiceInfo.

Parameters:
businessKey -

getName

public Name[] getName()
Gets the name value for this ServiceInfo.

Returns:
name

setName

public void setName(Name[] name)
Sets the name value for this ServiceInfo.

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getServiceKey

public org.apache.axis.types.URI getServiceKey()
Gets the serviceKey value for this ServiceInfo.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this ServiceInfo.

Parameters:
serviceKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()