Package org.audiveris.proxymusic
Class VirtualInstrument
java.lang.Object
org.audiveris.proxymusic.VirtualInstrument
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the virtualLibrary property.Gets the value of the virtualName property.voidsetVirtualLibrary(String value) Sets the value of the virtualLibrary property.voidsetVirtualName(String value) Sets the value of the virtualName property.
-
Field Details
-
virtualLibrary
-
virtualName
-
-
Constructor Details
-
VirtualInstrument
public VirtualInstrument()
-
-
Method Details
-
getVirtualLibrary
Gets the value of the virtualLibrary property.- Returns:
- possible object is
String
-
setVirtualLibrary
Sets the value of the virtualLibrary property.- Parameters:
value- allowed object isString
-
getVirtualName
Gets the value of the virtualName property.- Returns:
- possible object is
String
-
setVirtualName
Sets the value of the virtualName property.- Parameters:
value- allowed object isString
-