cgl.axis.services.uddi.uddi_schema
Class OverviewURL

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

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

See Also:
Serialized Form

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

Constructor Detail

OverviewURL

public OverviewURL()

OverviewURL

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

getUseType

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

Returns:
useType

setUseType

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

Parameters:
useType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()