Setint, Setshort, Setstring – HP NonStop G-Series User Manual
Page 119

Usage Sets the value of the item specified in the name parameter to the floating point (32-bit) value specified in the value
parameter.
Throws
java.lang.IllegalAccessError.
(field name) - Attempt to set a value to an output parameter field.
java.lang.NoSuchFieldException.
(field name) - Attempt to set a field which is not defined for this service.
setInt
Sets the integer value of the specified item.
void setInt( String name, int value );
Usage Sets the value of the item specified in the name parameter to the integer (32-bit) value specified in the value
parameter.
Throws
java.lang.IllegalAccessError.
(field name) Attempt to set a value to an output parameter field.
java.lang.NoSuchFieldException.
(field name) Attempt to set a field which is not defined for this service.
setShort
Sets the short integer value of the specified item.
void setShort( String name, short value );
Usage Sets the value of the item specified in the name parameter to the short (16-bit) integer value specified in the value
parameter.
Throws
java.lang.IllegalAccessError.
(field name) Attempt to set a value to an output parameter field.
java.lang.NoSuchFieldException.
(field name) Attempt to set a field which is not defined for this service.
setString
Sets the string value of the specified item.
void setString( String name, String value );
Usage Sets the value of the item specified in the name parameter to the string value specified in the value parameter.
Throws
java.lang.IllegalAccessError.
(field name) Attempt to set a value to an output parameter field.