Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [RecordMap] >  [Model] >  [BatchElement]
Private  Storage   

abstract class EnsLib.RecordMap.Model.BatchElement extends %RegisteredObject, %XML.Adaptor

Base class to model the elements used in EnsLib.RecordMap.Model.ComplexBatch.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 6


Summary

Properties
annotation maxRepeats minRepeats name repeating
required

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
EnsLib.RecordMap.Model.RecordReference EnsLib.RecordMap.Model.RecordSequence

Parameters

• parameter NAMESPACE = "http://www.intersystems.com/Ensemble/RecordMap";
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 XMLSEQUENCE = 1;
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 annotation as %String(MAXLEN=1024);
Comments for the element.
• property maxRepeats as %Integer(MINVAL=0,XMLPROJECTION="ATTRIBUTE");
If repeating is true, the maximum number of times that the element must appear.
• property minRepeats as %Integer(MINVAL=0,XMLPROJECTION="ATTRIBUTE");
If repeating is true, the minimum number of times that the element must appear.
• property name as %String(MAXLEN=128,XMLPROJECTION="ATTRIBUTE") [ Required ];
The name of the BatchElement.
• property repeating as EnsLib.RecordMap.Model.DataType.Boolean(XMLPROJECTION="ATTRIBUTE");
Indicate whether the element repeats.
• property required as EnsLib.RecordMap.Model.DataType.Boolean(XMLPROJECTION="ATTRIBUTE");
Indicate whether the element is required.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.