org.apache.juddi.datatype.response
Class KeysOwned

java.lang.Object
  extended by org.apache.juddi.datatype.response.KeysOwned
All Implemented Interfaces:
java.io.Serializable, RegistryObject

public class KeysOwned
extends java.lang.Object
implements RegistryObject

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
KeysOwned()
          default constructor
 
Method Summary
 java.lang.String getFromKey()
           
 java.lang.String getToKey()
           
 void setFromKey(java.lang.String keyValue)
           
 void setToKey(java.lang.String keyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeysOwned

public KeysOwned()
default constructor

Method Detail

setFromKey

public void setFromKey(java.lang.String keyValue)

setToKey

public void setToKey(java.lang.String keyValue)

getFromKey

public java.lang.String getFromKey()

getToKey

public java.lang.String getToKey()


Copyright © 2004-2007. All Rights Reserved.