Package iip.datatypes
Interface KRec13Anon
-
- All Known Implementing Classes:
KRec13AnonImpl
public interface KRec13AnonInterface of the application data type KRec13Anon. Generated by: EASy-Producer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntField()Returns the value ofintField.java.lang.StringgetKip()Returns the value ofkip.java.lang.StringgetStringField()Returns the value ofstringField.voidsetIntField(int value)Changes the value ofintField.voidsetKip(java.lang.String value)Changes the value ofkip.voidsetStringField(java.lang.String value)Changes the value ofstringField.
-
-
-
Method Detail
-
getKip
java.lang.String getKip()
Returns the value ofkip.- Returns:
- the value
-
getIntField
int getIntField()
Returns the value ofintField.- Returns:
- the value
-
getStringField
java.lang.String getStringField()
Returns the value ofstringField.- Returns:
- the value
-
setKip
void setKip(java.lang.String value)
Changes the value ofkip.- Parameters:
value- the new value
-
setIntField
void setIntField(int value)
Changes the value ofintField.- Parameters:
value- the new value
-
setStringField
void setStringField(java.lang.String value)
Changes the value ofstringField.- Parameters:
value- the new value
-
-