Class Wait

java.lang.Object
org.audiveris.proxymusic.Wait

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

    • player

      protected Object player
    • timeOnly

      protected String timeOnly
  • Constructor Details

    • Wait

      public Wait()
  • Method Details

    • 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