public class MeasureLayout extends Object
Java class for measure-layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="measure-layout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measure-distance" type="{}tenths" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
measureDistance |
| Constructor and Description |
|---|
MeasureLayout() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getMeasureDistance()
Gets the value of the measureDistance property.
|
void |
setMeasureDistance(BigDecimal value)
Sets the value of the measureDistance property.
|
protected BigDecimal measureDistance
public BigDecimal getMeasureDistance()
BigDecimalpublic void setMeasureDistance(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.