public class Transpose extends Object
Java class for transpose complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transpose">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="diatonic" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="chromatic" type="{}semitones"/>
<element name="octave-change" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="double" type="{}empty" minOccurs="0"/>
</sequence>
<attribute name="number" type="{}staff-number" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Empty |
_double |
protected BigDecimal |
chromatic |
protected BigInteger |
diatonic |
protected BigInteger |
number |
protected BigInteger |
octaveChange |
| Constructor and Description |
|---|
Transpose() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getChromatic()
Gets the value of the chromatic property.
|
BigInteger |
getDiatonic()
Gets the value of the diatonic property.
|
Empty |
getDouble()
Gets the value of the double property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
BigInteger |
getOctaveChange()
Gets the value of the octaveChange property.
|
void |
setChromatic(BigDecimal value)
Sets the value of the chromatic property.
|
void |
setDiatonic(BigInteger value)
Sets the value of the diatonic property.
|
void |
setDouble(Empty value)
Sets the value of the double property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setOctaveChange(BigInteger value)
Sets the value of the octaveChange property.
|
protected BigInteger diatonic
protected BigDecimal chromatic
protected BigInteger octaveChange
protected Empty _double
protected BigInteger number
public BigInteger getDiatonic()
BigIntegerpublic void setDiatonic(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getChromatic()
BigDecimalpublic void setChromatic(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getOctaveChange()
BigIntegerpublic void setOctaveChange(BigInteger value)
value - allowed object is
BigIntegerpublic Empty getDouble()
Emptypublic void setDouble(Empty value)
value - allowed object is
Emptypublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.