Class Backup

java.lang.Object
org.audiveris.proxymusic.Backup

public class Backup extends Object
The backup and forward elements are required to coordinate multiple voices in one part, including music on multiple staves. The backup type is generally used to move between voices and staves. Thus the backup element does not include voice or staff elements. Duration values should always be positive, and should not cross measure boundaries or mid-measure changes in the divisions value.

Java class for backup complex type.

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

 <complexType name="backup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}duration"/>
         <group ref="{}editorial"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Backup

      public Backup()
  • Method Details

    • getDuration

      public BigDecimal getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is BigDecimal
    • setDuration

      public void setDuration(BigDecimal value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is BigDecimal
    • getFootnote

      public FormattedText getFootnote()
      Gets the value of the footnote property.
      Returns:
      possible object is FormattedText
    • setFootnote

      public void setFootnote(FormattedText value)
      Sets the value of the footnote property.
      Parameters:
      value - allowed object is FormattedText
    • getLevel

      public Level getLevel()
      Gets the value of the level property.
      Returns:
      possible object is Level
    • setLevel

      public void setLevel(Level value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is Level