Package io.xlate.edi.schema
Interface EDIComplexType
-
- All Superinterfaces:
EDIType
- All Known Subinterfaces:
EDILoopType
public interface EDIComplexType extends EDIType
An interface representing the schema of an EDI complex type such as a loop, segment, or composite element.
-
-
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 List<EDIReference>getReferences()Retrieve theEDIReferences (child elements) for a this complex type.List<EDISyntaxRule>getSyntaxRules()Retrieve theEDISyntaxRules associated with this EDIComplexType.
-
-
-
Method Detail
-
getReferences
List<EDIReference> getReferences()
Retrieve theEDIReferences (child elements) for a this complex type.- Returns:
- the references (child elements) without regard to version
-
getSyntaxRules
List<EDISyntaxRule> getSyntaxRules()
Retrieve theEDISyntaxRules associated with this EDIComplexType.- Returns:
- a list of associated
EDISyntaxRules
-
-