class EnsLib.EDI.SEF.CommonNode
extends EnsLib.EDI.SEF.Node
This class factors some common attributes for several nodes
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
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.