org.uddi.v3.schema.api
Class KeysOwned

java.lang.Object
  extended by org.uddi.v3.schema.api.KeysOwned
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
KeysOwned()
           
 
Method Summary
 java.net.URI getFromKey()
           
 java.net.URI getToKey()
           
 void setFromKey(java.net.URI fromKey)
           
 void setToKey(java.net.URI toKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeysOwned

public KeysOwned()
Method Detail

getFromKey

public java.net.URI getFromKey()

setFromKey

public void setFromKey(java.net.URI fromKey)

getToKey

public java.net.URI getToKey()

setToKey

public void setToKey(java.net.URI toKey)