Package org.audiveris.proxymusic
Class Player
java.lang.Object
org.audiveris.proxymusic.Player
The player type allows for multiple players per score-part for use in listening applications. One player may play multiple instruments, while a single instrument may include multiple players in divisi sections.
Java class for player complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="player">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="player-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the playerName property.voidSets the value of the id property.voidsetPlayerName(String value) Sets the value of the playerName property.
-
Field Details
-
playerName
-
id
-
-
Constructor Details
-
Player
public Player()
-
-
Method Details
-
getPlayerName
Gets the value of the playerName property.- Returns:
- possible object is
String
-
setPlayerName
Sets the value of the playerName property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-