public class Ornaments extends Object
Java class for ornaments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ornaments">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element name="trill-mark" type="{}empty-trill-sound"/>
<element name="turn" type="{}horizontal-turn"/>
<element name="delayed-turn" type="{}horizontal-turn"/>
<element name="inverted-turn" type="{}horizontal-turn"/>
<element name="delayed-inverted-turn" type="{}horizontal-turn"/>
<element name="vertical-turn" type="{}empty-trill-sound"/>
<element name="shake" type="{}empty-trill-sound"/>
<element name="wavy-line" type="{}wavy-line"/>
<element name="mordent" type="{}mordent"/>
<element name="inverted-mordent" type="{}mordent"/>
<element name="schleifer" type="{}empty-placement"/>
<element name="tremolo" type="{}tremolo"/>
<element name="other-ornament" type="{}placement-text"/>
</choice>
<element name="accidental-mark" type="{}accidental-mark" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
trillMarkOrTurnOrDelayedTurn |
| Constructor and Description |
|---|
Ornaments() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getTrillMarkOrTurnOrDelayedTurn()
Gets the value of the trillMarkOrTurnOrDelayedTurn property.
|
protected List<JAXBElement<?>> trillMarkOrTurnOrDelayedTurn
public List<JAXBElement<?>> getTrillMarkOrTurnOrDelayedTurn()
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 trillMarkOrTurnOrDelayedTurn property.
For example, to add a new item, do as follows:
getTrillMarkOrTurnOrDelayedTurn().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<EmptyTrillSound>
JAXBElement<PlacementText>
JAXBElement<HorizontalTurn>
JAXBElement<Mordent>
JAXBElement<Tremolo>
JAXBElement<EmptyPlacement>
JAXBElement<HorizontalTurn>
JAXBElement<HorizontalTurn>
JAXBElement<WavyLine>
JAXBElement<EmptyTrillSound>
JAXBElement<Mordent>
JAXBElement<HorizontalTurn>
JAXBElement<AccidentalMark>
JAXBElement<EmptyTrillSound>
Copyright © 2016 Audiveris Ltd. All rights reserved.