Package org.audiveris.proxymusic
Class Wait
java.lang.Object
org.audiveris.proxymusic.Wait
The wait type specifies a point where the accompaniment should wait for a performer event before continuing. This typically happens at the start of new sections or after a held note or indeterminate music. These waiting points cannot always be inferred reliably from the contents of the displayed score. The optional player and time-only attributes restrict the type to apply to a single player or set of times through a repeated section, respectively.
Java class for wait complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wait">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="player" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<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 player property.Gets the value of the timeOnly property.voidSets the value of the player property.voidsetTimeOnly(String value) Sets the value of the timeOnly property.
-
Field Details
-
player
-
timeOnly
-
-
Constructor Details
-
Wait
public Wait()
-
-
Method Details
-
getPlayer
Gets the value of the player property.- Returns:
- possible object is
Object
-
setPlayer
Sets the value of the player property.- Parameters:
value- allowed object isObject
-
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
-