public class VirtualInstrument extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
virtualLibrary |
protected String |
virtualName |
| Constructor and Description |
|---|
VirtualInstrument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVirtualLibrary()
Gets the value of the virtualLibrary property.
|
String |
getVirtualName()
Gets the value of the virtualName property.
|
void |
setVirtualLibrary(String value)
Sets the value of the virtualLibrary property.
|
void |
setVirtualName(String value)
Sets the value of the virtualName property.
|
protected String virtualLibrary
protected String virtualName
public String getVirtualLibrary()
Stringpublic void setVirtualLibrary(String value)
value - allowed object is
Stringpublic String getVirtualName()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.