Package iip.datatypes
Interface RoutingConnOut
-
- All Known Implementing Classes:
RoutingConnOutImpl
public interface RoutingConnOutInterface of the application data type RoutingConnOut. Generated by: EASy-Producer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetData()Returns the value ofdata.intgetSerNr()Returns the value ofserNr.voidsetData(java.lang.String value)Changes the value ofdata.voidsetSerNr(int value)Changes the value ofserNr.
-
-
-
Method Detail
-
getSerNr
int getSerNr()
Returns the value ofserNr.- Returns:
- the value
-
getData
java.lang.String getData()
Returns the value ofdata.- Returns:
- the value
-
setSerNr
void setSerNr(int value)
Changes the value ofserNr.- Parameters:
value- the new value
-
setData
void setData(java.lang.String value)
Changes the value ofdata.- Parameters:
value- the new value
-
-