Class Technical
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-smufl"/>
<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="{}tap"/>
<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="brass-bend" type="{}empty-placement"/>
<element name="flip" type="{}empty-placement"/>
<element name="smear" type="{}empty-placement"/>
<element name="open" type="{}empty-placement-smufl"/>
<element name="half-muted" type="{}empty-placement-smufl"/>
<element name="harmon-mute" type="{}harmon-mute"/>
<element name="golpe" type="{}empty-placement"/>
<element name="other-technical" type="{}other-placement-text"/>
</choice>
<attGroup ref="{}optional-unique-id"/>
</restriction>
</complexContent>
</complexType>
-
Field Details
-
upBowOrDownBowOrHarmonic
-
id
-
-
Constructor Details
-
Technical
public Technical()
-
-
Method Details
-
getUpBowOrDownBowOrHarmonic
Gets the value of the upBowOrDownBowOrHarmonic 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 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<EmptyPlacement>JAXBElement<EmptyPlacement>JAXBElement<Harmonic>JAXBElement<EmptyPlacement>JAXBElement<EmptyPlacement>JAXBElement<Fingering>JAXBElement<PlacementText>JAXBElement<EmptyPlacement>JAXBElement<EmptyPlacement>JAXBElement<EmptyPlacementSmufl>JAXBElement<EmptyPlacement>JAXBElement<Fret>JAXBElement<String>JAXBElement<HammerOnPullOff>JAXBElement<HammerOnPullOff>JAXBElement<Bend>JAXBElement<Tap>JAXBElement<HeelToe>JAXBElement<HeelToe>JAXBElement<EmptyPlacement>JAXBElement<Hole>JAXBElement<Arrow>JAXBElement<Handbell>JAXBElement<EmptyPlacement>JAXBElement<EmptyPlacement>JAXBElement<EmptyPlacement>JAXBElement<EmptyPlacementSmufl>JAXBElement<EmptyPlacementSmufl>JAXBElement<HarmonMute>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
-