public class StaffLayout extends Object
Java class for staff-layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="staff-layout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="staff-distance" type="{}tenths" minOccurs="0"/>
</sequence>
<attribute name="number" type="{}staff-number" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
number |
protected BigDecimal |
staffDistance |
| Constructor and Description |
|---|
StaffLayout() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumber()
Gets the value of the number property.
|
BigDecimal |
getStaffDistance()
Gets the value of the staffDistance property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setStaffDistance(BigDecimal value)
Sets the value of the staffDistance property.
|
protected BigDecimal staffDistance
protected BigInteger number
public BigDecimal getStaffDistance()
BigDecimalpublic void setStaffDistance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.