Class MetronomeNote

java.lang.Object
org.audiveris.proxymusic.MetronomeNote

public class MetronomeNote extends Object
The metronome-note type defines the appearance of a note within a metric relationship mark.

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 Details

  • Constructor Details

    • MetronomeNote

      public MetronomeNote()
  • Method Details

    • getMetronomeType

      public String getMetronomeType()
      Gets the value of the metronomeType property.
      Returns:
      possible object is String
    • setMetronomeType

      public void setMetronomeType(String value)
      Sets the value of the metronomeType property.
      Parameters:
      value - allowed object is String
    • getMetronomeDot

      public List<Empty> 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 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

    • getMetronomeBeam

      public List<MetronomeBeam> 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 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

    • getMetronomeTied

      public MetronomeTied getMetronomeTied()
      Gets the value of the metronomeTied property.
      Returns:
      possible object is MetronomeTied
    • setMetronomeTied

      public void setMetronomeTied(MetronomeTied value)
      Sets the value of the metronomeTied property.
      Parameters:
      value - allowed object is MetronomeTied
    • getMetronomeTuplet

      public MetronomeTuplet getMetronomeTuplet()
      Gets the value of the metronomeTuplet property.
      Returns:
      possible object is MetronomeTuplet
    • setMetronomeTuplet

      public void setMetronomeTuplet(MetronomeTuplet value)
      Sets the value of the metronomeTuplet property.
      Parameters:
      value - allowed object is MetronomeTuplet