Interface ITextDataProp

    • Method Detail

      • getText

        String getText()
        Get the static payload character data.
        Returns:
        The static payload data, or null.
      • setText

        void setText​(String p_strText)
        Set static payload character data.
        Parameters:
        p_strText - The static payload data.