public class MidiDevice extends Object
Java class for midi-device complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="midi-device">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="port" type="{}midi-16" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
id |
protected Integer |
port |
protected String |
value |
| Constructor and Description |
|---|
MidiDevice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
Gets the value of the id property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setId(Object value)
Sets the value of the id property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
IntegerCopyright © 2016 Audiveris Ltd. All rights reserved.