cgl.axis.services.uddi.uddi_schema
Class KeyedReferenceGroup

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

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

See Also:
Serialized Form

Constructor Summary
KeyedReferenceGroup()
           
KeyedReferenceGroup(org.apache.axis.types.URI TModelKey, KeyedReference[] keyedReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 KeyedReference[] getKeyedReference()
          Gets the keyedReference value for this KeyedReferenceGroup.
 KeyedReference getKeyedReference(int i)
           
 org.apache.axis.types.URI getTModelKey()
          Gets the TModelKey value for this KeyedReferenceGroup.
 int hashCode()
           
 void setKeyedReference(int i, KeyedReference _value)
           
 void setKeyedReference(KeyedReference[] keyedReference)
          Sets the keyedReference value for this KeyedReferenceGroup.
 void setTModelKey(org.apache.axis.types.URI TModelKey)
          Sets the TModelKey value for this KeyedReferenceGroup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedReferenceGroup

public KeyedReferenceGroup()

KeyedReferenceGroup

public KeyedReferenceGroup(org.apache.axis.types.URI TModelKey,
                           KeyedReference[] keyedReference)
Method Detail

getTModelKey

public org.apache.axis.types.URI getTModelKey()
Gets the TModelKey value for this KeyedReferenceGroup.

Returns:
TModelKey

setTModelKey

public void setTModelKey(org.apache.axis.types.URI TModelKey)
Sets the TModelKey value for this KeyedReferenceGroup.

Parameters:
TModelKey -

getKeyedReference

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

Returns:
keyedReference

setKeyedReference

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

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()