Class RSP_Z82

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

public class RSP_Z82 extends AbstractMessage

Represents a RSP_Z82 message structure (see chapter 5.9.1.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_Z82_QUERY_RESPONSE (a Group object) repeating
  • 9: DSC (Continuation Pointer) optional
See Also:
  • Constructor Details

    • RSP_Z82

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

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