- All Superinterfaces:
EDIComplexType,EDIType
Provides access to attributes specified for a loop complex type.
- Since:
- 1.18
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.xlate.edi.schema.EDIType
EDIType.Type -
Method Summary
Modifier and TypeMethodDescriptionFor hierarchical loops, get the position of the element within the first segment that identifies the loop.For hierarchical loops, get the position of the element within the first segment that identifies the parent of the loop.Methods inherited from interface io.xlate.edi.schema.EDIComplexType
getReferences, getSyntaxRules
-
Method Details
-
getLevelIdPosition
EDIElementPosition getLevelIdPosition()For hierarchical loops, get the position of the element within the first segment that identifies the loop. If not a hierarchical loop, null is returned.- Returns:
- the position of the element holding the loop's level ID
-
getParentIdPosition
EDIElementPosition getParentIdPosition()For hierarchical loops, get the position of the element within the first segment that identifies the parent of the loop. If not a hierarchical loop, null is returned.- Returns:
- the position of the element holding the loop's parent level ID
-