public class Forward extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
duration |
protected FormattedText |
footnote |
protected Level |
level |
protected BigInteger |
staff |
protected String |
voice |
| Constructor and Description |
|---|
Forward() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDuration()
Gets the value of the duration property.
|
FormattedText |
getFootnote()
Gets the value of the footnote property.
|
Level |
getLevel()
Gets the value of the level property.
|
BigInteger |
getStaff()
Gets the value of the staff property.
|
String |
getVoice()
Gets the value of the voice property.
|
void |
setDuration(BigDecimal value)
Sets the value of the duration property.
|
void |
setFootnote(FormattedText value)
Sets the value of the footnote property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setStaff(BigInteger value)
Sets the value of the staff property.
|
void |
setVoice(String value)
Sets the value of the voice property.
|
protected BigDecimal duration
protected FormattedText footnote
protected Level level
protected String voice
protected BigInteger staff
public BigDecimal getDuration()
BigDecimalpublic void setDuration(BigDecimal value)
value - allowed object is
BigDecimalpublic FormattedText getFootnote()
FormattedTextpublic void setFootnote(FormattedText value)
value - allowed object is
FormattedTextpublic Level getLevel()
Levelpublic void setLevel(Level value)
value - allowed object is
Levelpublic String getVoice()
Stringpublic void setVoice(String value)
value - allowed object is
Stringpublic BigInteger getStaff()
BigIntegerpublic void setStaff(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.