Package iip.datatypes

Interface RoutingConnOut

  • All Known Implementing Classes:
    RoutingConnOutImpl

    public interface RoutingConnOut
    Interface 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.String getData()
      Returns the value of data.
      int getSerNr()
      Returns the value of serNr.
      void setData​(java.lang.String value)
      Changes the value of data.
      void setSerNr​(int value)
      Changes the value of serNr.
    • Method Detail

      • getSerNr

        int getSerNr()
        Returns the value of serNr.
        Returns:
        the value
      • getData

        java.lang.String getData()
        Returns the value of data.
        Returns:
        the value
      • setSerNr

        void setSerNr​(int value)
        Changes the value of serNr.
        Parameters:
        value - the new value
      • setData

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