Class PedalTuning

java.lang.Object
org.audiveris.proxymusic.PedalTuning

public class PedalTuning extends Object
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 Details

    • pedalStep

      protected Step pedalStep
    • pedalAlter

      protected BigDecimal pedalAlter
  • Constructor Details

    • PedalTuning

      public PedalTuning()
  • Method Details

    • getPedalStep

      public Step getPedalStep()
      Gets the value of the pedalStep property.
      Returns:
      possible object is Step
    • setPedalStep

      public void setPedalStep(Step value)
      Sets the value of the pedalStep property.
      Parameters:
      value - allowed object is Step
    • getPedalAlter

      public BigDecimal getPedalAlter()
      Gets the value of the pedalAlter property.
      Returns:
      possible object is BigDecimal
    • setPedalAlter

      public void setPedalAlter(BigDecimal value)
      Sets the value of the pedalAlter property.
      Parameters:
      value - allowed object is BigDecimal