Package iip.datatypes
Interface MipMqttInput
-
- All Known Implementing Classes:
MipMqttInputImpl
public interface MipMqttInputInterface of the application data type MipMqttInput. Generated by: EASy-Producer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMipbitstream_ai_clock()Returns the value ofmipbitstream_ai_clock.java.lang.StringgetMipbitstream_ai_data1()Returns the value ofmipbitstream_ai_data1.java.lang.StringgetMipbitstream_ai_data2()Returns the value ofmipbitstream_ai_data2.java.lang.StringgetMipcommand()Returns the value ofmipcommand.java.lang.StringgetMipcontext()Returns the value ofmipcontext.java.lang.StringgetMipdate()Returns the value ofmipdate.java.lang.StringgetMipfrom()Returns the value ofmipfrom.java.lang.StringgetMipreader()Returns the value ofmipreader.java.lang.StringgetMipto()Returns the value ofmipto.voidsetMipbitstream_ai_clock(java.lang.String value)Changes the value ofmipbitstream_ai_clock.voidsetMipbitstream_ai_data1(java.lang.String value)Changes the value ofmipbitstream_ai_data1.voidsetMipbitstream_ai_data2(java.lang.String value)Changes the value ofmipbitstream_ai_data2.voidsetMipcommand(java.lang.String value)Changes the value ofmipcommand.voidsetMipcontext(java.lang.String value)Changes the value ofmipcontext.voidsetMipdate(java.lang.String value)Changes the value ofmipdate.voidsetMipfrom(java.lang.String value)Changes the value ofmipfrom.voidsetMipreader(java.lang.String value)Changes the value ofmipreader.voidsetMipto(java.lang.String value)Changes the value ofmipto.
-
-
-
Method Detail
-
getMipcontext
java.lang.String getMipcontext()
Returns the value ofmipcontext.- Returns:
- the value
-
getMipdate
java.lang.String getMipdate()
Returns the value ofmipdate.- Returns:
- the value
-
getMipto
java.lang.String getMipto()
Returns the value ofmipto.- Returns:
- the value
-
getMipfrom
java.lang.String getMipfrom()
Returns the value ofmipfrom.- Returns:
- the value
-
getMipcommand
java.lang.String getMipcommand()
Returns the value ofmipcommand.- Returns:
- the value
-
getMipbitstream_ai_clock
java.lang.String getMipbitstream_ai_clock()
Returns the value ofmipbitstream_ai_clock.- Returns:
- the value
-
getMipbitstream_ai_data1
java.lang.String getMipbitstream_ai_data1()
Returns the value ofmipbitstream_ai_data1.- Returns:
- the value
-
getMipbitstream_ai_data2
java.lang.String getMipbitstream_ai_data2()
Returns the value ofmipbitstream_ai_data2.- Returns:
- the value
-
getMipreader
java.lang.String getMipreader()
Returns the value ofmipreader.- Returns:
- the value
-
setMipcontext
void setMipcontext(java.lang.String value)
Changes the value ofmipcontext.- Parameters:
value- the new value
-
setMipdate
void setMipdate(java.lang.String value)
Changes the value ofmipdate.- Parameters:
value- the new value
-
setMipto
void setMipto(java.lang.String value)
Changes the value ofmipto.- Parameters:
value- the new value
-
setMipfrom
void setMipfrom(java.lang.String value)
Changes the value ofmipfrom.- Parameters:
value- the new value
-
setMipcommand
void setMipcommand(java.lang.String value)
Changes the value ofmipcommand.- Parameters:
value- the new value
-
setMipbitstream_ai_clock
void setMipbitstream_ai_clock(java.lang.String value)
Changes the value ofmipbitstream_ai_clock.- Parameters:
value- the new value
-
setMipbitstream_ai_data1
void setMipbitstream_ai_data1(java.lang.String value)
Changes the value ofmipbitstream_ai_data1.- Parameters:
value- the new value
-
setMipbitstream_ai_data2
void setMipbitstream_ai_data2(java.lang.String value)
Changes the value ofmipbitstream_ai_data2.- Parameters:
value- the new value
-
setMipreader
void setMipreader(java.lang.String value)
Changes the value ofmipreader.- Parameters:
value- the new value
-
-