com.ibm.uddi.datatypes
Class KeysOwned

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.KeysOwned
All Implemented Interfaces:
java.io.Serializable

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

Corresponds to UDDI v2.0 'keysOwned' element.

See Also:
Serialized Form

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
KeysOwned()
           
 
Method Summary
 java.lang.String getFromKey()
          Returns the fromKey of this KeysOwned.
 java.lang.String getToKey()
          Returns the toKey of this KeysOwned.
 void setFromKey(java.lang.String fromKey)
          Sets the fromKey of this KeysOwned.
 void setToKey(java.lang.String toKey)
          Sets the toKey of this KeysOwned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

KeysOwned

public KeysOwned()
Method Detail

getToKey

public java.lang.String getToKey()
Returns the toKey of this KeysOwned.
Returns:
the toKey of this KeysOwned.

setToKey

public void setToKey(java.lang.String toKey)
Sets the toKey of this KeysOwned.
Parameters:
toKey - the toKey of this KeysOwned.

getFromKey

public java.lang.String getFromKey()
Returns the fromKey of this KeysOwned.
Returns:
the fromKey of this KeysOwned.

setFromKey

public void setFromKey(java.lang.String fromKey)
Sets the fromKey of this KeysOwned.
Parameters:
fromKey - the fromKey of this KeysOwned.