Package org.openpnp.model.eagle.xml
Class Wire
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Wire
-
public class Wire extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcapprotected java.lang.Stringcurveprotected java.lang.Stringextentprotected java.lang.Stringlayerprotected java.lang.Stringstyleprotected java.lang.Stringwidthprotected java.lang.Stringx1protected java.lang.Stringx2protected java.lang.Stringy1protected java.lang.Stringy2
-
Constructor Summary
Constructors Constructor Description Wire()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCap()Gets the value of the cap property.java.lang.StringgetCurve()Gets the value of the curve property.java.lang.StringgetExtent()Gets the value of the extent property.java.lang.StringgetLayer()Gets the value of the layer property.java.lang.StringgetStyle()Gets the value of the style property.java.lang.StringgetWidth()Gets the value of the width property.java.lang.StringgetX1()Gets the value of the x1 property.java.lang.StringgetX2()Gets the value of the x2 property.java.lang.StringgetY1()Gets the value of the y1 property.java.lang.StringgetY2()Gets the value of the y2 property.voidsetCap(java.lang.String value)Sets the value of the cap property.voidsetCurve(java.lang.String value)Sets the value of the curve property.voidsetExtent(java.lang.String value)Sets the value of the extent property.voidsetLayer(java.lang.String value)Sets the value of the layer property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetWidth(java.lang.String value)Sets the value of the width property.voidsetX1(java.lang.String value)Sets the value of the x1 property.voidsetX2(java.lang.String value)Sets the value of the x2 property.voidsetY1(java.lang.String value)Sets the value of the y1 property.voidsetY2(java.lang.String value)Sets the value of the y2 property.
-
-
-
Field Detail
-
x1
protected java.lang.String x1
-
y1
protected java.lang.String y1
-
x2
protected java.lang.String x2
-
y2
protected java.lang.String y2
-
width
protected java.lang.String width
-
layer
protected java.lang.String layer
-
extent
protected java.lang.String extent
-
style
protected java.lang.String style
-
curve
protected java.lang.String curve
-
cap
protected java.lang.String cap
-
-
Method Detail
-
getX1
public java.lang.String getX1()
Gets the value of the x1 property.- Returns:
- possible object is
String
-
setX1
public void setX1(java.lang.String value)
Sets the value of the x1 property.- Parameters:
value- allowed object isString
-
getY1
public java.lang.String getY1()
Gets the value of the y1 property.- Returns:
- possible object is
String
-
setY1
public void setY1(java.lang.String value)
Sets the value of the y1 property.- Parameters:
value- allowed object isString
-
getX2
public java.lang.String getX2()
Gets the value of the x2 property.- Returns:
- possible object is
String
-
setX2
public void setX2(java.lang.String value)
Sets the value of the x2 property.- Parameters:
value- allowed object isString
-
getY2
public java.lang.String getY2()
Gets the value of the y2 property.- Returns:
- possible object is
String
-
setY2
public void setY2(java.lang.String value)
Sets the value of the y2 property.- Parameters:
value- allowed object isString
-
getWidth
public java.lang.String getWidth()
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
public void setWidth(java.lang.String value)
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getLayer
public java.lang.String getLayer()
Gets the value of the layer property.- Returns:
- possible object is
String
-
setLayer
public void setLayer(java.lang.String value)
Sets the value of the layer property.- Parameters:
value- allowed object isString
-
getExtent
public java.lang.String getExtent()
Gets the value of the extent property.- Returns:
- possible object is
String
-
setExtent
public void setExtent(java.lang.String value)
Sets the value of the extent property.- Parameters:
value- allowed object isString
-
getStyle
public java.lang.String getStyle()
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(java.lang.String value)
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getCurve
public java.lang.String getCurve()
Gets the value of the curve property.- Returns:
- possible object is
String
-
setCurve
public void setCurve(java.lang.String value)
Sets the value of the curve property.- Parameters:
value- allowed object isString
-
getCap
public java.lang.String getCap()
Gets the value of the cap property.- Returns:
- possible object is
String
-
setCap
public void setCap(java.lang.String value)
Sets the value of the cap property.- Parameters:
value- allowed object isString
-
-