Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [EDI] >  [SEF] >  [CommonNode]
Private  Storage   

class EnsLib.EDI.SEF.CommonNode extends EnsLib.EDI.SEF.Node

This class factors some common attributes for several nodes

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 2


Summary

Properties
ActRequirement Parent RepeatCount StdRequirement UsrRequirement

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
ActRequirementGet Ancestor AsString DisplayName
GenerateDescriptor GenerateText IsGroup OutputTextToDevice
UsrRequirementGet Validate

Subclasses
EnsLib.EDI.SEF.CompositeElement EnsLib.EDI.SEF.SegmentComposite EnsLib.EDI.SEF.SegmentElement
EnsLib.EDI.SEF.SetItemGroup EnsLib.EDI.SEF.SetSegment

Properties

• property ActRequirement as %String [ Calculated ];
This holds the calculated Actual requirement. It takes into account the user and standard requirement and applies the rules to determine the actual requirement that should be applied when parsing transactions
• property RepeatCount as %String;
This holds the maximum usage, >1 means unlimited repetition
• property StdRequirement as %String;
This holds the requirement as specified in the standard
• property UsrRequirement as %String;
This holds the requirement as specifier by the user

Methods

• method ActRequirementGet() as %String
This is the accessor for the actual requirement. It applies the rules to determine the actual requirement that should be applied when parsing transactions
• method UsrRequirementGet() as %String
This is a Get accessor method for the UsrRequirement property.


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