persistent class EnsLib.ebXML.MessageWithPayload
extends EnsLib.ebXML.Message, %XML.Adaptor
ebXML Message instance
method CreateManifestWithReferences(pReference As %ListOfObjects(ELEMENTTYPE="EnsLib.ebXML.schema.msg.Reference"))
Construct an instance of the ebXML Manifest type (EnsLib.ebXML.schema.msg.Manifest)
classmethod GetContentArray(Output pContents, pMode As %String = "source", pDocType As %String = "", pLevel As %Integer = 0, pIncludeBase As %Boolean = 0)
as %Status
Returns array of properties that make up the contents
of this object.
This method in implemented within the document class.
The content array is in the form:
pContents(n,"type")="%String"
pContents(n,"name")="Field"
pContents(n,"alias")=alias code
If pContents(n) is non-zero then the property is a composite type with
sub-properties. The sub-properties are indexed with a similar structure under
pContents(n,m) where m is the index of the subtype property.
method ValidateManifest()
as %Status
Validate a Manifest
method showContents()
HTML display helper method to add properties not defined in
EnsLib.ebXML.Message.
method showTopLinks()
HTML display helper method to add links for properties not
defined in EnsLib.ebXML.Message.