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

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

public class IdentifierBag
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

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

Constructor Detail

IdentifierBag

public IdentifierBag()

IdentifierBag

public IdentifierBag(KeyedReference[] keyedReference)
Method Detail

getKeyedReference

public KeyedReference[] getKeyedReference()
Gets the keyedReference value for this IdentifierBag.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference[] keyedReference)
Sets the keyedReference value for this IdentifierBag.

Parameters:
keyedReference -

getKeyedReference

public KeyedReference getKeyedReference(int i)

setKeyedReference

public void setKeyedReference(int i,
                              KeyedReference _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