public class FrameNote extends Object
Java class for frame-note complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frame-note">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="string" type="{}string"/>
<element name="fret" type="{}fret"/>
<element name="fingering" type="{}fingering" minOccurs="0"/>
<element name="barre" type="{}barre" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Barre |
barre |
protected Fingering |
fingering |
protected Fret |
fret |
protected String |
string |
| Constructor and Description |
|---|
FrameNote() |
| Modifier and Type | Method and Description |
|---|---|
Barre |
getBarre()
Gets the value of the barre property.
|
Fingering |
getFingering()
Gets the value of the fingering property.
|
Fret |
getFret()
Gets the value of the fret property.
|
String |
getString()
Gets the value of the string property.
|
void |
setBarre(Barre value)
Sets the value of the barre property.
|
void |
setFingering(Fingering value)
Sets the value of the fingering property.
|
void |
setFret(Fret value)
Sets the value of the fret property.
|
void |
setString(String value)
Sets the value of the string property.
|
protected String string
protected Fret fret
protected Fingering fingering
protected Barre barre
public String getString()
Stringpublic void setString(String value)
value - allowed object is
Stringpublic void setFret(Fret value)
value - allowed object is
Fretpublic Fingering getFingering()
Fingeringpublic void setFingering(Fingering value)
value - allowed object is
Fingeringpublic Barre getBarre()
BarreCopyright © 2016 Audiveris Ltd. All rights reserved.