Package org.audiveris.proxymusic
Class Forward
java.lang.Object
org.audiveris.proxymusic.Forward
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected FormattedTextprotected Levelprotected BigIntegerprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the duration property.Gets the value of the footnote property.getLevel()Gets the value of the level property.getStaff()Gets the value of the staff property.getVoice()Gets the value of the voice property.voidsetDuration(BigDecimal value) Sets the value of the duration property.voidsetFootnote(FormattedText value) Sets the value of the footnote property.voidSets the value of the level property.voidsetStaff(BigInteger value) Sets the value of the staff property.voidSets the value of the voice property.
-
Field Details
-
duration
-
footnote
-
level
-
voice
-
staff
-
-
Constructor Details
-
Forward
public Forward()
-
-
Method Details
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
BigDecimal
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isBigDecimal
-
getFootnote
Gets the value of the footnote property.- Returns:
- possible object is
FormattedText
-
setFootnote
Sets the value of the footnote property.- Parameters:
value- allowed object isFormattedText
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
Level
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isLevel
-
getVoice
Gets the value of the voice property.- Returns:
- possible object is
String
-
setVoice
Sets the value of the voice property.- Parameters:
value- allowed object isString
-
getStaff
Gets the value of the staff property.- Returns:
- possible object is
BigInteger
-
setStaff
Sets the value of the staff property.- Parameters:
value- allowed object isBigInteger
-