Package org.openpnp.model.eagle.xml
Class Connect
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Connect
-
public class Connect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Connect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGate()
Gets the value of the gate property.java.lang.String
getPad()
Gets the value of the pad property.java.lang.String
getPin()
Gets the value of the pin property.java.lang.String
getRoute()
Gets the value of the route property.void
setGate(java.lang.String value)
Sets the value of the gate property.void
setPad(java.lang.String value)
Sets the value of the pad property.void
setPin(java.lang.String value)
Sets the value of the pin property.void
setRoute(java.lang.String value)
Sets the value of the route property.
-
-
-
Method Detail
-
getGate
public java.lang.String getGate()
Gets the value of the gate property.- Returns:
- possible object is
String
-
setGate
public void setGate(java.lang.String value)
Sets the value of the gate property.- Parameters:
value
- allowed object isString
-
getPin
public java.lang.String getPin()
Gets the value of the pin property.- Returns:
- possible object is
String
-
setPin
public void setPin(java.lang.String value)
Sets the value of the pin 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
-
-