Package iip.datatypes
Interface RoutingTestData
-
- All Known Implementing Classes:
RoutingTestDataImpl
public interface RoutingTestDataInterface of the application data type RoutingTestData. Generated by: EASy-Producer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSerNr()Returns the value ofserNr.java.lang.StringgetStringField()Returns the value ofstringField.voidsetSerNr(int value)Changes the value ofserNr.voidsetStringField(java.lang.String value)Changes the value ofstringField.
-
-
-
Method Detail
-
getSerNr
int getSerNr()
Returns the value ofserNr.- Returns:
- the value
-
getStringField
java.lang.String getStringField()
Returns the value ofstringField.- Returns:
- the value
-
setSerNr
void setSerNr(int value)
Changes the value ofserNr.- Parameters:
value- the new value
-
setStringField
void setStringField(java.lang.String value)
Changes the value ofstringField.- Parameters:
value- the new value
-
-