Package iip.datatypes

Interface KRec13Anon

  • All Known Implementing Classes:
    KRec13AnonImpl

    public interface KRec13Anon
    Interface of the application data type KRec13Anon. Generated by: EASy-Producer.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIntField()
      Returns the value of intField.
      java.lang.String getKip()
      Returns the value of kip.
      java.lang.String getStringField()
      Returns the value of stringField.
      void setIntField​(int value)
      Changes the value of intField.
      void setKip​(java.lang.String value)
      Changes the value of kip.
      void setStringField​(java.lang.String value)
      Changes the value of stringField.
    • Method Detail

      • getKip

        java.lang.String getKip()
        Returns the value of kip.
        Returns:
        the value
      • getIntField

        int getIntField()
        Returns the value of intField.
        Returns:
        the value
      • getStringField

        java.lang.String getStringField()
        Returns the value of stringField.
        Returns:
        the value
      • setKip

        void setKip​(java.lang.String value)
        Changes the value of kip.
        Parameters:
        value - the new value
      • setIntField

        void setIntField​(int value)
        Changes the value of intField.
        Parameters:
        value - the new value
      • setStringField

        void setStringField​(java.lang.String value)
        Changes the value of stringField.
        Parameters:
        value - the new value