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.String
getElement()
Gets the value of the element property.java.lang.String
getPad()
Gets the value of the pad property.java.lang.String
getRoute()
Gets the value of the route property.java.lang.String
getRoutetag()
Gets the value of the routetag property.void
setElement(java.lang.String value)
Sets the value of the element property.void
setPad(java.lang.String value)
Sets the value of the pad property.void
setRoute(java.lang.String value)
Sets the value of the route property.void
setRoutetag(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
-
-