Interface EDIComplexType

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.
  • Method Details

    • getReferences

      java.util.List<EDIReference> getReferences()
      Retrieve the EDIReferences (child elements) for a this complex type.
      Returns:
      the references (child elements) without regard to version
    • getSyntaxRules

      java.util.List<EDISyntaxRule> getSyntaxRules()
      Retrieve the EDISyntaxRules associated with this EDIComplexType.
      Returns:
      a list of associated EDISyntaxRules