Package org.audiveris.proxymusic
Class Assess
java.lang.Object
org.audiveris.proxymusic.Assess
By default, an assessment application should assess all notes without a cue child element, and not assess any note with a cue child element. The assess type allows this default assessment to be overridden for individual notes. 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. If missing, the type applies to all players or all times through the repeated section, respectively. The player attribute references the id attribute of a player element defined within the matching score-part.
Java class for assess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}yes-no" />
<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.getType()Gets the value of the type property.voidSets the value of the player property.voidsetTimeOnly(String value) Sets the value of the timeOnly property.voidSets the value of the type property.
-
Field Details
-
type
-
player
-
timeOnly
-
-
Constructor Details
-
Assess
public Assess()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
YesNo
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isYesNo
-
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
-