IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Class ValueSetValue

java.lang.Object
  extended by com.ibm.uddi.v3.management.ValueSetValue
All Implemented Interfaces:
java.io.Serializable

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

This class represents a value in a value set, with a corresponding value description and parent value.

See Also:
Serialized Form

Constructor Summary
ValueSetValue(java.lang.String keyName, java.lang.String keyValue, java.lang.String parentKeyValue)
          Convenience constructor taking all three parameters that make up this object.
 
Method Summary
 java.lang.String getKeyName()
           
 java.lang.String getKeyValue()
           
 java.lang.String getParentKeyValue()
           
 void setKeyName(java.lang.String keyName)
           
 void setKeyValue(java.lang.String keyValue)
           
 void setParentKeyValue(java.lang.String parentKeyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSetValue

public ValueSetValue(java.lang.String keyName,
                     java.lang.String keyValue,
                     java.lang.String parentKeyValue)
Convenience constructor taking all three parameters that make up this object.

Parameters:
keyName -
keyValue -
parentKeyValue -
Method Detail

getKeyName

public java.lang.String getKeyName()
Returns:

getKeyValue

public java.lang.String getKeyValue()
Returns:

getParentKeyValue

public java.lang.String getParentKeyValue()
Returns:

setKeyName

public void setKeyName(java.lang.String keyName)
Parameters:
string -

setKeyValue

public void setKeyValue(java.lang.String keyValue)
Parameters:
string -

setParentKeyValue

public void setParentKeyValue(java.lang.String parentKeyValue)
Parameters:
string -

IBM WebSphere Application ServerTM
Release 8