org.apache.juddi.datatype
Class BindingKey

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

public class BindingKey
extends java.lang.Object
implements RegistryObject

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

Constructor Summary
BindingKey()
          Construct a new initialized bindingKey instance.
BindingKey(java.lang.String keyValue)
          Construct a new BindingKey with a given key value.
 
Method Summary
 java.lang.String getValue()
          Returns the key value of this BindingKey.
 void setValue(java.lang.String newValue)
          Sets the value of this BindingKey to the new key value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingKey

public BindingKey()
Construct a new initialized bindingKey instance.


BindingKey

public BindingKey(java.lang.String keyValue)
Construct a new BindingKey with a given key value.

Parameters:
keyValue - The BindingKey of the new key value.
Method Detail

setValue

public void setValue(java.lang.String newValue)
Sets the value of this BindingKey to the new key value.

Parameters:
newValue - The new key value for this BindingKey.

getValue

public java.lang.String getValue()
Returns the key value of this BindingKey.

Returns:
The key value of this BindingKey.


Copyright © 2004-2007. All Rights Reserved.