Package iip.datatypes
Class MipMqttInputImpl
- java.lang.Object
-
- iip.datatypes.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 Summary
Fields Modifier and Type Field Description private java.lang.Stringmipbitstream_ai_clockprivate java.lang.Stringmipbitstream_ai_data1private java.lang.Stringmipbitstream_ai_data2private java.lang.Stringmipcommandprivate java.lang.Stringmipcontextprivate java.lang.Stringmipdateprivate java.lang.Stringmipfromprivate java.lang.Stringmipreaderprivate java.lang.Stringmipto
-
Constructor Summary
Constructors Constructor Description MipMqttInputImpl()Default constructor.MipMqttInputImpl(MipMqttInput from)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)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.inthashCode()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.java.lang.StringtoString()
-
-
-
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:MipMqttInputReturns the value ofmipcontext.- Specified by:
getMipcontextin interfaceMipMqttInput- Returns:
- the value
-
getMipdate
public java.lang.String getMipdate()
Description copied from interface:MipMqttInputReturns the value ofmipdate.- Specified by:
getMipdatein interfaceMipMqttInput- Returns:
- the value
-
getMipto
public java.lang.String getMipto()
Description copied from interface:MipMqttInputReturns the value ofmipto.- Specified by:
getMiptoin interfaceMipMqttInput- Returns:
- the value
-
getMipfrom
public java.lang.String getMipfrom()
Description copied from interface:MipMqttInputReturns the value ofmipfrom.- Specified by:
getMipfromin interfaceMipMqttInput- Returns:
- the value
-
getMipcommand
public java.lang.String getMipcommand()
Description copied from interface:MipMqttInputReturns the value ofmipcommand.- Specified by:
getMipcommandin interfaceMipMqttInput- Returns:
- the value
-
getMipbitstream_ai_clock
public java.lang.String getMipbitstream_ai_clock()
Description copied from interface:MipMqttInputReturns the value ofmipbitstream_ai_clock.- Specified by:
getMipbitstream_ai_clockin interfaceMipMqttInput- Returns:
- the value
-
getMipbitstream_ai_data1
public java.lang.String getMipbitstream_ai_data1()
Description copied from interface:MipMqttInputReturns the value ofmipbitstream_ai_data1.- Specified by:
getMipbitstream_ai_data1in interfaceMipMqttInput- Returns:
- the value
-
getMipbitstream_ai_data2
public java.lang.String getMipbitstream_ai_data2()
Description copied from interface:MipMqttInputReturns the value ofmipbitstream_ai_data2.- Specified by:
getMipbitstream_ai_data2in interfaceMipMqttInput- Returns:
- the value
-
getMipreader
public java.lang.String getMipreader()
Description copied from interface:MipMqttInputReturns the value ofmipreader.- Specified by:
getMipreaderin interfaceMipMqttInput- Returns:
- the value
-
setMipcontext
public void setMipcontext(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipcontext.- Specified by:
setMipcontextin interfaceMipMqttInput- Parameters:
value- the new value
-
setMipdate
public void setMipdate(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipdate.- Specified by:
setMipdatein interfaceMipMqttInput- Parameters:
value- the new value
-
setMipto
public void setMipto(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipto.- Specified by:
setMiptoin interfaceMipMqttInput- Parameters:
value- the new value
-
setMipfrom
public void setMipfrom(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipfrom.- Specified by:
setMipfromin interfaceMipMqttInput- Parameters:
value- the new value
-
setMipcommand
public void setMipcommand(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipcommand.- Specified by:
setMipcommandin interfaceMipMqttInput- Parameters:
value- the new value
-
setMipbitstream_ai_clock
public void setMipbitstream_ai_clock(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipbitstream_ai_clock.- Specified by:
setMipbitstream_ai_clockin interfaceMipMqttInput- Parameters:
value- the new value
-
setMipbitstream_ai_data1
public void setMipbitstream_ai_data1(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipbitstream_ai_data1.- Specified by:
setMipbitstream_ai_data1in interfaceMipMqttInput- Parameters:
value- the new value
-
setMipbitstream_ai_data2
public void setMipbitstream_ai_data2(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipbitstream_ai_data2.- Specified by:
setMipbitstream_ai_data2in interfaceMipMqttInput- Parameters:
value- the new value
-
setMipreader
public void setMipreader(java.lang.String value)
Description copied from interface:MipMqttInputChanges the value ofmipreader.- Specified by:
setMipreaderin interfaceMipMqttInput- Parameters:
value- the new value
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-