Package org.audiveris.proxymusic
Class Tie
java.lang.Object
org.audiveris.proxymusic.Tie
The tie element indicates that a tie begins or ends with this note. If the tie element applies only particular times through a repeat, the time-only attribute indicates which times to apply it. The tie element indicates sound; the tied element indicates notation.
Java class for tie complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tie">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="time-only" type="{}time-only" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the timeOnly property.getType()Gets the value of the type property.voidsetTimeOnly(String value) Sets the value of the timeOnly property.voidSets the value of the type property.
-
Field Details
-
type
-
timeOnly
-
-
Constructor Details
-
Tie
public Tie()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
StartStop
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isStartStop
-
getTimeOnly
Gets the value of the timeOnly property.- Returns:
- possible object is
String
-
setTimeOnly
Sets the value of the timeOnly property.- Parameters:
value- allowed object isString
-