Class Numeral

java.lang.Object
org.audiveris.proxymusic.Numeral

public class Numeral extends Object
The numeral type represents the Roman numeral or Nashville number part of a harmony. It requires that the key be specified in the encoding, either with a key or numeral-key element.

Java class for numeral complex type.

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

 <complexType name="numeral">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeral-root" type="{}numeral-root"/>
         <element name="numeral-alter" type="{}harmony-alter" minOccurs="0"/>
         <element name="numeral-key" type="{}numeral-key" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Numeral

      public Numeral()
  • Method Details

    • getNumeralRoot

      public NumeralRoot getNumeralRoot()
      Gets the value of the numeralRoot property.
      Returns:
      possible object is NumeralRoot
    • setNumeralRoot

      public void setNumeralRoot(NumeralRoot value)
      Sets the value of the numeralRoot property.
      Parameters:
      value - allowed object is NumeralRoot
    • getNumeralAlter

      public HarmonyAlter getNumeralAlter()
      Gets the value of the numeralAlter property.
      Returns:
      possible object is HarmonyAlter
    • setNumeralAlter

      public void setNumeralAlter(HarmonyAlter value)
      Sets the value of the numeralAlter property.
      Parameters:
      value - allowed object is HarmonyAlter
    • getNumeralKey

      public NumeralKey getNumeralKey()
      Gets the value of the numeralKey property.
      Returns:
      possible object is NumeralKey
    • setNumeralKey

      public void setNumeralKey(NumeralKey value)
      Sets the value of the numeralKey property.
      Parameters:
      value - allowed object is NumeralKey