|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.tl1.message.TL1ParamValue
public class TL1ParamValue
| 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 |
|---|
public TL1ParamValue()
public TL1ParamValue(java.lang.String value)
value - String representing parameter value.| Method Detail |
|---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - String.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||