Sets the field value in the message using the {@link PDMFieldInfo} handle
and should be of type PDMFieldType.INT32.

C# |
public virtual PDMMessage setFieldValue( PDMFieldInfo fieldInfo, int newValue )

- fieldInfo (PDMFieldInfo)
- the PDMFieldInfo handle
- newValue (Int32)
- the int value

a reference to this {@link PDMMessage} for chaining setFieldValue calls