IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Segment Event

Fires whenever a data segment in a transaction set is read.

Syntax

public open class DefaultEdifactreaderEventListener : EdifactreaderEventListener {
  ...
  public override fun segment(e: EdifactreaderSegmentEvent) {}
  ...
}

public class EdifactreaderSegmentEvent {
  val tag: String?
  val name: String?
  val loopName: String?
  val fullSegment: String?
}

Remarks

The Segment event will fire when a data segment is read. The Tag parameter contains the tag of the segment. Name contains the name of the segment as defined in the associated transaction set schema. LoopName contains the name of the loop or group this segment is present in (such as N1Loop1).

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]