Package org.openpnp.model.eagle.xml
Class Portref
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Portref
-
public class Portref extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringmoduleinstprotected java.lang.Stringport
-
Constructor Summary
Constructors Constructor Description Portref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetModuleinst()Gets the value of the moduleinst property.java.lang.StringgetPort()Gets the value of the port property.voidsetModuleinst(java.lang.String value)Sets the value of the moduleinst property.voidsetPort(java.lang.String value)Sets the value of the port property.
-
-
-
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 isString
-
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 isString
-
-