Class InstrumentLink

java.lang.Object
org.audiveris.proxymusic.InstrumentLink

public class InstrumentLink extends Object
Multiple part-link elements can link a condensed part within a score file to multiple MusicXML parts files. For example, a "Clarinet 1 and 2" part in a score file could link to separate "Clarinet 1" and "Clarinet 2" part files. The instrument-link type distinguish which of the score-instruments within a score-part are in which part file. The instrument-link id attribute refers to a score-instrument id attribute.

Java class for instrument-link complex type.

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

 <complexType name="instrument-link">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InstrumentLink

      public InstrumentLink()
  • Method Details

    • getId

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

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