cgl.axis.services.uddi.uddi_schema
Class DiscoveryURL

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.DiscoveryURL
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DiscoveryURL()
           
DiscoveryURL(java.lang.String useType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getUseType()
          Gets the useType value for this DiscoveryURL.
 int hashCode()
           
 void setUseType(java.lang.String useType)
          Sets the useType value for this DiscoveryURL.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryURL

public DiscoveryURL()

DiscoveryURL

public DiscoveryURL(java.lang.String useType)
Method Detail

getUseType

public java.lang.String getUseType()
Gets the useType value for this DiscoveryURL.

Returns:
useType

setUseType

public void setUseType(java.lang.String useType)
Sets the useType value for this DiscoveryURL.

Parameters:
useType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()