com.ibm.uddi.datatypes
Class KeysOwned
- java.lang.Object
com.ibm.uddi.datatypes.KeysOwned
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class KeysOwned
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
KeysOwned()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFromKey()
Deprecated. Returns the fromKey of this KeysOwned.
|
|
getToKey()
Deprecated. Returns the toKey of this KeysOwned.
|
|
setFromKey(java.lang.String fromKey)
Deprecated. Sets the fromKey of this KeysOwned.
|
|
setToKey(java.lang.String toKey)
Deprecated. Sets the toKey of this KeysOwned.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
KeysOwned
- public KeysOwned()
Deprecated.
Method Detail
getToKey
- public java.lang.String getToKey( )
Deprecated.
Returns the toKey of this KeysOwned.
Returns:
the toKey of this KeysOwned.
setToKey
- public void setToKey(java.lang.String toKey)
Deprecated.
Sets the toKey of this KeysOwned.
Parameters:
toKey
- the toKey of this KeysOwned. getFromKey
- public java.lang.String getFromKey( )
Deprecated.
Returns the fromKey of this KeysOwned.
Returns:
the fromKey of this KeysOwned.
setFromKey
- public void setFromKey(java.lang.String fromKey)
Deprecated.
Sets the fromKey of this KeysOwned.
Parameters:
fromKey
- the fromKey of this KeysOwned.