public class Backup extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
duration |
protected FormattedText |
footnote |
protected Level |
level |
| Constructor and Description |
|---|
Backup() |
| 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.
|
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.
|
protected BigDecimal duration
protected FormattedText footnote
protected Level level
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()
LevelCopyright © 2016 Audiveris Ltd. All rights reserved.