public class Direction extends Object
Java class for direction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="direction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="direction-type" type="{}direction-type" maxOccurs="unbounded"/>
<element name="offset" type="{}offset" minOccurs="0"/>
<group ref="{}editorial-voice-direction"/>
<group ref="{}staff" minOccurs="0"/>
<element name="sound" type="{}sound" minOccurs="0"/>
</sequence>
<attGroup ref="{}placement"/>
<attGroup ref="{}directive"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DirectionType> |
directionType |
protected YesNo |
directive |
protected FormattedText |
footnote |
protected Level |
level |
protected Offset |
offset |
protected AboveBelow |
placement |
protected Sound |
sound |
protected BigInteger |
staff |
protected String |
voice |
| Constructor and Description |
|---|
Direction() |
| Modifier and Type | Method and Description |
|---|---|
List<DirectionType> |
getDirectionType()
Gets the value of the directionType property.
|
YesNo |
getDirective()
Gets the value of the directive property.
|
FormattedText |
getFootnote()
Gets the value of the footnote property.
|
Level |
getLevel()
Gets the value of the level property.
|
Offset |
getOffset()
Gets the value of the offset property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
Sound |
getSound()
Gets the value of the sound property.
|
BigInteger |
getStaff()
Gets the value of the staff property.
|
String |
getVoice()
Gets the value of the voice property.
|
void |
setDirective(YesNo value)
Sets the value of the directive property.
|
void |
setFootnote(FormattedText value)
Sets the value of the footnote property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setOffset(Offset value)
Sets the value of the offset property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setSound(Sound value)
Sets the value of the sound property.
|
void |
setStaff(BigInteger value)
Sets the value of the staff property.
|
void |
setVoice(String value)
Sets the value of the voice property.
|
protected List<DirectionType> directionType
protected Offset offset
protected FormattedText footnote
protected Level level
protected String voice
protected BigInteger staff
protected Sound sound
protected AboveBelow placement
protected YesNo directive
public List<DirectionType> getDirectionType()
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 directionType property.
For example, to add a new item, do as follows:
getDirectionType().add(newItem);
Objects of the following type(s) are allowed in the list
DirectionType
public Offset getOffset()
Offsetpublic void setOffset(Offset value)
value - allowed object is
Offsetpublic FormattedText getFootnote()
FormattedTextpublic void setFootnote(FormattedText value)
value - allowed object is
FormattedTextpublic Level getLevel()
Levelpublic void setLevel(Level value)
value - allowed object is
Levelpublic String getVoice()
Stringpublic void setVoice(String value)
value - allowed object is
Stringpublic BigInteger getStaff()
BigIntegerpublic void setStaff(BigInteger value)
value - allowed object is
BigIntegerpublic Sound getSound()
Soundpublic void setSound(Sound value)
value - allowed object is
Soundpublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowpublic YesNo getDirective()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.