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

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.DiscoveryURLs
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class DiscoveryURLs
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
DiscoveryURLs()
           
DiscoveryURLs(DiscoveryURL[] discoveryURL)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 DiscoveryURL[] getDiscoveryURL()
          Gets the discoveryURL value for this DiscoveryURLs.
 DiscoveryURL getDiscoveryURL(int i)
           
 int hashCode()
           
 void setDiscoveryURL(DiscoveryURL[] discoveryURL)
          Sets the discoveryURL value for this DiscoveryURLs.
 void setDiscoveryURL(int i, DiscoveryURL _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryURLs

public DiscoveryURLs()

DiscoveryURLs

public DiscoveryURLs(DiscoveryURL[] discoveryURL)
Method Detail

getDiscoveryURL

public DiscoveryURL[] getDiscoveryURL()
Gets the discoveryURL value for this DiscoveryURLs.

Returns:
discoveryURL

setDiscoveryURL

public void setDiscoveryURL(DiscoveryURL[] discoveryURL)
Sets the discoveryURL value for this DiscoveryURLs.

Parameters:
discoveryURL -

getDiscoveryURL

public DiscoveryURL getDiscoveryURL(int i)

setDiscoveryURL

public void setDiscoveryURL(int i,
                            DiscoveryURL _value)

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