Package iip.datatypes
Interface AvaMqttOutput
-
- All Known Implementing Classes:
AvaMqttOutputImpl
public interface AvaMqttOutputInterface of the application data type AvaMqttOutput. Generated by: EASy-Producer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetXaxis()Returns the value ofxaxis.java.lang.StringgetYaxis()Returns the value ofyaxis.java.lang.StringgetZaxis()Returns the value ofzaxis.voidsetXaxis(java.lang.String value)Changes the value ofxaxis.voidsetYaxis(java.lang.String value)Changes the value ofyaxis.voidsetZaxis(java.lang.String value)Changes the value ofzaxis.
-
-
-
Method Detail
-
getXaxis
java.lang.String getXaxis()
Returns the value ofxaxis.- Returns:
- the value
-
getYaxis
java.lang.String getYaxis()
Returns the value ofyaxis.- Returns:
- the value
-
getZaxis
java.lang.String getZaxis()
Returns the value ofzaxis.- Returns:
- the value
-
setXaxis
void setXaxis(java.lang.String value)
Changes the value ofxaxis.- Parameters:
value- the new value
-
setYaxis
void setYaxis(java.lang.String value)
Changes the value ofyaxis.- Parameters:
value- the new value
-
setZaxis
void setZaxis(java.lang.String value)
Changes the value ofzaxis.- Parameters:
value- the new value
-
-