public class Accord extends Object
Java class for accord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}tuning"/>
<attribute name="string" type="{}string-number" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
string |
protected BigDecimal |
tuningAlter |
protected int |
tuningOctave |
protected Step |
tuningStep |
| Constructor and Description |
|---|
Accord() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getString()
Gets the value of the string property.
|
BigDecimal |
getTuningAlter()
Gets the value of the tuningAlter property.
|
int |
getTuningOctave()
Gets the value of the tuningOctave property.
|
Step |
getTuningStep()
Gets the value of the tuningStep property.
|
void |
setString(BigInteger value)
Sets the value of the string property.
|
void |
setTuningAlter(BigDecimal value)
Sets the value of the tuningAlter property.
|
void |
setTuningOctave(int value)
Sets the value of the tuningOctave property.
|
void |
setTuningStep(Step value)
Sets the value of the tuningStep property.
|
protected Step tuningStep
protected BigDecimal tuningAlter
protected int tuningOctave
protected BigInteger string
public Step getTuningStep()
Steppublic void setTuningStep(Step value)
value - allowed object is
Steppublic BigDecimal getTuningAlter()
BigDecimalpublic void setTuningAlter(BigDecimal value)
value - allowed object is
BigDecimalpublic int getTuningOctave()
public void setTuningOctave(int value)
public BigInteger getString()
BigIntegerpublic void setString(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.