Class BeatUnitTied

java.lang.Object
org.audiveris.proxymusic.BeatUnitTied

public class BeatUnitTied extends Object
The beat-unit-tied type indicates a beat-unit within a metronome mark that is tied to the preceding beat-unit. This allows two or more tied notes to be associated with a per-minute value in a metronome mark, whereas the metronome-tied element is restricted to metric relationship marks.

Java class for beat-unit-tied complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="beat-unit-tied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{}beat-unit"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • beatUnit

      protected String beatUnit
    • beatUnitDot

      protected List<Empty> beatUnitDot
  • Constructor Details

    • BeatUnitTied

      public BeatUnitTied()
  • Method Details

    • getBeatUnit

      public String getBeatUnit()
      Gets the value of the beatUnit property.
      Returns:
      possible object is String
    • setBeatUnit

      public void setBeatUnit(String value)
      Sets the value of the beatUnit property.
      Parameters:
      value - allowed object is String
    • getBeatUnitDot

      public List<Empty> getBeatUnitDot()
      Gets the value of the beatUnitDot 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 beatUnitDot property.

      For example, to add a new item, do as follows:

          getBeatUnitDot().add(newItem);
       

      Objects of the following type(s) are allowed in the list Empty