cgl.axis.services.uddi.uddi_schema
Class IdentifierBag

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.IdentifierBag
All Implemented Interfaces:
java.io.Serializable

public class IdentifierBag
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IdentifierBag()
           
IdentifierBag(KeyedReference[] keyedReference)
           
 
Method Summary
 boolean equals(java.lang.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(java.lang.Object obj)

hashCode

public int hashCode()