Class MetronomeNote
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-tied" type="{}metronome-tied" minOccurs="0"/>
<element name="metronome-tuplet" type="{}metronome-tuplet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MetronomeBeam>protected MetronomeTiedprotected MetronomeTupletprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the metronomeBeam property.Gets the value of the metronomeDot property.Gets the value of the metronomeTied property.Gets the value of the metronomeTuplet property.Gets the value of the metronomeType property.voidsetMetronomeTied(MetronomeTied value) Sets the value of the metronomeTied property.voidSets the value of the metronomeTuplet property.voidsetMetronomeType(String value) Sets the value of the metronomeType property.
-
Field Details
-
metronomeType
-
metronomeDot
-
metronomeBeam
-
metronomeTied
-
metronomeTuplet
-
-
Constructor Details
-
MetronomeNote
public MetronomeNote()
-
-
Method Details
-
getMetronomeType
Gets the value of the metronomeType property.- Returns:
- possible object is
String
-
setMetronomeType
Sets the value of the metronomeType property.- Parameters:
value- allowed object isString
-
getMetronomeDot
Gets the value of the metronomeDot property.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
setmethod 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 -
getMetronomeBeam
Gets the value of the metronomeBeam property.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
setmethod 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 -
getMetronomeTied
Gets the value of the metronomeTied property.- Returns:
- possible object is
MetronomeTied
-
setMetronomeTied
Sets the value of the metronomeTied property.- Parameters:
value- allowed object isMetronomeTied
-
getMetronomeTuplet
Gets the value of the metronomeTuplet property.- Returns:
- possible object is
MetronomeTuplet
-
setMetronomeTuplet
Sets the value of the metronomeTuplet property.- Parameters:
value- allowed object isMetronomeTuplet
-