Class EDINamespaces

java.lang.Object
io.xlate.edi.stream.EDINamespaces

public class EDINamespaces
extends Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static String COMPOSITES
    XML namespace used for EDI composite elements - those elements containing sub-elements, i.e.
    static String ELEMENTS
    XML namespace used for EDI simple elements and the components of a composite element,
    static String LOOPS
    XML namespace used for all loop types: INTERCHANGE, GROUP, TRANSACTIONS, and internal message loops.
    static String SEGMENTS
    XML namespace used for EDI segments
  • Method Summary

    Modifier and Type Method Description
    static List<String> all()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOOPS

      public static final String LOOPS
      XML namespace used for all loop types: INTERCHANGE, GROUP, TRANSACTIONS, and internal message loops.
      See Also:
      Constant Field Values
    • SEGMENTS

      public static final String SEGMENTS
      XML namespace used for EDI segments
      See Also:
      Constant Field Values
    • COMPOSITES

      public static final String COMPOSITES
      XML namespace used for EDI composite elements - those elements containing sub-elements, i.e. components.
      See Also:
      Constant Field Values
    • ELEMENTS

      public static final String ELEMENTS
      XML namespace used for EDI simple elements and the components of a composite element,
      See Also:
      Constant Field Values
  • Method Details