Class MFN_M02

All Implemented Interfaces:
Group, Message, Structure, Visitable, Serializable

public class MFN_M02 extends AbstractMessage

Represents a MFN_M02 message structure (see chapter 8.7.1). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: MFI (Master File Identification)
  • 4: MFN_M02_MF_STAFF (a Group object) repeating
See Also:
  • Constructor Details

    • MFN_M02

      public MFN_M02()
      Creates a new MFN_M02 message with DefaultModelClassFactory.
    • MFN_M02

      public MFN_M02(ModelClassFactory factory)
      Creates a new MFN_M02 message with custom ModelClassFactory.
  • Method Details