Class Forward

java.lang.Object
org.audiveris.proxymusic.Forward

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

Java class for forward complex type.

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

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

  • Constructor Details

    • Forward

      public Forward()
  • 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
    • getVoice

      public String getVoice()
      Gets the value of the voice property.
      Returns:
      possible object is String
    • setVoice

      public void setVoice(String value)
      Sets the value of the voice property.
      Parameters:
      value - allowed object is String
    • getStaff

      public BigInteger getStaff()
      Gets the value of the staff property.
      Returns:
      possible object is BigInteger
    • setStaff

      public void setStaff(BigInteger value)
      Sets the value of the staff property.
      Parameters:
      value - allowed object is BigInteger