Class Portref


  • public class Portref
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String moduleinst  
      protected java.lang.String port  
    • Constructor Summary

      Constructors 
      Constructor Description
      Portref()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModuleinst()
      Gets the value of the moduleinst property.
      java.lang.String getPort()
      Gets the value of the port property.
      void setModuleinst​(java.lang.String value)
      Sets the value of the moduleinst property.
      void setPort​(java.lang.String value)
      Sets the value of the port property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • moduleinst

        protected java.lang.String moduleinst
      • port

        protected java.lang.String port
    • Constructor Detail

      • Portref

        public Portref()
    • Method Detail

      • getModuleinst

        public java.lang.String getModuleinst()
        Gets the value of the moduleinst property.
        Returns:
        possible object is String
      • setModuleinst

        public void setModuleinst​(java.lang.String value)
        Sets the value of the moduleinst property.
        Parameters:
        value - allowed object is String
      • getPort

        public java.lang.String getPort()
        Gets the value of the port property.
        Returns:
        possible object is String
      • setPort

        public void setPort​(java.lang.String value)
        Sets the value of the port property.
        Parameters:
        value - allowed object is String