com.ibm.uddi.datatypes

Class KeyedReference

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.KeyedReference
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class KeyedReference
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'keyedReference' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
KeyedReference()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getKeyName()
Deprecated. Returns the keyName of this KeyedReference.
  1. java.lang.String
getKeyValue()
Deprecated. Returns the keyValue of this KeyedReference.
  1. java.lang.String
getTModelKey()
Deprecated. Returns the tModelKey of this KeyedReference.
  1. void
setKeyName(java.lang.String keyName)
Deprecated. Sets the keyName of this KeyedReference.
  1. void
setKeyValue(java.lang.String keyValue)
Deprecated. Sets the keyValue of this KeyedReference.
  1. 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

  1. public KeyedReference()
Deprecated.

Method Detail

getTModelKey

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

setTModelKey

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

getKeyName

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

setKeyName

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

getKeyValue

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

setKeyValue

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