class Ens.Config.MessageMap
extends %RegisteredObject, %XML.Adaptor
parameter XMLNAME = "MapItem";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property ActionMethod
as %String(MAXLEN=180,XMLNAME="Method",XMLPROJECTION="ELEMENT");
property MessageType
as %String(MAXLEN=128,XMLNAME="MessageType",XMLPROJECTION="ATTRIBUTE");