Package org.audiveris.proxymusic
Class NumeralKey
java.lang.Object
org.audiveris.proxymusic.NumeralKey
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the numeralFifths property.Gets the value of the numeralMode property.Gets the value of the printObject property.voidsetNumeralFifths(BigInteger value) Sets the value of the numeralFifths property.voidsetNumeralMode(NumeralMode value) Sets the value of the numeralMode property.voidsetPrintObject(YesNo value) Sets the value of the printObject property.
-
Field Details
-
numeralFifths
-
numeralMode
-
printObject
-
-
Constructor Details
-
NumeralKey
public NumeralKey()
-
-
Method Details
-
getNumeralFifths
Gets the value of the numeralFifths property.- Returns:
- possible object is
BigInteger
-
setNumeralFifths
Sets the value of the numeralFifths property.- Parameters:
value- allowed object isBigInteger
-
getNumeralMode
Gets the value of the numeralMode property.- Returns:
- possible object is
NumeralMode
-
setNumeralMode
Sets the value of the numeralMode property.- Parameters:
value- allowed object isNumeralMode
-
getPrintObject
Gets the value of the printObject property.- Returns:
- possible object is
YesNo
-
setPrintObject
Sets the value of the printObject property.- Parameters:
value- allowed object isYesNo
-