Skip to main content

HS.AU.Message.SMD.MessageType

persistent class HS.AU.Message.SMD.MessageType extends %Library.Persistent, HS.AU.SMD.BaseDataType, %XML.Adaptor

SQL Table Name: HS_AU_Message_SMD.MessageType

Must extend HS.AU.SMD.BaseDataType first, otherwise correlate for signedPayloadData will fail

Property Inventory

Parameters

parameter XMLNAME = MessageType;
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.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

property Data as %GlobalBinaryStream (XMLNAME = "data") [ Required ];
Property methods: DataDelete(), DataGet(), DataGetObject(), DataGetObjectId(), DataGetStored(), DataGetSwizzled(), DataIsValid(), DataNewObject(), DataOid(), DataOpen(), DataSet(), DataSetObject(), DataSetObjectId(), DataUnSwizzle()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.AU.Message.SMD.MessageType)

^HS.AU.Message.SMD.MessageTypeD(ID)
=
%%CLASSNAME
Data
FeedbackOpens in a new tab