Class Articulations

java.lang.Object
org.audiveris.proxymusic.Articulations

public class Articulations extends Object
Articulations and accents are grouped together here.

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="{}caesura"/>
         <element name="stress" type="{}empty-placement"/>
         <element name="unstress" type="{}empty-placement"/>
         <element name="soft-accent" type="{}empty-placement"/>
         <element name="other-articulation" type="{}other-placement-text"/>
       </choice>
       <attGroup ref="{}optional-unique-id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accentOrStrongAccentOrStaccato

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

      protected String id
  • Constructor Details

    • Articulations

      public Articulations()
  • Method Details

    • getAccentOrStrongAccentOrStaccato

      public List<javax.xml.bind.JAXBElement<?>> getAccentOrStrongAccentOrStaccato()
      Gets the value of the accentOrStrongAccentOrStaccato 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 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<EmptyPlacement> JAXBElement<StrongAccent> JAXBElement<EmptyPlacement> JAXBElement<EmptyPlacement> JAXBElement<EmptyPlacement> JAXBElement<EmptyPlacement> JAXBElement<EmptyPlacement> JAXBElement<EmptyLine> JAXBElement<EmptyLine> JAXBElement<EmptyLine> JAXBElement<EmptyLine> JAXBElement<BreathMark> JAXBElement<Caesura> JAXBElement<EmptyPlacement> JAXBElement<EmptyPlacement> JAXBElement<EmptyPlacement> JAXBElement<OtherPlacementText>

    • 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