uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class DiscoveryURLs
java.lang.Object
uk.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
DiscoveryURLs
public DiscoveryURLs()
DiscoveryURLs
public DiscoveryURLs(DiscoveryURL[] discoveryURL)
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