Class Assess

java.lang.Object
org.audiveris.proxymusic.Assess

public class Assess extends Object
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 Details

    • type

      protected YesNo type
    • player

      protected Object player
    • timeOnly

      protected String timeOnly
  • Constructor Details

    • Assess

      public Assess()
  • Method Details

    • getType

      public YesNo getType()
      Gets the value of the type property.
      Returns:
      possible object is YesNo
    • setType

      public void setType(YesNo value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is YesNo
    • getPlayer

      public Object getPlayer()
      Gets the value of the player property.
      Returns:
      possible object is Object
    • setPlayer

      public void setPlayer(Object value)
      Sets the value of the player property.
      Parameters:
      value - allowed object is Object
    • getTimeOnly

      public String getTimeOnly()
      Gets the value of the timeOnly property.
      Returns:
      possible object is String
    • setTimeOnly

      public void setTimeOnly(String value)
      Sets the value of the timeOnly property.
      Parameters:
      value - allowed object is String