Package iip.datatypes
Interface AvaMqttOutput
- All Known Implementing Classes:
AvaMqttOutputImpl
public interface AvaMqttOutput
Interface of the application data type AvaMqttOutput.
Generated by: EASy-Producer.
-
Method Details
-
getXaxis
String getXaxis()Returns the value ofxaxis.- Returns:
- the value
-
setXaxis
Changes the value ofxaxis.- Parameters:
value- the new value
-
getYaxis
String getYaxis()Returns the value ofyaxis.- Returns:
- the value
-
setYaxis
Changes the value ofyaxis.- Parameters:
value- the new value
-
getZaxis
String getZaxis()Returns the value ofzaxis.- Returns:
- the value
-
setZaxis
Changes the value ofzaxis.- Parameters:
value- the new value
-