Class RSP_Z90

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

public class RSP_Z90 extends AbstractMessage

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

    • RSP_Z90

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

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