Package iip.datatypes

Class AvaMqttOutputImpl

  • All Implemented Interfaces:
    AvaMqttOutput

    public class AvaMqttOutputImpl
    extends java.lang.Object
    implements AvaMqttOutput
    Implementation of the application data type AvaMqttOutput. Generated by: EASy-Producer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String xaxis  
      private java.lang.String yaxis  
      private java.lang.String zaxis  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      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.
      int hashCode()  
      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.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • xaxis

        private java.lang.String xaxis
      • yaxis

        private java.lang.String yaxis
      • zaxis

        private java.lang.String zaxis
    • Constructor Detail

      • AvaMqttOutputImpl

        public AvaMqttOutputImpl()
        Default constructor. Fields are pre-allocated with default Java values.
      • AvaMqttOutputImpl

        public AvaMqttOutputImpl​(AvaMqttOutput from)
        Copy constructor.
        Parameters:
        from - the instance to copy the values from
    • Method Detail

      • getXaxis

        public java.lang.String getXaxis()
        Description copied from interface: AvaMqttOutput
        Returns the value of xaxis.
        Specified by:
        getXaxis in interface AvaMqttOutput
        Returns:
        the value
      • getYaxis

        public java.lang.String getYaxis()
        Description copied from interface: AvaMqttOutput
        Returns the value of yaxis.
        Specified by:
        getYaxis in interface AvaMqttOutput
        Returns:
        the value
      • getZaxis

        public java.lang.String getZaxis()
        Description copied from interface: AvaMqttOutput
        Returns the value of zaxis.
        Specified by:
        getZaxis in interface AvaMqttOutput
        Returns:
        the value
      • setXaxis

        public void setXaxis​(java.lang.String value)
        Description copied from interface: AvaMqttOutput
        Changes the value of xaxis.
        Specified by:
        setXaxis in interface AvaMqttOutput
        Parameters:
        value - the new value
      • setYaxis

        public void setYaxis​(java.lang.String value)
        Description copied from interface: AvaMqttOutput
        Changes the value of yaxis.
        Specified by:
        setYaxis in interface AvaMqttOutput
        Parameters:
        value - the new value
      • setZaxis

        public void setZaxis​(java.lang.String value)
        Description copied from interface: AvaMqttOutput
        Changes the value of zaxis.
        Specified by:
        setZaxis in interface AvaMqttOutput
        Parameters:
        value - the new value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object