Class MultipleRest

java.lang.Object
org.audiveris.proxymusic.MultipleRest

public class MultipleRest extends Object
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 Details

    • value

      protected BigInteger value
    • useSymbols

      protected YesNo useSymbols
  • Constructor Details

    • MultipleRest

      public MultipleRest()
  • Method Details

    • getValue

      public BigInteger getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigInteger
    • setValue

      public void setValue(BigInteger value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigInteger
    • getUseSymbols

      public YesNo getUseSymbols()
      Gets the value of the useSymbols property.
      Returns:
      possible object is YesNo
    • setUseSymbols

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