persistent class Ens.Request
extends Ens.MessageBody, Ens.Util.RequestBodyMethods
parameter RESPONSECLASSNAME;
parameter XMLINCLUDEINGROUP = 0;
Prevent the XML Type and Name of classes derived from this class from interfering with one another if they have the same short classname.
parameter XMLTYPE = "Ens_Request";
Prevent this class from having the same default XML Type and Name as any of its subclasses that have the short classname "Request".