Package org.audiveris.proxymusic
Class MultipleRest
java.lang.Object
org.audiveris.proxymusic.MultipleRest
The text of the multiple-rest type indicates the number of measures in the multiple rest. Multiple rests may use the 1-bar / 2-bar / 4-bar rest symbols, or a single shape. The use-symbols attribute indicates which to use; it is no if not specified.
Java class for multiple-rest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="multiple-rest">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger">
<attribute name="use-symbols" type="{}yes-no" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the useSymbols property.getValue()Gets the value of the value property.voidsetUseSymbols(YesNo value) Sets the value of the useSymbols property.voidsetValue(BigInteger value) Sets the value of the value property.
-
Field Details
-
value
-
useSymbols
-
-
Constructor Details
-
MultipleRest
public MultipleRest()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigInteger
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigInteger
-
getUseSymbols
Gets the value of the useSymbols property.- Returns:
- possible object is
YesNo
-
setUseSymbols
Sets the value of the useSymbols property.- Parameters:
value- allowed object isYesNo
-