IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class KeyedReference

java.lang.Object
  extended by com.ibm.uddi.datatypes.KeyedReference
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'keyedReference' element.

See Also:
Serialized Form

Constructor Summary
KeyedReference()
          Deprecated.  
 
Method Summary
 java.lang.String getKeyName()
          Deprecated. Returns the keyName of this KeyedReference.
 java.lang.String getKeyValue()
          Deprecated. Returns the keyValue of this KeyedReference.
 java.lang.String getTModelKey()
          Deprecated. Returns the tModelKey of this KeyedReference.
 void setKeyName(java.lang.String keyName)
          Deprecated. Sets the keyName of this KeyedReference.
 void setKeyValue(java.lang.String keyValue)
          Deprecated. Sets the keyValue of this KeyedReference.
 void setTModelKey(java.lang.String tModelKey)
          Deprecated. Sets the tModelKey of this KeyedReference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedReference

public KeyedReference()
Deprecated. 
Method Detail

getTModelKey

public java.lang.String getTModelKey()
Deprecated. 
Returns the tModelKey of this KeyedReference.

Returns:
the tModelKey of this KeyedReference.

setTModelKey

public void setTModelKey(java.lang.String tModelKey)
Deprecated. 
Sets the tModelKey of this KeyedReference.

Parameters:
tModelKey - the tModelKey of this KeyedReference.

getKeyName

public java.lang.String getKeyName()
Deprecated. 
Returns the keyName of this KeyedReference.

Returns:
the keyName of this KeyedReference.

setKeyName

public void setKeyName(java.lang.String keyName)
Deprecated. 
Sets the keyName of this KeyedReference.

Parameters:
keyName - the keyName of this KeyedReference.

getKeyValue

public java.lang.String getKeyValue()
Deprecated. 
Returns the keyValue of this KeyedReference.

Returns:
the keyValue of this KeyedReference.

setKeyValue

public void setKeyValue(java.lang.String keyValue)
Deprecated. 
Sets the keyValue of this KeyedReference.

Parameters:
keyValue - the keyValue of this KeyedReference.

IBM WebSphere Application ServerTM
Release 8