Class VirtualInstrument

java.lang.Object
org.audiveris.proxymusic.VirtualInstrument

public class VirtualInstrument extends Object
The virtual-instrument element defines a specific virtual instrument used for an instrument sound.

Java class for virtual-instrument complex type.

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

 <complexType name="virtual-instrument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="virtual-library" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="virtual-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • virtualLibrary

      protected String virtualLibrary
    • virtualName

      protected String virtualName
  • Constructor Details

    • VirtualInstrument

      public VirtualInstrument()
  • Method Details

    • getVirtualLibrary

      public String getVirtualLibrary()
      Gets the value of the virtualLibrary property.
      Returns:
      possible object is String
    • setVirtualLibrary

      public void setVirtualLibrary(String value)
      Sets the value of the virtualLibrary property.
      Parameters:
      value - allowed object is String
    • getVirtualName

      public String getVirtualName()
      Gets the value of the virtualName property.
      Returns:
      possible object is String
    • setVirtualName

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