uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class DiscoveryURL

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.DiscoveryURL
All Implemented Interfaces:
Serializable, org.apache.axis.encoding.SimpleType, UDDIv2DataModelVisitable

public class DiscoveryURL
extends Object
implements Serializable, org.apache.axis.encoding.SimpleType, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
DiscoveryURL()
           
DiscoveryURL(String _value)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String get_value()
          Gets the _value value for this DiscoveryURL.
 String getUseType()
          Gets the useType value for this DiscoveryURL.
 int hashCode()
           
 void set_value(String _value)
          Sets the _value value for this DiscoveryURL.
 void setUseType(String useType)
          Sets the useType value for this DiscoveryURL.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscoveryURL

public DiscoveryURL()

DiscoveryURL

public DiscoveryURL(String _value)
Method Detail

toString

public String toString()

get_value

public String get_value()
Gets the _value value for this DiscoveryURL.

Returns:
_value

set_value

public void set_value(String _value)
Sets the _value value for this DiscoveryURL.

Parameters:
_value -

getUseType

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

Returns:
useType

setUseType

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

Parameters:
useType -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception