public class Offset extends Object
Java class for offset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="offset">
<simpleContent>
<extension base="<>divisions">
<attribute name="sound" type="{}yes-no" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
sound |
protected BigDecimal |
value |
| Constructor and Description |
|---|
Offset() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getSound()
Gets the value of the sound property.
|
BigDecimal |
getValue()
The divisions type is used to express values in terms of the musical divisions defined by the divisions element.
|
void |
setSound(YesNo value)
Sets the value of the sound property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected YesNo sound
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic YesNo getSound()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.