Package org.openpnp.model.eagle.xml
Class Contactref
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Contactref
-
public class Contactref extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Contactref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetElement()Gets the value of the element property.java.lang.StringgetPad()Gets the value of the pad property.java.lang.StringgetRoute()Gets the value of the route property.java.lang.StringgetRoutetag()Gets the value of the routetag property.voidsetElement(java.lang.String value)Sets the value of the element property.voidsetPad(java.lang.String value)Sets the value of the pad property.voidsetRoute(java.lang.String value)Sets the value of the route property.voidsetRoutetag(java.lang.String value)Sets the value of the routetag property.
-
-
-
Method Detail
-
getElement
public java.lang.String getElement()
Gets the value of the element property.- Returns:
- possible object is
String
-
setElement
public void setElement(java.lang.String value)
Sets the value of the element property.- Parameters:
value- allowed object isString
-
getPad
public java.lang.String getPad()
Gets the value of the pad property.- Returns:
- possible object is
String
-
setPad
public void setPad(java.lang.String value)
Sets the value of the pad property.- Parameters:
value- allowed object isString
-
getRoute
public java.lang.String getRoute()
Gets the value of the route property.- Returns:
- possible object is
String
-
setRoute
public void setRoute(java.lang.String value)
Sets the value of the route property.- Parameters:
value- allowed object isString
-
getRoutetag
public java.lang.String getRoutetag()
Gets the value of the routetag property.- Returns:
- possible object is
String
-
setRoutetag
public void setRoutetag(java.lang.String value)
Sets the value of the routetag property.- Parameters:
value- allowed object isString
-
-