Package iip.datatypes

Interface AvaMqttOutput

  • All Known Implementing Classes:
    AvaMqttOutputImpl

    public interface AvaMqttOutput
    Interface of the application data type AvaMqttOutput. Generated by: EASy-Producer.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getXaxis()
      Returns the value of xaxis.
      java.lang.String getYaxis()
      Returns the value of yaxis.
      java.lang.String getZaxis()
      Returns the value of zaxis.
      void setXaxis​(java.lang.String value)
      Changes the value of xaxis.
      void setYaxis​(java.lang.String value)
      Changes the value of yaxis.
      void setZaxis​(java.lang.String value)
      Changes the value of zaxis.
    • Method Detail

      • getXaxis

        java.lang.String getXaxis()
        Returns the value of xaxis.
        Returns:
        the value
      • getYaxis

        java.lang.String getYaxis()
        Returns the value of yaxis.
        Returns:
        the value
      • getZaxis

        java.lang.String getZaxis()
        Returns the value of zaxis.
        Returns:
        the value
      • setXaxis

        void setXaxis​(java.lang.String value)
        Changes the value of xaxis.
        Parameters:
        value - the new value
      • setYaxis

        void setYaxis​(java.lang.String value)
        Changes the value of yaxis.
        Parameters:
        value - the new value
      • setZaxis

        void setZaxis​(java.lang.String value)
        Changes the value of zaxis.
        Parameters:
        value - the new value