Package org.openpnp.model.eagle.xml
Class Hole
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Hole
-
public class Hole extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Hole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDrill()Gets the value of the drill property.java.lang.StringgetX()Gets the value of the x property.java.lang.StringgetY()Gets the value of the y property.voidsetDrill(java.lang.String value)Sets the value of the drill property.voidsetX(java.lang.String value)Sets the value of the x property.voidsetY(java.lang.String value)Sets the value of the y property.
-
-
-
Method Detail
-
getX
public java.lang.String getX()
Gets the value of the x property.- Returns:
- possible object is
String
-
setX
public void setX(java.lang.String value)
Sets the value of the x property.- Parameters:
value- allowed object isString
-
getY
public java.lang.String getY()
Gets the value of the y property.- Returns:
- possible object is
String
-
setY
public void setY(java.lang.String value)
Sets the value of the y property.- Parameters:
value- allowed object isString
-
getDrill
public java.lang.String getDrill()
Gets the value of the drill property.- Returns:
- possible object is
String
-
setDrill
public void setDrill(java.lang.String value)
Sets the value of the drill property.- Parameters:
value- allowed object isString
-
-