Package org.audiveris.proxymusic
Class BeatUnitTied
java.lang.Object
org.audiveris.proxymusic.BeatUnitTied
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the beatUnit property.Gets the value of the beatUnitDot property.voidsetBeatUnit(String value) Sets the value of the beatUnit property.
-
Field Details
-
beatUnit
-
beatUnitDot
-
-
Constructor Details
-
BeatUnitTied
public BeatUnitTied()
-
-
Method Details
-
getBeatUnit
Gets the value of the beatUnit property.- Returns:
- possible object is
String
-
setBeatUnit
Sets the value of the beatUnit property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-