public class Schematic
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected Attributes | attributes | 
| protected Classes | classes | 
| protected Description | description | 
| protected Errors | errors | 
| protected Libraries | libraries | 
| protected Modules | modules | 
| protected Parts | parts | 
| protected Sheets | sheets | 
| protected Variantdefs | variantdefs | 
| protected java.lang.String | xreflabel | 
| protected java.lang.String | xrefpart | 
| Constructor and Description | 
|---|
| Schematic() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attributes | getAttributes()Gets the value of the attributes property. | 
| Classes | getClasses()Gets the value of the classes property. | 
| Description | getDescription()Gets the value of the description property. | 
| Errors | getErrors()Gets the value of the errors property. | 
| Libraries | getLibraries()Gets the value of the libraries property. | 
| Modules | getModules()Gets the value of the modules property. | 
| Parts | getParts()Gets the value of the parts property. | 
| Sheets | getSheets()Gets the value of the sheets property. | 
| Variantdefs | getVariantdefs()Gets the value of the variantdefs property. | 
| java.lang.String | getXreflabel()Gets the value of the xreflabel property. | 
| java.lang.String | getXrefpart()Gets the value of the xrefpart property. | 
| void | setAttributes(Attributes value)Sets the value of the attributes property. | 
| void | setClasses(Classes value)Sets the value of the classes property. | 
| void | setDescription(Description value)Sets the value of the description property. | 
| void | setErrors(Errors value)Sets the value of the errors property. | 
| void | setLibraries(Libraries value)Sets the value of the libraries property. | 
| void | setModules(Modules value)Sets the value of the modules property. | 
| void | setParts(Parts value)Sets the value of the parts property. | 
| void | setSheets(Sheets value)Sets the value of the sheets property. | 
| void | setVariantdefs(Variantdefs value)Sets the value of the variantdefs property. | 
| void | setXreflabel(java.lang.String value)Sets the value of the xreflabel property. | 
| void | setXrefpart(java.lang.String value)Sets the value of the xrefpart property. | 
protected java.lang.String xreflabel
protected java.lang.String xrefpart
protected Description description
protected Libraries libraries
protected Attributes attributes
protected Variantdefs variantdefs
protected Classes classes
protected Modules modules
protected Parts parts
protected Sheets sheets
protected Errors errors
public java.lang.String getXreflabel()
Stringpublic void setXreflabel(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getXrefpart()
Stringpublic void setXrefpart(java.lang.String value)
value - allowed object is Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is Descriptionpublic Libraries getLibraries()
Librariespublic void setLibraries(Libraries value)
value - allowed object is Librariespublic Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is Attributespublic Variantdefs getVariantdefs()
Variantdefspublic void setVariantdefs(Variantdefs value)
value - allowed object is Variantdefspublic Classes getClasses()
Classespublic void setClasses(Classes value)
value - allowed object is Classespublic Modules getModules()
Modulespublic void setModules(Modules value)
value - allowed object is Modulespublic Parts getParts()
Partspublic void setParts(Parts value)
value - allowed object is Partspublic Sheets getSheets()
Sheetspublic void setSheets(Sheets value)
value - allowed object is Sheetspublic Errors getErrors()
Errors