Skip to main content

HS.Util.Status.Metadata.Wrapper

class HS.Util.Status.Metadata.Wrapper extends %Library.RegisteredObject, %XML.Adaptor

Property Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/healthshare/util/status;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLNAME = Metadata;
Inherited description: 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.

Properties

property Elements as list of HS.Util.Status.Metadata.AbstractMessageContainer (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "SUBSTITUTIONGROUP");
Property methods: ElementsBuildValueArray(), ElementsCollectionToDisplay(), ElementsCollectionToOdbc(), ElementsDisplayToCollection(), ElementsGet(), ElementsGetObject(), ElementsGetObjectId(), ElementsGetSwizzled(), ElementsIsValid(), ElementsOdbcToCollection(), ElementsSet(), ElementsSetObject(), ElementsSetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab