uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel
Class UriBag

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.UriBag
All Implemented Interfaces:
Serializable

public class UriBag
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UriBag()
           
UriBag(org.apache.axis.types.URI[] uri)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.apache.axis.types.URI[] getUri()
          Gets the uri value for this UriBag.
 org.apache.axis.types.URI getUri(int i)
           
 int hashCode()
           
 void setUri(int i, org.apache.axis.types.URI _value)
           
 void setUri(org.apache.axis.types.URI[] uri)
          Sets the uri value for this UriBag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriBag

public UriBag()

UriBag

public UriBag(org.apache.axis.types.URI[] uri)
Method Detail

getUri

public org.apache.axis.types.URI[] getUri()
Gets the uri value for this UriBag.

Returns:
uri

setUri

public void setUri(org.apache.axis.types.URI[] uri)
Sets the uri value for this UriBag.

Parameters:
uri -

getUri

public org.apache.axis.types.URI getUri(int i)

setUri

public void setUri(int i,
                   org.apache.axis.types.URI _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()