org.oasis.ebxml.registry.bindings.rim
Class ValueListTypeItem

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rim.ValueListTypeItem
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ValueListTypeItem()
           
 
Method Summary
 java.lang.String getValue()
          Returns the value of field 'value'.
 void setValue(java.lang.String value)
          Sets the value of field 'value'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueListTypeItem

public ValueListTypeItem()
Method Detail

getValue

public java.lang.String getValue()
Returns the value of field 'value'.

Returns:
the value of field 'value'.

setValue

public void setValue(java.lang.String value)
Sets the value of field 'value'.

Parameters:
value - the value of field 'value'.