cgl.axis.services.uddi.uddi_schema
Class CategoryBag

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

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

See Also:
Serialized Form

Constructor Summary
CategoryBag()
           
CategoryBag(KeyedReference[] keyedReference, KeyedReferenceGroup[] keyedReferenceGroup)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 KeyedReference[] getKeyedReference()
          Gets the keyedReference value for this CategoryBag.
 KeyedReference getKeyedReference(int i)
           
 KeyedReferenceGroup[] getKeyedReferenceGroup()
          Gets the keyedReferenceGroup value for this CategoryBag.
 KeyedReferenceGroup getKeyedReferenceGroup(int i)
           
 int hashCode()
           
 void setKeyedReference(int i, KeyedReference _value)
           
 void setKeyedReference(KeyedReference[] keyedReference)
          Sets the keyedReference value for this CategoryBag.
 void setKeyedReferenceGroup(int i, KeyedReferenceGroup _value)
           
 void setKeyedReferenceGroup(KeyedReferenceGroup[] keyedReferenceGroup)
          Sets the keyedReferenceGroup value for this CategoryBag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryBag

public CategoryBag()

CategoryBag

public CategoryBag(KeyedReference[] keyedReference,
                   KeyedReferenceGroup[] keyedReferenceGroup)
Method Detail

getKeyedReference

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

Returns:
keyedReference

setKeyedReference

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

Parameters:
keyedReference -

getKeyedReference

public KeyedReference getKeyedReference(int i)

setKeyedReference

public void setKeyedReference(int i,
                              KeyedReference _value)

getKeyedReferenceGroup

public KeyedReferenceGroup[] getKeyedReferenceGroup()
Gets the keyedReferenceGroup value for this CategoryBag.

Returns:
keyedReferenceGroup

setKeyedReferenceGroup

public void setKeyedReferenceGroup(KeyedReferenceGroup[] keyedReferenceGroup)
Sets the keyedReferenceGroup value for this CategoryBag.

Parameters:
keyedReferenceGroup -

getKeyedReferenceGroup

public KeyedReferenceGroup getKeyedReferenceGroup(int i)

setKeyedReferenceGroup

public void setKeyedReferenceGroup(int i,
                                   KeyedReferenceGroup _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()