public class MetronomeNote extends Object
Java class for metronome-note complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metronome-note">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metronome-type" type="{}note-type-value"/>
<element name="metronome-dot" type="{}empty" maxOccurs="unbounded" minOccurs="0"/>
<element name="metronome-beam" type="{}metronome-beam" maxOccurs="unbounded" minOccurs="0"/>
<element name="metronome-tuplet" type="{}metronome-tuplet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MetronomeBeam> |
metronomeBeam |
protected List<Empty> |
metronomeDot |
protected MetronomeTuplet |
metronomeTuplet |
protected String |
metronomeType |
| Constructor and Description |
|---|
MetronomeNote() |
| Modifier and Type | Method and Description |
|---|---|
List<MetronomeBeam> |
getMetronomeBeam()
Gets the value of the metronomeBeam property.
|
List<Empty> |
getMetronomeDot()
Gets the value of the metronomeDot property.
|
MetronomeTuplet |
getMetronomeTuplet()
Gets the value of the metronomeTuplet property.
|
String |
getMetronomeType()
Gets the value of the metronomeType property.
|
void |
setMetronomeTuplet(MetronomeTuplet value)
Sets the value of the metronomeTuplet property.
|
void |
setMetronomeType(String value)
Sets the value of the metronomeType property.
|
protected String metronomeType
protected List<MetronomeBeam> metronomeBeam
protected MetronomeTuplet metronomeTuplet
public String getMetronomeType()
Stringpublic void setMetronomeType(String value)
value - allowed object is
Stringpublic List<Empty> getMetronomeDot()
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 metronomeDot property.
For example, to add a new item, do as follows:
getMetronomeDot().add(newItem);
Objects of the following type(s) are allowed in the list
Empty
public List<MetronomeBeam> getMetronomeBeam()
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 metronomeBeam property.
For example, to add a new item, do as follows:
getMetronomeBeam().add(newItem);
Objects of the following type(s) are allowed in the list
MetronomeBeam
public MetronomeTuplet getMetronomeTuplet()
MetronomeTupletpublic void setMetronomeTuplet(MetronomeTuplet value)
value - allowed object is
MetronomeTupletCopyright © 2016 Audiveris Ltd. All rights reserved.