- All Superinterfaces:
EDIType
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
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 Details
-
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
-