Package iip.datatypes
Class AvaMqttOutputImpl
java.lang.Object
iip.datatypes.AvaMqttOutputImpl
- All Implemented Interfaces:
AvaMqttOutput
Implementation of the application data type AvaMqttOutput.
Generated by: EASy-Producer.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Copy constructor. -
Method Summary
-
Field Details
-
xaxis
-
yaxis
-
zaxis
-
-
Constructor Details
-
AvaMqttOutputImpl
public AvaMqttOutputImpl()Default constructor. Fields are pre-allocated with default Java values. -
AvaMqttOutputImpl
Copy constructor.- Parameters:
from- the instance to copy the values from
-
-
Method Details
-
getXaxis
Description copied from interface:AvaMqttOutputReturns the value ofxaxis.- Specified by:
getXaxisin interfaceAvaMqttOutput- Returns:
- the value
-
setXaxis
Description copied from interface:AvaMqttOutputChanges the value ofxaxis.- Specified by:
setXaxisin interfaceAvaMqttOutput- Parameters:
value- the new value
-
getYaxis
Description copied from interface:AvaMqttOutputReturns the value ofyaxis.- Specified by:
getYaxisin interfaceAvaMqttOutput- Returns:
- the value
-
setYaxis
Description copied from interface:AvaMqttOutputChanges the value ofyaxis.- Specified by:
setYaxisin interfaceAvaMqttOutput- Parameters:
value- the new value
-
getZaxis
Description copied from interface:AvaMqttOutputReturns the value ofzaxis.- Specified by:
getZaxisin interfaceAvaMqttOutput- Returns:
- the value
-
setZaxis
Description copied from interface:AvaMqttOutputChanges the value ofzaxis.- Specified by:
setZaxisin interfaceAvaMqttOutput- Parameters:
value- the new value
-
hashCode
public int hashCode() -
equals
-
toString
-