Class Ornaments

java.lang.Object
org.audiveris.proxymusic.Ornaments

public class Ornaments extends Object
Ornaments can be any of several types, followed optionally by accidentals. The accidental-mark element's content is represented the same as an accidental element, but with a different name to reflect the different musical meaning.

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

      protected List<javax.xml.bind.JAXBElement<?>> trillMarkOrTurnOrDelayedTurn
    • id

      protected String id
  • Constructor Details

    • Ornaments

      public Ornaments()
  • Method Details

    • getTrillMarkOrTurnOrDelayedTurn

      public List<javax.xml.bind.JAXBElement<?>> 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 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<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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String