Package org.audiveris.proxymusic
Class OtherListening
java.lang.Object
org.audiveris.proxymusic.OtherListening
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 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.getValue()Gets the value of the value 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.voidSets the value of the value property.
-
Field Details
-
value
-
type
-
player
-
timeOnly
-
-
Constructor Details
-
OtherListening
public OtherListening()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-