com.adventnet.tl1.message
Class TL1ParamValue

java.lang.Object
  |
  +--com.adventnet.tl1.message.TL1ParamValue

Deprecated. Since AdventNetTL1 API Release 2.0.
Since the value part of the TL1Param object is a String object, this class is not required. To get the value of a TL1Param object, use the TL1Param.getParamValueString () .

public class TL1ParamValue
extends java.lang.Object


Constructor Summary
TL1ParamValue()
          Deprecated. Default constructor .
TL1ParamValue(java.lang.String value)
          Deprecated. Constructor with default value.
 
Method Summary
 java.lang.String getValue()
          Deprecated. Gets the parameter value .
 void setValue(java.lang.String value)
          Deprecated. Sets the parameter value with the given value.
 java.lang.String toString()
          Deprecated. Returns the stringified form on this TL1ParamValue object.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TL1ParamValue

public TL1ParamValue()
Deprecated. 
Default constructor .

TL1ParamValue

public TL1ParamValue(java.lang.String value)
Deprecated. 
Constructor with default value.
Parameters:
value - String representing parameter value.
Method Detail

getValue

public java.lang.String getValue()
Deprecated. 
Gets the parameter value .
Returns:
value String.

setValue

public void setValue(java.lang.String value)
Deprecated. 
Sets the parameter value with the given value.
Parameters:
value - String.

toString

public java.lang.String toString()
Deprecated. 
Returns the stringified form on this TL1ParamValue object.
Overrides:
toString in class java.lang.Object
Returns:
String representation of this object.