Class Articulations
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
-
id
-
-
Constructor Details
-
Articulations
public Articulations()
-
-
Method Details
-
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
setmethod 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
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
-