Interface RecordType3Message

All Superinterfaces:
Message, RecordMessage

public interface RecordType3Message extends RecordMessage

Interface for populating Type 3 Record messages, adding fields by field name.

 

To construct a RecordType3Message use the MessageFactory obtained from the Publisher interface; objects implementing RecordType3Message cannot be instantiated directly.

Note: After publishing a message, do not reuse the message (e.g. change the content, republish) as this can cause issues.

  • Method Details

    • getClearFlag

      boolean getClearFlag()
      Gets a value indicating whether all the Type3 data should be cleared.
      Returns:
      True if all the Type3 data should be cleared; otherwise false.
    • setClearFlag

      void setClearFlag(Boolean clearFlag)
      Sets a value indicating whether all Type3 data should be cleared.
      Parameters:
      clearFlag - True if all Type3 data should be cleared; otherwise false .