public class Articulations extends Object
Java class for articulations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="articulations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="accent" type="{}empty-placement"/>
<element name="strong-accent" type="{}strong-accent"/>
<element name="staccato" type="{}empty-placement"/>
<element name="tenuto" type="{}empty-placement"/>
<element name="detached-legato" type="{}empty-placement"/>
<element name="staccatissimo" type="{}empty-placement"/>
<element name="spiccato" type="{}empty-placement"/>
<element name="scoop" type="{}empty-line"/>
<element name="plop" type="{}empty-line"/>
<element name="doit" type="{}empty-line"/>
<element name="falloff" type="{}empty-line"/>
<element name="breath-mark" type="{}breath-mark"/>
<element name="caesura" type="{}empty-placement"/>
<element name="stress" type="{}empty-placement"/>
<element name="unstress" type="{}empty-placement"/>
<element name="other-articulation" type="{}placement-text"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
accentOrStrongAccentOrStaccato |
| Constructor and Description |
|---|
Articulations() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getAccentOrStrongAccentOrStaccato()
Gets the value of the accentOrStrongAccentOrStaccato property.
|
protected List<JAXBElement<?>> accentOrStrongAccentOrStaccato
public List<JAXBElement<?>> getAccentOrStrongAccentOrStaccato()
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 accentOrStrongAccentOrStaccato property.
For example, to add a new item, do as follows:
getAccentOrStrongAccentOrStaccato().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<EmptyLine>
JAXBElement<BreathMark>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<StrongAccent>
JAXBElement<EmptyLine>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyLine>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<PlacementText>
JAXBElement<EmptyLine>
JAXBElement<EmptyPlacement>
Copyright © 2016 Audiveris Ltd. All rights reserved.