Class LoopSegment

java.lang.Object
com.adaptris.adapter.edistream.model.EdiElement
com.adaptris.adapter.edistream.model.LoopSegment
All Implemented Interfaces:
Serializable, TreeNode

public class LoopSegment extends EdiElement
A parent class that is used to represent a repeating group of elements.
See Also:
  • Constructor Details

    • LoopSegment

      public LoopSegment()
    • LoopSegment

      public LoopSegment(String name, boolean mandatory, int repetitions)