public class DirectionType extends Object
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" maxOccurs="unbounded"/>
<element name="segno" type="{}empty-print-style-align" maxOccurs="unbounded"/>
<element name="words" type="{}formatted-text" maxOccurs="unbounded"/>
<element name="coda" type="{}empty-print-style-align" maxOccurs="unbounded"/>
<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"/>
<element name="damp-all" type="{}empty-print-style-align"/>
<element name="eyeglasses" type="{}empty-print-style-align"/>
<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="accordion-registration" type="{}accordion-registration"/>
<element name="percussion" type="{}percussion" maxOccurs="unbounded"/>
<element name="other-direction" type="{}other-direction"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccordionRegistration |
accordionRegistration |
protected Bracket |
bracket |
protected List<EmptyPrintStyleAlign> |
coda |
protected EmptyPrintStyleAlign |
damp |
protected EmptyPrintStyleAlign |
dampAll |
protected Dashes |
dashes |
protected List<Dynamics> |
dynamics |
protected EmptyPrintStyleAlign |
eyeglasses |
protected HarpPedals |
harpPedals |
protected Image |
image |
protected Metronome |
metronome |
protected OctaveShift |
octaveShift |
protected OtherDirection |
otherDirection |
protected Pedal |
pedal |
protected List<Percussion> |
percussion |
protected PrincipalVoice |
principalVoice |
protected List<FormattedText> |
rehearsal |
protected Scordatura |
scordatura |
protected List<EmptyPrintStyleAlign> |
segno |
protected StringMute |
stringMute |
protected Wedge |
wedge |
protected List<FormattedText> |
words |
| Constructor and Description |
|---|
DirectionType() |
| Modifier and Type | Method and Description |
|---|---|
AccordionRegistration |
getAccordionRegistration()
Gets the value of the accordionRegistration property.
|
Bracket |
getBracket()
Gets the value of the bracket property.
|
List<EmptyPrintStyleAlign> |
getCoda()
Gets the value of the coda property.
|
EmptyPrintStyleAlign |
getDamp()
Gets the value of the damp property.
|
EmptyPrintStyleAlign |
getDampAll()
Gets the value of the dampAll property.
|
Dashes |
getDashes()
Gets the value of the dashes property.
|
List<Dynamics> |
getDynamics()
Gets the value of the dynamics property.
|
EmptyPrintStyleAlign |
getEyeglasses()
Gets the value of the eyeglasses property.
|
HarpPedals |
getHarpPedals()
Gets the value of the harpPedals property.
|
Image |
getImage()
Gets the value of the image property.
|
Metronome |
getMetronome()
Gets the value of the metronome property.
|
OctaveShift |
getOctaveShift()
Gets the value of the octaveShift property.
|
OtherDirection |
getOtherDirection()
Gets the value of the otherDirection property.
|
Pedal |
getPedal()
Gets the value of the pedal property.
|
List<Percussion> |
getPercussion()
Gets the value of the percussion property.
|
PrincipalVoice |
getPrincipalVoice()
Gets the value of the principalVoice property.
|
List<FormattedText> |
getRehearsal()
Gets the value of the rehearsal property.
|
Scordatura |
getScordatura()
Gets the value of the scordatura property.
|
List<EmptyPrintStyleAlign> |
getSegno()
Gets the value of the segno property.
|
StringMute |
getStringMute()
Gets the value of the stringMute property.
|
Wedge |
getWedge()
Gets the value of the wedge property.
|
List<FormattedText> |
getWords()
Gets the value of the words property.
|
void |
setAccordionRegistration(AccordionRegistration value)
Sets the value of the accordionRegistration property.
|
void |
setBracket(Bracket value)
Sets the value of the bracket property.
|
void |
setDamp(EmptyPrintStyleAlign value)
Sets the value of the damp property.
|
void |
setDampAll(EmptyPrintStyleAlign value)
Sets the value of the dampAll property.
|
void |
setDashes(Dashes value)
Sets the value of the dashes property.
|
void |
setEyeglasses(EmptyPrintStyleAlign value)
Sets the value of the eyeglasses property.
|
void |
setHarpPedals(HarpPedals value)
Sets the value of the harpPedals property.
|
void |
setImage(Image value)
Sets the value of the image property.
|
void |
setMetronome(Metronome value)
Sets the value of the metronome property.
|
void |
setOctaveShift(OctaveShift value)
Sets the value of the octaveShift property.
|
void |
setOtherDirection(OtherDirection value)
Sets the value of the otherDirection property.
|
void |
setPedal(Pedal value)
Sets the value of the pedal property.
|
void |
setPrincipalVoice(PrincipalVoice value)
Sets the value of the principalVoice property.
|
void |
setScordatura(Scordatura value)
Sets the value of the scordatura property.
|
void |
setStringMute(StringMute value)
Sets the value of the stringMute property.
|
void |
setWedge(Wedge value)
Sets the value of the wedge property.
|
protected List<FormattedText> rehearsal
protected List<EmptyPrintStyleAlign> segno
protected List<FormattedText> words
protected List<EmptyPrintStyleAlign> coda
protected Wedge wedge
protected Dashes dashes
protected Bracket bracket
protected Pedal pedal
protected Metronome metronome
protected OctaveShift octaveShift
protected HarpPedals harpPedals
protected EmptyPrintStyleAlign damp
protected EmptyPrintStyleAlign dampAll
protected EmptyPrintStyleAlign eyeglasses
protected StringMute stringMute
protected Scordatura scordatura
protected Image image
protected PrincipalVoice principalVoice
protected AccordionRegistration accordionRegistration
protected List<Percussion> percussion
protected OtherDirection otherDirection
public List<FormattedText> getRehearsal()
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 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
FormattedText
public List<EmptyPrintStyleAlign> getSegno()
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 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
EmptyPrintStyleAlign
public List<FormattedText> getWords()
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 words property.
For example, to add a new item, do as follows:
getWords().add(newItem);
Objects of the following type(s) are allowed in the list
FormattedText
public List<EmptyPrintStyleAlign> getCoda()
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 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
EmptyPrintStyleAlign
public Wedge getWedge()
Wedgepublic void setWedge(Wedge value)
value - allowed object is
Wedgepublic List<Dynamics> getDynamics()
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 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
public Dashes getDashes()
Dashespublic void setDashes(Dashes value)
value - allowed object is
Dashespublic Bracket getBracket()
Bracketpublic void setBracket(Bracket value)
value - allowed object is
Bracketpublic Pedal getPedal()
Pedalpublic void setPedal(Pedal value)
value - allowed object is
Pedalpublic Metronome getMetronome()
Metronomepublic void setMetronome(Metronome value)
value - allowed object is
Metronomepublic OctaveShift getOctaveShift()
OctaveShiftpublic void setOctaveShift(OctaveShift value)
value - allowed object is
OctaveShiftpublic HarpPedals getHarpPedals()
HarpPedalspublic void setHarpPedals(HarpPedals value)
value - allowed object is
HarpPedalspublic EmptyPrintStyleAlign getDamp()
EmptyPrintStyleAlignpublic void setDamp(EmptyPrintStyleAlign value)
value - allowed object is
EmptyPrintStyleAlignpublic EmptyPrintStyleAlign getDampAll()
EmptyPrintStyleAlignpublic void setDampAll(EmptyPrintStyleAlign value)
value - allowed object is
EmptyPrintStyleAlignpublic EmptyPrintStyleAlign getEyeglasses()
EmptyPrintStyleAlignpublic void setEyeglasses(EmptyPrintStyleAlign value)
value - allowed object is
EmptyPrintStyleAlignpublic StringMute getStringMute()
StringMutepublic void setStringMute(StringMute value)
value - allowed object is
StringMutepublic Scordatura getScordatura()
Scordaturapublic void setScordatura(Scordatura value)
value - allowed object is
Scordaturapublic Image getImage()
Imagepublic void setImage(Image value)
value - allowed object is
Imagepublic PrincipalVoice getPrincipalVoice()
PrincipalVoicepublic void setPrincipalVoice(PrincipalVoice value)
value - allowed object is
PrincipalVoicepublic AccordionRegistration getAccordionRegistration()
AccordionRegistrationpublic void setAccordionRegistration(AccordionRegistration value)
value - allowed object is
AccordionRegistrationpublic List<Percussion> getPercussion()
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 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
public OtherDirection getOtherDirection()
OtherDirectionpublic void setOtherDirection(OtherDirection value)
value - allowed object is
OtherDirectionCopyright © 2016 Audiveris Ltd. All rights reserved.