public class Unpitched extends Object
Java class for unpitched complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unpitched">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}display-step-octave" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
displayOctave |
protected Step |
displayStep |
| Constructor and Description |
|---|
Unpitched() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDisplayOctave()
Gets the value of the displayOctave property.
|
Step |
getDisplayStep()
Gets the value of the displayStep property.
|
void |
setDisplayOctave(Integer value)
Sets the value of the displayOctave property.
|
void |
setDisplayStep(Step value)
Sets the value of the displayStep property.
|
public Step getDisplayStep()
Steppublic void setDisplayStep(Step value)
value - allowed object is
Steppublic Integer getDisplayOctave()
IntegerCopyright © 2016 Audiveris Ltd. All rights reserved.