Class StaffTuning

java.lang.Object
org.audiveris.proxymusic.StaffTuning

public class StaffTuning extends Object
The staff-tuning type specifies the open, non-capo tuning of the lines on a tablature staff.

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" use="required" type="{}staff-line" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • tuningStep

      protected Step tuningStep
    • tuningAlter

      protected BigDecimal tuningAlter
    • tuningOctave

      protected int tuningOctave
    • line

      protected BigInteger line
  • Constructor Details

    • StaffTuning

      public StaffTuning()
  • Method Details

    • getTuningStep

      public Step getTuningStep()
      Gets the value of the tuningStep property.
      Returns:
      possible object is Step
    • setTuningStep

      public void setTuningStep(Step value)
      Sets the value of the tuningStep property.
      Parameters:
      value - allowed object is Step
    • getTuningAlter

      public BigDecimal getTuningAlter()
      Gets the value of the tuningAlter property.
      Returns:
      possible object is BigDecimal
    • setTuningAlter

      public void setTuningAlter(BigDecimal value)
      Sets the value of the tuningAlter property.
      Parameters:
      value - allowed object is BigDecimal
    • getTuningOctave

      public int getTuningOctave()
      Gets the value of the tuningOctave property.
    • setTuningOctave

      public void setTuningOctave(int value)
      Sets the value of the tuningOctave property.
    • getLine

      public BigInteger getLine()
      Gets the value of the line property.
      Returns:
      possible object is BigInteger
    • setLine

      public void setLine(BigInteger value)
      Sets the value of the line property.
      Parameters:
      value - allowed object is BigInteger