Class Player

java.lang.Object
org.audiveris.proxymusic.Player

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

    • playerName

      protected String playerName
    • id

      protected String id
  • Constructor Details

    • Player

      public Player()
  • Method Details

    • getPlayerName

      public String getPlayerName()
      Gets the value of the playerName property.
      Returns:
      possible object is String
    • setPlayerName

      public void setPlayerName(String value)
      Sets the value of the playerName property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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