Package org.openpnp.model.eagle.xml
Class Module
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Module
-
public class Module extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Description
description
protected java.lang.String
dx
protected java.lang.String
dy
protected java.lang.String
name
protected Parts
parts
protected Ports
ports
protected java.lang.String
prefix
protected Sheets
sheets
protected Variantdefs
variantdefs
-
Constructor Summary
Constructors Constructor Description Module()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Description
getDescription()
Gets the value of the description property.java.lang.String
getDx()
Gets the value of the dx property.java.lang.String
getDy()
Gets the value of the dy property.java.lang.String
getName()
Gets the value of the name property.Parts
getParts()
Gets the value of the parts property.Ports
getPorts()
Gets the value of the ports property.java.lang.String
getPrefix()
Gets the value of the prefix property.Sheets
getSheets()
Gets the value of the sheets property.Variantdefs
getVariantdefs()
Gets the value of the variantdefs property.void
setDescription(Description value)
Sets the value of the description property.void
setDx(java.lang.String value)
Sets the value of the dx property.void
setDy(java.lang.String value)
Sets the value of the dy property.void
setName(java.lang.String value)
Sets the value of the name property.void
setParts(Parts value)
Sets the value of the parts property.void
setPorts(Ports value)
Sets the value of the ports property.void
setPrefix(java.lang.String value)
Sets the value of the prefix property.void
setSheets(Sheets value)
Sets the value of the sheets property.void
setVariantdefs(Variantdefs value)
Sets the value of the variantdefs property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
prefix
protected java.lang.String prefix
-
dx
protected java.lang.String dx
-
dy
protected java.lang.String dy
-
description
protected Description description
-
ports
protected Ports ports
-
variantdefs
protected Variantdefs variantdefs
-
parts
protected Parts parts
-
sheets
protected Sheets sheets
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getPrefix
public java.lang.String getPrefix()
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
public void setPrefix(java.lang.String value)
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
getDx
public java.lang.String getDx()
Gets the value of the dx property.- Returns:
- possible object is
String
-
setDx
public void setDx(java.lang.String value)
Sets the value of the dx property.- Parameters:
value
- allowed object isString
-
getDy
public java.lang.String getDy()
Gets the value of the dy property.- Returns:
- possible object is
String
-
setDy
public void setDy(java.lang.String value)
Sets the value of the dy property.- Parameters:
value
- allowed object isString
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value
- allowed object isDescription
-
getPorts
public Ports getPorts()
Gets the value of the ports property.- Returns:
- possible object is
Ports
-
setPorts
public void setPorts(Ports value)
Sets the value of the ports property.- Parameters:
value
- allowed object isPorts
-
getVariantdefs
public Variantdefs getVariantdefs()
Gets the value of the variantdefs property.- Returns:
- possible object is
Variantdefs
-
setVariantdefs
public void setVariantdefs(Variantdefs value)
Sets the value of the variantdefs property.- Parameters:
value
- allowed object isVariantdefs
-
getParts
public Parts getParts()
Gets the value of the parts property.- Returns:
- possible object is
Parts
-
setParts
public void setParts(Parts value)
Sets the value of the parts property.- Parameters:
value
- allowed object isParts
-
getSheets
public Sheets getSheets()
Gets the value of the sheets property.- Returns:
- possible object is
Sheets
-
-