Package iip.datatypes

Class MipMqttInputImpl

  • All Implemented Interfaces:
    MipMqttInput

    public class MipMqttInputImpl
    extends java.lang.Object
    implements MipMqttInput
    Implementation of the application data type MipMqttInput. Generated by: EASy-Producer.
    • Field Detail

      • mipcontext

        private java.lang.String mipcontext
      • mipdate

        private java.lang.String mipdate
      • mipto

        private java.lang.String mipto
      • mipfrom

        private java.lang.String mipfrom
      • mipcommand

        private java.lang.String mipcommand
      • mipbitstream_ai_clock

        private java.lang.String mipbitstream_ai_clock
      • mipbitstream_ai_data1

        private java.lang.String mipbitstream_ai_data1
      • mipbitstream_ai_data2

        private java.lang.String mipbitstream_ai_data2
      • mipreader

        private java.lang.String mipreader
    • Constructor Detail

      • MipMqttInputImpl

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

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

      • getMipcontext

        public java.lang.String getMipcontext()
        Description copied from interface: MipMqttInput
        Returns the value of mipcontext.
        Specified by:
        getMipcontext in interface MipMqttInput
        Returns:
        the value
      • getMipdate

        public java.lang.String getMipdate()
        Description copied from interface: MipMqttInput
        Returns the value of mipdate.
        Specified by:
        getMipdate in interface MipMqttInput
        Returns:
        the value
      • getMipto

        public java.lang.String getMipto()
        Description copied from interface: MipMqttInput
        Returns the value of mipto.
        Specified by:
        getMipto in interface MipMqttInput
        Returns:
        the value
      • getMipfrom

        public java.lang.String getMipfrom()
        Description copied from interface: MipMqttInput
        Returns the value of mipfrom.
        Specified by:
        getMipfrom in interface MipMqttInput
        Returns:
        the value
      • getMipcommand

        public java.lang.String getMipcommand()
        Description copied from interface: MipMqttInput
        Returns the value of mipcommand.
        Specified by:
        getMipcommand in interface MipMqttInput
        Returns:
        the value
      • getMipbitstream_ai_clock

        public java.lang.String getMipbitstream_ai_clock()
        Description copied from interface: MipMqttInput
        Returns the value of mipbitstream_ai_clock.
        Specified by:
        getMipbitstream_ai_clock in interface MipMqttInput
        Returns:
        the value
      • getMipbitstream_ai_data1

        public java.lang.String getMipbitstream_ai_data1()
        Description copied from interface: MipMqttInput
        Returns the value of mipbitstream_ai_data1.
        Specified by:
        getMipbitstream_ai_data1 in interface MipMqttInput
        Returns:
        the value
      • getMipbitstream_ai_data2

        public java.lang.String getMipbitstream_ai_data2()
        Description copied from interface: MipMqttInput
        Returns the value of mipbitstream_ai_data2.
        Specified by:
        getMipbitstream_ai_data2 in interface MipMqttInput
        Returns:
        the value
      • getMipreader

        public java.lang.String getMipreader()
        Description copied from interface: MipMqttInput
        Returns the value of mipreader.
        Specified by:
        getMipreader in interface MipMqttInput
        Returns:
        the value
      • setMipcontext

        public void setMipcontext​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipcontext.
        Specified by:
        setMipcontext in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipdate

        public void setMipdate​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipdate.
        Specified by:
        setMipdate in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipto

        public void setMipto​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipto.
        Specified by:
        setMipto in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipfrom

        public void setMipfrom​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipfrom.
        Specified by:
        setMipfrom in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipcommand

        public void setMipcommand​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipcommand.
        Specified by:
        setMipcommand in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipbitstream_ai_clock

        public void setMipbitstream_ai_clock​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipbitstream_ai_clock.
        Specified by:
        setMipbitstream_ai_clock in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipbitstream_ai_data1

        public void setMipbitstream_ai_data1​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipbitstream_ai_data1.
        Specified by:
        setMipbitstream_ai_data1 in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipbitstream_ai_data2

        public void setMipbitstream_ai_data2​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipbitstream_ai_data2.
        Specified by:
        setMipbitstream_ai_data2 in interface MipMqttInput
        Parameters:
        value - the new value
      • setMipreader

        public void setMipreader​(java.lang.String value)
        Description copied from interface: MipMqttInput
        Changes the value of mipreader.
        Specified by:
        setMipreader in interface MipMqttInput
        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