public class Distance extends Object
Java class for distance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="distance">
<simpleContent>
<extension base="<>tenths">
<attribute name="type" use="required" type="{}distance-type" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected BigDecimal |
value |
| Constructor and Description |
|---|
Distance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
BigDecimal |
getValue()
The tenths type is a number representing tenths of interline staff space (positive or negative).
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected String type
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getType()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.