com.ibm.uddi.datatypes
Class KeyedReference
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
KeyedReference()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getKeyName()
Deprecated. Returns the keyName of this KeyedReference.
|
|
getKeyValue()
Deprecated. Returns the keyValue of this KeyedReference.
|
|
getTModelKey()
Deprecated. Returns the tModelKey of this KeyedReference.
|
|
setKeyName(java.lang.String keyName)
Deprecated. Sets the keyName of this KeyedReference.
|
|
setKeyValue(java.lang.String keyValue)
Deprecated. Sets the keyValue of this KeyedReference.
|
|
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.