public class NoteType extends Object
Java class for note-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="note-type">
<simpleContent>
<extension base="<>note-type-value">
<attribute name="size" type="{}symbol-size" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SymbolSize |
size |
protected String |
value |
| Constructor and Description |
|---|
NoteType() |
| Modifier and Type | Method and Description |
|---|---|
SymbolSize |
getSize()
Gets the value of the size property.
|
String |
getValue()
The note-type type is used for the MusicXML type element and represents the graphic note type, from 1024th (shortest) to maxima (longest).
|
void |
setSize(SymbolSize value)
Sets the value of the size property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected SymbolSize size
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic SymbolSize getSize()
SymbolSizepublic void setSize(SymbolSize value)
value - allowed object is
SymbolSizeCopyright © 2016 Audiveris Ltd. All rights reserved.