public class Notations extends Object
Java class for notations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}editorial"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="tied" type="{}tied"/>
<element name="slur" type="{}slur"/>
<element name="tuplet" type="{}tuplet"/>
<element name="glissando" type="{}glissando"/>
<element name="slide" type="{}slide"/>
<element name="ornaments" type="{}ornaments"/>
<element name="technical" type="{}technical"/>
<element name="articulations" type="{}articulations"/>
<element name="dynamics" type="{}dynamics"/>
<element name="fermata" type="{}fermata"/>
<element name="arpeggiate" type="{}arpeggiate"/>
<element name="non-arpeggiate" type="{}non-arpeggiate"/>
<element name="accidental-mark" type="{}accidental-mark"/>
<element name="other-notation" type="{}other-notation"/>
</choice>
</sequence>
<attGroup ref="{}print-object"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FormattedText |
footnote |
protected Level |
level |
protected YesNo |
printObject |
protected List<Object> |
tiedOrSlurOrTuplet |
| Constructor and Description |
|---|
Notations() |
| Modifier and Type | Method and Description |
|---|---|
FormattedText |
getFootnote()
Gets the value of the footnote property.
|
Level |
getLevel()
Gets the value of the level property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
List<Object> |
getTiedOrSlurOrTuplet()
Gets the value of the tiedOrSlurOrTuplet property.
|
void |
setFootnote(FormattedText value)
Sets the value of the footnote property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
protected FormattedText footnote
protected Level level
protected YesNo printObject
public FormattedText getFootnote()
FormattedTextpublic void setFootnote(FormattedText value)
value - allowed object is
FormattedTextpublic Level getLevel()
Levelpublic void setLevel(Level value)
value - allowed object is
Levelpublic List<Object> getTiedOrSlurOrTuplet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tiedOrSlurOrTuplet property.
For example, to add a new item, do as follows:
getTiedOrSlurOrTuplet().add(newItem);
Objects of the following type(s) are allowed in the list
Tied
Slur
Tuplet
Glissando
Slide
Ornaments
Technical
Articulations
Dynamics
Fermata
Arpeggiate
NonArpeggiate
AccidentalMark
OtherNotation
public YesNo getPrintObject()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.