Class PartTranspose

java.lang.Object
org.audiveris.proxymusic.PartTranspose

public class PartTranspose extends Object
The child elements of the part-transpose type have the same meaning as for the transpose type. However that meaning applies to a transposed part created from the existing score file.

Java class for part-transpose complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="part-transpose">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{}transpose"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartTranspose

      public PartTranspose()
  • Method Details

    • getDiatonic

      public BigInteger getDiatonic()
      Gets the value of the diatonic property.
      Returns:
      possible object is BigInteger
    • setDiatonic

      public void setDiatonic(BigInteger value)
      Sets the value of the diatonic property.
      Parameters:
      value - allowed object is BigInteger
    • getChromatic

      public BigDecimal getChromatic()
      Gets the value of the chromatic property.
      Returns:
      possible object is BigDecimal
    • setChromatic

      public void setChromatic(BigDecimal value)
      Sets the value of the chromatic property.
      Parameters:
      value - allowed object is BigDecimal
    • getOctaveChange

      public BigInteger getOctaveChange()
      Gets the value of the octaveChange property.
      Returns:
      possible object is BigInteger
    • setOctaveChange

      public void setOctaveChange(BigInteger value)
      Sets the value of the octaveChange property.
      Parameters:
      value - allowed object is BigInteger
    • getDouble

      public Double getDouble()
      Gets the value of the double property.
      Returns:
      possible object is Double
    • setDouble

      public void setDouble(Double value)
      Sets the value of the double property.
      Parameters:
      value - allowed object is Double