Class DirectionType
Java class for direction-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="direction-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="rehearsal" type="{}formatted-text-id" maxOccurs="unbounded"/>
<element name="segno" type="{}segno" maxOccurs="unbounded"/>
<element name="coda" type="{}coda" maxOccurs="unbounded"/>
<choice maxOccurs="unbounded">
<element name="words" type="{}formatted-text-id"/>
<element name="symbol" type="{}formatted-symbol-id"/>
</choice>
<element name="wedge" type="{}wedge"/>
<element name="dynamics" type="{}dynamics" maxOccurs="unbounded"/>
<element name="dashes" type="{}dashes"/>
<element name="bracket" type="{}bracket"/>
<element name="pedal" type="{}pedal"/>
<element name="metronome" type="{}metronome"/>
<element name="octave-shift" type="{}octave-shift"/>
<element name="harp-pedals" type="{}harp-pedals"/>
<element name="damp" type="{}empty-print-style-align-id"/>
<element name="damp-all" type="{}empty-print-style-align-id"/>
<element name="eyeglasses" type="{}empty-print-style-align-id"/>
<element name="string-mute" type="{}string-mute"/>
<element name="scordatura" type="{}scordatura"/>
<element name="image" type="{}image"/>
<element name="principal-voice" type="{}principal-voice"/>
<element name="percussion" type="{}percussion" maxOccurs="unbounded"/>
<element name="accordion-registration" type="{}accordion-registration"/>
<element name="staff-divide" type="{}staff-divide"/>
<element name="other-direction" type="{}other-direction"/>
</choice>
<attGroup ref="{}optional-unique-id"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccordionRegistrationprotected Bracketprotected EmptyPrintStyleAlignIdprotected EmptyPrintStyleAlignIdprotected Dashesprotected EmptyPrintStyleAlignIdprotected HarpPedalsprotected Stringprotected Imageprotected Metronomeprotected OctaveShiftprotected OtherDirectionprotected Pedalprotected List<Percussion>protected PrincipalVoiceprotected List<FormattedTextId>protected Scordaturaprotected StaffDivideprotected StringMuteprotected Wedge -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accordionRegistration property.Gets the value of the bracket property.getCoda()Gets the value of the coda property.getDamp()Gets the value of the damp property.Gets the value of the dampAll property.Gets the value of the dashes property.Gets the value of the dynamics property.Gets the value of the eyeglasses property.Gets the value of the harpPedals property.getId()Gets the value of the id property.getImage()Gets the value of the image property.Gets the value of the metronome property.Gets the value of the octaveShift property.Gets the value of the otherDirection property.getPedal()Gets the value of the pedal property.Gets the value of the percussion property.Gets the value of the principalVoice property.Gets the value of the rehearsal property.Gets the value of the scordatura property.getSegno()Gets the value of the segno property.Gets the value of the staffDivide property.Gets the value of the stringMute property.getWedge()Gets the value of the wedge property.Gets the value of the wordsOrSymbol property.voidSets the value of the accordionRegistration property.voidsetBracket(Bracket value) Sets the value of the bracket property.voidsetDamp(EmptyPrintStyleAlignId value) Sets the value of the damp property.voidsetDampAll(EmptyPrintStyleAlignId value) Sets the value of the dampAll property.voidSets the value of the dashes property.voidSets the value of the eyeglasses property.voidsetHarpPedals(HarpPedals value) Sets the value of the harpPedals property.voidSets the value of the id property.voidSets the value of the image property.voidsetMetronome(Metronome value) Sets the value of the metronome property.voidsetOctaveShift(OctaveShift value) Sets the value of the octaveShift property.voidsetOtherDirection(OtherDirection value) Sets the value of the otherDirection property.voidSets the value of the pedal property.voidsetPrincipalVoice(PrincipalVoice value) Sets the value of the principalVoice property.voidsetScordatura(Scordatura value) Sets the value of the scordatura property.voidsetStaffDivide(StaffDivide value) Sets the value of the staffDivide property.voidsetStringMute(StringMute value) Sets the value of the stringMute property.voidSets the value of the wedge property.
-
Field Details
-
rehearsal
-
segno
-
coda
-
wordsOrSymbol
-
wedge
-
dynamics
-
dashes
-
bracket
-
pedal
-
metronome
-
octaveShift
-
harpPedals
-
damp
-
dampAll
-
eyeglasses
-
stringMute
-
scordatura
-
image
-
principalVoice
-
percussion
-
accordionRegistration
-
staffDivide
-
otherDirection
-
id
-
-
Constructor Details
-
DirectionType
public DirectionType()
-
-
Method Details
-
getRehearsal
Gets the value of the rehearsal 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 rehearsal property.For example, to add a new item, do as follows:
getRehearsal().add(newItem);Objects of the following type(s) are allowed in the list
FormattedTextId -
getSegno
Gets the value of the segno 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 segno property.For example, to add a new item, do as follows:
getSegno().add(newItem);Objects of the following type(s) are allowed in the list
Segno -
getCoda
Gets the value of the coda 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 coda property.For example, to add a new item, do as follows:
getCoda().add(newItem);Objects of the following type(s) are allowed in the list
Coda -
getWordsOrSymbol
Gets the value of the wordsOrSymbol 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 wordsOrSymbol property.For example, to add a new item, do as follows:
getWordsOrSymbol().add(newItem);Objects of the following type(s) are allowed in the list
FormattedTextIdFormattedSymbolId -
getWedge
Gets the value of the wedge property.- Returns:
- possible object is
Wedge
-
setWedge
Sets the value of the wedge property.- Parameters:
value- allowed object isWedge
-
getDynamics
Gets the value of the dynamics 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 dynamics property.For example, to add a new item, do as follows:
getDynamics().add(newItem);Objects of the following type(s) are allowed in the list
Dynamics -
getDashes
Gets the value of the dashes property.- Returns:
- possible object is
Dashes
-
setDashes
Sets the value of the dashes property.- Parameters:
value- allowed object isDashes
-
getBracket
Gets the value of the bracket property.- Returns:
- possible object is
Bracket
-
setBracket
Sets the value of the bracket property.- Parameters:
value- allowed object isBracket
-
getPedal
Gets the value of the pedal property.- Returns:
- possible object is
Pedal
-
setPedal
Sets the value of the pedal property.- Parameters:
value- allowed object isPedal
-
getMetronome
Gets the value of the metronome property.- Returns:
- possible object is
Metronome
-
setMetronome
Sets the value of the metronome property.- Parameters:
value- allowed object isMetronome
-
getOctaveShift
Gets the value of the octaveShift property.- Returns:
- possible object is
OctaveShift
-
setOctaveShift
Sets the value of the octaveShift property.- Parameters:
value- allowed object isOctaveShift
-
getHarpPedals
Gets the value of the harpPedals property.- Returns:
- possible object is
HarpPedals
-
setHarpPedals
Sets the value of the harpPedals property.- Parameters:
value- allowed object isHarpPedals
-
getDamp
Gets the value of the damp property.- Returns:
- possible object is
EmptyPrintStyleAlignId
-
setDamp
Sets the value of the damp property.- Parameters:
value- allowed object isEmptyPrintStyleAlignId
-
getDampAll
Gets the value of the dampAll property.- Returns:
- possible object is
EmptyPrintStyleAlignId
-
setDampAll
Sets the value of the dampAll property.- Parameters:
value- allowed object isEmptyPrintStyleAlignId
-
getEyeglasses
Gets the value of the eyeglasses property.- Returns:
- possible object is
EmptyPrintStyleAlignId
-
setEyeglasses
Sets the value of the eyeglasses property.- Parameters:
value- allowed object isEmptyPrintStyleAlignId
-
getStringMute
Gets the value of the stringMute property.- Returns:
- possible object is
StringMute
-
setStringMute
Sets the value of the stringMute property.- Parameters:
value- allowed object isStringMute
-
getScordatura
Gets the value of the scordatura property.- Returns:
- possible object is
Scordatura
-
setScordatura
Sets the value of the scordatura property.- Parameters:
value- allowed object isScordatura
-
getImage
Gets the value of the image property.- Returns:
- possible object is
Image
-
setImage
Sets the value of the image property.- Parameters:
value- allowed object isImage
-
getPrincipalVoice
Gets the value of the principalVoice property.- Returns:
- possible object is
PrincipalVoice
-
setPrincipalVoice
Sets the value of the principalVoice property.- Parameters:
value- allowed object isPrincipalVoice
-
getPercussion
Gets the value of the percussion 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 percussion property.For example, to add a new item, do as follows:
getPercussion().add(newItem);Objects of the following type(s) are allowed in the list
Percussion -
getAccordionRegistration
Gets the value of the accordionRegistration property.- Returns:
- possible object is
AccordionRegistration
-
setAccordionRegistration
Sets the value of the accordionRegistration property.- Parameters:
value- allowed object isAccordionRegistration
-
getStaffDivide
Gets the value of the staffDivide property.- Returns:
- possible object is
StaffDivide
-
setStaffDivide
Sets the value of the staffDivide property.- Parameters:
value- allowed object isStaffDivide
-
getOtherDirection
Gets the value of the otherDirection property.- Returns:
- possible object is
OtherDirection
-
setOtherDirection
Sets the value of the otherDirection property.- Parameters:
value- allowed object isOtherDirection
-
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
-