Package org.audiveris.proxymusic
Class Numeral
java.lang.Object
org.audiveris.proxymusic.Numeral
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 Summary
FieldsModifier and TypeFieldDescriptionprotected HarmonyAlterprotected NumeralKeyprotected NumeralRoot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the numeralAlter property.Gets the value of the numeralKey property.Gets the value of the numeralRoot property.voidsetNumeralAlter(HarmonyAlter value) Sets the value of the numeralAlter property.voidsetNumeralKey(NumeralKey value) Sets the value of the numeralKey property.voidsetNumeralRoot(NumeralRoot value) Sets the value of the numeralRoot property.
-
Field Details
-
numeralRoot
-
numeralAlter
-
numeralKey
-
-
Constructor Details
-
Numeral
public Numeral()
-
-
Method Details
-
getNumeralRoot
Gets the value of the numeralRoot property.- Returns:
- possible object is
NumeralRoot
-
setNumeralRoot
Sets the value of the numeralRoot property.- Parameters:
value- allowed object isNumeralRoot
-
getNumeralAlter
Gets the value of the numeralAlter property.- Returns:
- possible object is
HarmonyAlter
-
setNumeralAlter
Sets the value of the numeralAlter property.- Parameters:
value- allowed object isHarmonyAlter
-
getNumeralKey
Gets the value of the numeralKey property.- Returns:
- possible object is
NumeralKey
-
setNumeralKey
Sets the value of the numeralKey property.- Parameters:
value- allowed object isNumeralKey
-