cgl.axis.services.uddi.uddi_schema
Class KeysOwned

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.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()
           
KeysOwned(org.apache.axis.types.URI fromKey, org.apache.axis.types.URI toKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getFromKey()
          Gets the fromKey value for this KeysOwned.
 org.apache.axis.types.URI getToKey()
          Gets the toKey value for this KeysOwned.
 int hashCode()
           
 void setFromKey(org.apache.axis.types.URI fromKey)
          Sets the fromKey value for this KeysOwned.
 void setToKey(org.apache.axis.types.URI toKey)
          Sets the toKey value for this KeysOwned.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeysOwned

public KeysOwned()

KeysOwned

public KeysOwned(org.apache.axis.types.URI fromKey,
                 org.apache.axis.types.URI toKey)
Method Detail

getFromKey

public org.apache.axis.types.URI getFromKey()
Gets the fromKey value for this KeysOwned.

Returns:
fromKey

setFromKey

public void setFromKey(org.apache.axis.types.URI fromKey)
Sets the fromKey value for this KeysOwned.

Parameters:
fromKey -

getToKey

public org.apache.axis.types.URI getToKey()
Gets the toKey value for this KeysOwned.

Returns:
toKey

setToKey

public void setToKey(org.apache.axis.types.URI toKey)
Sets the toKey value for this KeysOwned.

Parameters:
toKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()