public class Print extends Object
Java class for print complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="print">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}layout"/>
<element name="measure-layout" type="{}measure-layout" minOccurs="0"/>
<element name="measure-numbering" type="{}measure-numbering" minOccurs="0"/>
<element name="part-name-display" type="{}name-display" minOccurs="0"/>
<element name="part-abbreviation-display" type="{}name-display" minOccurs="0"/>
</sequence>
<attGroup ref="{}print-attributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
blankPage |
protected MeasureLayout |
measureLayout |
protected MeasureNumbering |
measureNumbering |
protected YesNo |
newPage |
protected YesNo |
newSystem |
protected PageLayout |
pageLayout |
protected String |
pageNumber |
protected NameDisplay |
partAbbreviationDisplay |
protected NameDisplay |
partNameDisplay |
protected List<StaffLayout> |
staffLayout |
protected BigDecimal |
staffSpacing |
protected SystemLayout |
systemLayout |
| Constructor and Description |
|---|
Print() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getBlankPage()
Gets the value of the blankPage property.
|
MeasureLayout |
getMeasureLayout()
Gets the value of the measureLayout property.
|
MeasureNumbering |
getMeasureNumbering()
Gets the value of the measureNumbering property.
|
YesNo |
getNewPage()
Gets the value of the newPage property.
|
YesNo |
getNewSystem()
Gets the value of the newSystem property.
|
PageLayout |
getPageLayout()
Gets the value of the pageLayout property.
|
String |
getPageNumber()
Gets the value of the pageNumber property.
|
NameDisplay |
getPartAbbreviationDisplay()
Gets the value of the partAbbreviationDisplay property.
|
NameDisplay |
getPartNameDisplay()
Gets the value of the partNameDisplay property.
|
List<StaffLayout> |
getStaffLayout()
Gets the value of the staffLayout property.
|
BigDecimal |
getStaffSpacing()
Gets the value of the staffSpacing property.
|
SystemLayout |
getSystemLayout()
Gets the value of the systemLayout property.
|
void |
setBlankPage(BigInteger value)
Sets the value of the blankPage property.
|
void |
setMeasureLayout(MeasureLayout value)
Sets the value of the measureLayout property.
|
void |
setMeasureNumbering(MeasureNumbering value)
Sets the value of the measureNumbering property.
|
void |
setNewPage(YesNo value)
Sets the value of the newPage property.
|
void |
setNewSystem(YesNo value)
Sets the value of the newSystem property.
|
void |
setPageLayout(PageLayout value)
Sets the value of the pageLayout property.
|
void |
setPageNumber(String value)
Sets the value of the pageNumber property.
|
void |
setPartAbbreviationDisplay(NameDisplay value)
Sets the value of the partAbbreviationDisplay property.
|
void |
setPartNameDisplay(NameDisplay value)
Sets the value of the partNameDisplay property.
|
void |
setStaffSpacing(BigDecimal value)
Sets the value of the staffSpacing property.
|
void |
setSystemLayout(SystemLayout value)
Sets the value of the systemLayout property.
|
protected PageLayout pageLayout
protected SystemLayout systemLayout
protected List<StaffLayout> staffLayout
protected MeasureLayout measureLayout
protected MeasureNumbering measureNumbering
protected NameDisplay partNameDisplay
protected NameDisplay partAbbreviationDisplay
protected BigDecimal staffSpacing
protected YesNo newSystem
protected YesNo newPage
protected BigInteger blankPage
protected String pageNumber
public PageLayout getPageLayout()
PageLayoutpublic void setPageLayout(PageLayout value)
value - allowed object is
PageLayoutpublic SystemLayout getSystemLayout()
SystemLayoutpublic void setSystemLayout(SystemLayout value)
value - allowed object is
SystemLayoutpublic List<StaffLayout> getStaffLayout()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the staffLayout property.
For example, to add a new item, do as follows:
getStaffLayout().add(newItem);
Objects of the following type(s) are allowed in the list
StaffLayout
public MeasureLayout getMeasureLayout()
MeasureLayoutpublic void setMeasureLayout(MeasureLayout value)
value - allowed object is
MeasureLayoutpublic MeasureNumbering getMeasureNumbering()
MeasureNumberingpublic void setMeasureNumbering(MeasureNumbering value)
value - allowed object is
MeasureNumberingpublic NameDisplay getPartNameDisplay()
NameDisplaypublic void setPartNameDisplay(NameDisplay value)
value - allowed object is
NameDisplaypublic NameDisplay getPartAbbreviationDisplay()
NameDisplaypublic void setPartAbbreviationDisplay(NameDisplay value)
value - allowed object is
NameDisplaypublic BigDecimal getStaffSpacing()
BigDecimalpublic void setStaffSpacing(BigDecimal value)
value - allowed object is
BigDecimalpublic YesNo getNewSystem()
YesNopublic void setNewSystem(YesNo value)
value - allowed object is
YesNopublic YesNo getNewPage()
YesNopublic void setNewPage(YesNo value)
value - allowed object is
YesNopublic BigInteger getBlankPage()
BigIntegerpublic void setBlankPage(BigInteger value)
value - allowed object is
BigIntegerpublic String getPageNumber()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.