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