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.

    • Method Detail

      • 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​(java.lang.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 .