Convenience method that creates a new XSInteger, binds it to this Request and then returns the new XSInteger instance. This method is equivalent to:
XdmVariable temp = ValueFactory.newVariable (
ValueFactory.newXName (namespace, localname),
ValueFactory.newValue (ValueType.XS_INTEGER, value));
request.setVariable (temp);
return temp;
An instance of XSInteger
Request Interface | Marklogic.Xcc Namespace | Request.SetNewIntegerVariable Overload List