xml.Signature.setObjectID

Sets an ID for the signature object.

Syntax

setObjectID(
   index INTEGER,
   id STRING )
  1. index defines the index value.
  2. id defines the value to be set.

Usage

This method sets the ID defined by id value for the signature object specified in the index (index).

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).