Class MFR_M02

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

public class MFR_M02 extends AbstractMessage

Represents a MFR_M02 message structure (see chapter ?). This structure contains the following elements:

  • 1: MSH (MESSAGE HEADER)
  • 2: MSA (MESSAGE ACKNOWLEDGMENT)
  • 3: ERR (ERROR) optional
  • 4: QRD (QUERY DEFINITION)
  • 5: QRF (QUERY FILTER) optional
  • 6: MFI (MASTER FILE IDENTIFICATION)
  • 7: MFR_M02_MF_STAFF (a Group object) repeating
  • 8: DSC (CONTINUATION POINTER) optional
See Also:
  • Constructor Details

    • MFR_M02

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

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