Package org.audiveris.proxymusic
Class PedalTuning
java.lang.Object
org.audiveris.proxymusic.PedalTuning
The pedal-tuning type specifies the tuning of a single harp pedal.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pedalAlter property.Gets the value of the pedalStep property.voidsetPedalAlter(BigDecimal value) Sets the value of the pedalAlter property.voidsetPedalStep(Step value) Sets the value of the pedalStep property.
-
Field Details
-
pedalStep
-
pedalAlter
-
-
Constructor Details
-
PedalTuning
public PedalTuning()
-
-
Method Details
-
getPedalStep
Gets the value of the pedalStep property.- Returns:
- possible object is
Step
-
setPedalStep
Sets the value of the pedalStep property.- Parameters:
value- allowed object isStep
-
getPedalAlter
Gets the value of the pedalAlter property.- Returns:
- possible object is
BigDecimal
-
setPedalAlter
Sets the value of the pedalAlter property.- Parameters:
value- allowed object isBigDecimal
-