cgl.axis.services.uddi.uddi_schema
Class KeyedReference

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

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

See Also:
Serialized Form

Constructor Summary
KeyedReference()
           
KeyedReference(org.apache.axis.types.URI TModelKey, java.lang.String keyName, java.lang.String keyValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getKeyName()
          Gets the keyName value for this KeyedReference.
 java.lang.String getKeyValue()
          Gets the keyValue value for this KeyedReference.
 org.apache.axis.types.URI getTModelKey()
          Gets the TModelKey value for this KeyedReference.
 int hashCode()
           
 void setKeyName(java.lang.String keyName)
          Sets the keyName value for this KeyedReference.
 void setKeyValue(java.lang.String keyValue)
          Sets the keyValue value for this KeyedReference.
 void setTModelKey(org.apache.axis.types.URI TModelKey)
          Sets the TModelKey value for this KeyedReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedReference

public KeyedReference()

KeyedReference

public KeyedReference(org.apache.axis.types.URI TModelKey,
                      java.lang.String keyName,
                      java.lang.String keyValue)
Method Detail

getTModelKey

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

Returns:
TModelKey

setTModelKey

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

Parameters:
TModelKey -

getKeyName

public java.lang.String getKeyName()
Gets the keyName value for this KeyedReference.

Returns:
keyName

setKeyName

public void setKeyName(java.lang.String keyName)
Sets the keyName value for this KeyedReference.

Parameters:
keyName -

getKeyValue

public java.lang.String getKeyValue()
Gets the keyValue value for this KeyedReference.

Returns:
keyValue

setKeyValue

public void setKeyValue(java.lang.String keyValue)
Sets the keyValue value for this KeyedReference.

Parameters:
keyValue -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()