Package org.openpnp.model.eagle.xml
Class Board
- java.lang.Object
-
- org.openpnp.model.eagle.xml.Board
-
public class Board extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Attributesattributesprotected Autorouterautorouterprotected Classesclassesprotected Descriptiondescriptionprotected Designrulesdesignrulesprotected Elementselementsprotected Errorserrorsprotected Librarieslibrariesprotected Plainplainprotected Signalssignalsprotected Variantdefsvariantdefs
-
Constructor Summary
Constructors Constructor Description Board()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributesgetAttributes()Gets the value of the attributes property.AutoroutergetAutorouter()Gets the value of the autorouter property.ClassesgetClasses()Gets the value of the classes property.DescriptiongetDescription()Gets the value of the description property.DesignrulesgetDesignrules()Gets the value of the designrules property.ElementsgetElements()Gets the value of the elements property.ErrorsgetErrors()Gets the value of the errors property.LibrariesgetLibraries()Gets the value of the libraries property.PlaingetPlain()Gets the value of the plain property.SignalsgetSignals()Gets the value of the signals property.VariantdefsgetVariantdefs()Gets the value of the variantdefs property.voidsetAttributes(Attributes value)Sets the value of the attributes property.voidsetAutorouter(Autorouter value)Sets the value of the autorouter property.voidsetClasses(Classes value)Sets the value of the classes property.voidsetDescription(Description value)Sets the value of the description property.voidsetDesignrules(Designrules value)Sets the value of the designrules property.voidsetElements(Elements value)Sets the value of the elements property.voidsetErrors(Errors value)Sets the value of the errors property.voidsetLibraries(Libraries value)Sets the value of the libraries property.voidsetPlain(Plain value)Sets the value of the plain property.voidsetSignals(Signals value)Sets the value of the signals property.voidsetVariantdefs(Variantdefs value)Sets the value of the variantdefs property.
-
-
-
Field Detail
-
description
protected Description description
-
plain
protected Plain plain
-
libraries
protected Libraries libraries
-
attributes
protected Attributes attributes
-
variantdefs
protected Variantdefs variantdefs
-
classes
protected Classes classes
-
designrules
protected Designrules designrules
-
autorouter
protected Autorouter autorouter
-
elements
protected Elements elements
-
signals
protected Signals signals
-
errors
protected Errors errors
-
-
Method Detail
-
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
-
getPlain
public Plain getPlain()
Gets the value of the plain property.- Returns:
- possible object is
Plain
-
setPlain
public void setPlain(Plain value)
Sets the value of the plain property.- Parameters:
value- allowed object isPlain
-
getLibraries
public Libraries getLibraries()
Gets the value of the libraries property.- Returns:
- possible object is
Libraries
-
setLibraries
public void setLibraries(Libraries value)
Sets the value of the libraries property.- Parameters:
value- allowed object isLibraries
-
getAttributes
public Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
Attributes
-
setAttributes
public void setAttributes(Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributes
-
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
-
getClasses
public Classes getClasses()
Gets the value of the classes property.- Returns:
- possible object is
Classes
-
setClasses
public void setClasses(Classes value)
Sets the value of the classes property.- Parameters:
value- allowed object isClasses
-
getDesignrules
public Designrules getDesignrules()
Gets the value of the designrules property.- Returns:
- possible object is
Designrules
-
setDesignrules
public void setDesignrules(Designrules value)
Sets the value of the designrules property.- Parameters:
value- allowed object isDesignrules
-
getAutorouter
public Autorouter getAutorouter()
Gets the value of the autorouter property.- Returns:
- possible object is
Autorouter
-
setAutorouter
public void setAutorouter(Autorouter value)
Sets the value of the autorouter property.- Parameters:
value- allowed object isAutorouter
-
getElements
public Elements getElements()
Gets the value of the elements property.- Returns:
- possible object is
Elements
-
setElements
public void setElements(Elements value)
Sets the value of the elements property.- Parameters:
value- allowed object isElements
-
getSignals
public Signals getSignals()
Gets the value of the signals property.- Returns:
- possible object is
Signals
-
setSignals
public void setSignals(Signals value)
Sets the value of the signals property.- Parameters:
value- allowed object isSignals
-
getErrors
public Errors getErrors()
Gets the value of the errors property.- Returns:
- possible object is
Errors
-
-