Class RSP_Z88

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

public class RSP_Z88 extends AbstractMessage

Represents a RSP_Z88 message structure (see chapter 5.9.2.1.1). 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)
  • 6: QPD (Query Parameter Definition)
  • 7: RCP (Response Control Parameter)
  • 8: RSP_Z88_QUERY_RESPONSE (a Group object) repeating
  • 9: DSC (Continuation Pointer)
See Also:
  • Constructor Details

    • RSP_Z88

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

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