IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Class ValueSetProperty

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

public class ValueSetProperty
extends Property

Represents a property of a value set.

See Also:
Serialized Form

Constructor Summary
ValueSetProperty()
          Constructor.
ValueSetProperty(java.lang.String id, java.lang.String type, java.lang.Object value, java.lang.String nameKey)
          Constructor taking id, type, value and nameKey.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.uddi.v3.management.Property
getBooleanValue, getConstraints, getDescriptionKey, getDisplayOrder, getId, getIntegerValue, getNameKey, getStringValue, getType, getUnitsKey, getValidValues, getValue, isInternal, isReadOnly, isRequired, isUsingMessageKeys, setBooleanValue, setConstraints, setDescriptionKey, setDisplayOrder, setId, setIntegerValue, setInternal, setNameKey, setReadOnly, setRequired, setStringValue, setType, setUnitsKey, setUsingMessageKeys, setValidValues, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueSetProperty

public ValueSetProperty()
Constructor.


ValueSetProperty

public ValueSetProperty(java.lang.String id,
                        java.lang.String type,
                        java.lang.Object value,
                        java.lang.String nameKey)
Constructor taking id, type, value and nameKey.

Parameters:
id -
type -
value -
nameKey -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Property

IBM WebSphere Application ServerTM
Release 8