Class ADR_A19

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

public class ADR_A19 extends AbstractMessage

Represents a ADR_A19 message structure (see chapter 3.3.19). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: MSA (Message Acknowledgment)
  • 4: ERR (Error) optional
  • 5: QAK (Query Acknowledgment) optional
  • 6: QRD (Original-Style Query Definition)
  • 7: QRF (Original style query filter) optional
  • 8: ADR_A19_QUERY_RESPONSE (a Group object) repeating
  • 9: DSC (Continuation Pointer) optional
See Also:
  • Constructor Details

    • ADR_A19

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

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