public class StaffTuning extends Object
Java class for staff-tuning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="staff-tuning">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}tuning"/>
<attribute name="line" type="{}staff-line" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
line |
protected BigDecimal |
tuningAlter |
protected int |
tuningOctave |
protected Step |
tuningStep |
| Constructor and Description |
|---|
StaffTuning() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getLine()
Gets the value of the line property.
|
BigDecimal |
getTuningAlter()
Gets the value of the tuningAlter property.
|
int |
getTuningOctave()
Gets the value of the tuningOctave property.
|
Step |
getTuningStep()
Gets the value of the tuningStep property.
|
void |
setLine(BigInteger value)
Sets the value of the line property.
|
void |
setTuningAlter(BigDecimal value)
Sets the value of the tuningAlter property.
|
void |
setTuningOctave(int value)
Sets the value of the tuningOctave property.
|
void |
setTuningStep(Step value)
Sets the value of the tuningStep property.
|
protected Step tuningStep
protected BigDecimal tuningAlter
protected int tuningOctave
protected BigInteger line
public Step getTuningStep()
Steppublic void setTuningStep(Step value)
value - allowed object is
Steppublic BigDecimal getTuningAlter()
BigDecimalpublic void setTuningAlter(BigDecimal value)
value - allowed object is
BigDecimalpublic int getTuningOctave()
public void setTuningOctave(int value)
public BigInteger getLine()
BigIntegerpublic void setLine(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.