Class NumeralKey

java.lang.Object
org.audiveris.proxymusic.NumeralKey

public class NumeralKey extends Object
The numeral-key type is used when the key for the numeral is different than the key specified by the key signature. The numeral-fifths element specifies the key in the same way as the fifths element. The numeral-mode element specifies the mode similar to the mode element, but with a restricted set of values

Java class for numeral-key complex type.

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

 <complexType name="numeral-key">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeral-fifths" type="{}fifths"/>
         <element name="numeral-mode" type="{}numeral-mode"/>
       </sequence>
       <attGroup ref="{}print-object"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • numeralFifths

      protected BigInteger numeralFifths
    • numeralMode

      protected NumeralMode numeralMode
    • printObject

      protected YesNo printObject
  • Constructor Details

    • NumeralKey

      public NumeralKey()
  • Method Details

    • getNumeralFifths

      public BigInteger getNumeralFifths()
      Gets the value of the numeralFifths property.
      Returns:
      possible object is BigInteger
    • setNumeralFifths

      public void setNumeralFifths(BigInteger value)
      Sets the value of the numeralFifths property.
      Parameters:
      value - allowed object is BigInteger
    • getNumeralMode

      public NumeralMode getNumeralMode()
      Gets the value of the numeralMode property.
      Returns:
      possible object is NumeralMode
    • setNumeralMode

      public void setNumeralMode(NumeralMode value)
      Sets the value of the numeralMode property.
      Parameters:
      value - allowed object is NumeralMode
    • getPrintObject

      public YesNo getPrintObject()
      Gets the value of the printObject property.
      Returns:
      possible object is YesNo
    • setPrintObject

      public void setPrintObject(YesNo value)
      Sets the value of the printObject property.
      Parameters:
      value - allowed object is YesNo