-
- All Superinterfaces:
EDIComplexType,EDIType
public interface EDILoopType extends EDIComplexType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EDIElementPositiongetLevelIdPosition()For hierarchical loops, get the position of the element within the first segment that identifies the loop.EDIElementPositiongetParentIdPosition()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 Detail
-
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
-
-