public class Technical extends Object
Java class for technical complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="technical">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="up-bow" type="{}empty-placement"/>
<element name="down-bow" type="{}empty-placement"/>
<element name="harmonic" type="{}harmonic"/>
<element name="open-string" type="{}empty-placement"/>
<element name="thumb-position" type="{}empty-placement"/>
<element name="fingering" type="{}fingering"/>
<element name="pluck" type="{}placement-text"/>
<element name="double-tongue" type="{}empty-placement"/>
<element name="triple-tongue" type="{}empty-placement"/>
<element name="stopped" type="{}empty-placement"/>
<element name="snap-pizzicato" type="{}empty-placement"/>
<element name="fret" type="{}fret"/>
<element name="string" type="{}string"/>
<element name="hammer-on" type="{}hammer-on-pull-off"/>
<element name="pull-off" type="{}hammer-on-pull-off"/>
<element name="bend" type="{}bend"/>
<element name="tap" type="{}placement-text"/>
<element name="heel" type="{}heel-toe"/>
<element name="toe" type="{}heel-toe"/>
<element name="fingernails" type="{}empty-placement"/>
<element name="hole" type="{}hole"/>
<element name="arrow" type="{}arrow"/>
<element name="handbell" type="{}handbell"/>
<element name="other-technical" type="{}placement-text"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
upBowOrDownBowOrHarmonic |
| Constructor and Description |
|---|
Technical() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getUpBowOrDownBowOrHarmonic()
Gets the value of the upBowOrDownBowOrHarmonic property.
|
protected List<JAXBElement<?>> upBowOrDownBowOrHarmonic
public List<JAXBElement<?>> getUpBowOrDownBowOrHarmonic()
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 upBowOrDownBowOrHarmonic property.
For example, to add a new item, do as follows:
getUpBowOrDownBowOrHarmonic().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<HeelToe>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<String>
JAXBElement<HeelToe>
JAXBElement<EmptyPlacement>
JAXBElement<HammerOnPullOff>
JAXBElement<PlacementText>
JAXBElement<Fret>
JAXBElement<Arrow>
JAXBElement<Fingering>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<PlacementText>
JAXBElement<EmptyPlacement>
JAXBElement<Handbell>
JAXBElement<EmptyPlacement>
JAXBElement<EmptyPlacement>
JAXBElement<PlacementText>
JAXBElement<Hole>
JAXBElement<Harmonic>
JAXBElement<HammerOnPullOff>
JAXBElement<Bend>
JAXBElement<EmptyPlacement>
Copyright © 2016 Audiveris Ltd. All rights reserved.