- 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
-
Method Summary
Modifier and Type Method Description java.util.List<EDIReference>getReferences()Retrieve theEDIReferences (child elements) for a this complex type.java.util.List<EDISyntaxRule>getSyntaxRules()Retrieve theEDISyntaxRules associated with this EDIComplexType.
-
Method Details
-
getReferences
java.util.List<EDIReference> getReferences()Retrieve theEDIReferences (child elements) for a this complex type.- Returns:
- the references (child elements) without regard to version
-
getSyntaxRules
java.util.List<EDISyntaxRule> getSyntaxRules()Retrieve theEDISyntaxRules associated with this EDIComplexType.- Returns:
- a list of associated
EDISyntaxRules
-