Class Ornaments
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="inverted-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="haydn" type="{}empty-trill-sound"/>
<element name="other-ornament" type="{}other-placement-text"/>
</choice>
<element name="accidental-mark" type="{}accidental-mark" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}optional-unique-id"/>
</restriction>
</complexContent>
</complexType>
-
Field Details
-
trillMarkOrTurnOrDelayedTurn
-
id
-
-
Constructor Details
-
Ornaments
public Ornaments()
-
-
Method Details
-
getTrillMarkOrTurnOrDelayedTurn
Gets the value of the trillMarkOrTurnOrDelayedTurn property.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
setmethod 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<HorizontalTurn>JAXBElement<HorizontalTurn>JAXBElement<HorizontalTurn>JAXBElement<HorizontalTurn>JAXBElement<EmptyTrillSound>JAXBElement<EmptyTrillSound>JAXBElement<EmptyTrillSound>JAXBElement<WavyLine>JAXBElement<Mordent>JAXBElement<Mordent>JAXBElement<EmptyPlacement>JAXBElement<Tremolo>JAXBElement<EmptyTrillSound>JAXBElement<OtherPlacementText>JAXBElement<AccidentalMark> -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-