public class PedalTuning extends Object
Java class for pedal-tuning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pedal-tuning">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pedal-step" type="{}step"/>
<element name="pedal-alter" type="{}semitones"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
pedalAlter |
protected Step |
pedalStep |
| Constructor and Description |
|---|
PedalTuning() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getPedalAlter()
Gets the value of the pedalAlter property.
|
Step |
getPedalStep()
Gets the value of the pedalStep property.
|
void |
setPedalAlter(BigDecimal value)
Sets the value of the pedalAlter property.
|
void |
setPedalStep(Step value)
Sets the value of the pedalStep property.
|
protected Step pedalStep
protected BigDecimal pedalAlter
public Step getPedalStep()
Steppublic void setPedalStep(Step value)
value - allowed object is
Steppublic BigDecimal getPedalAlter()
BigDecimalpublic void setPedalAlter(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.