Class OtherListening

java.lang.Object
org.audiveris.proxymusic.OtherListening

public class OtherListening extends Object
The other-listening type represents other types of listening control and interaction. The required type attribute indicates the type of listening to which the element content applies. The optional player and time-only attributes restrict the element to apply to a single player or set of times through a repeated section, respectively.

Java class for other-listening complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="other-listening">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="player" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="time-only" type="{}time-only" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • type

      protected String type
    • player

      protected Object player
    • timeOnly

      protected String timeOnly
  • Constructor Details

    • OtherListening

      public OtherListening()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getType

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

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • 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