public class NoteSize extends Object
Java class for note-size complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="note-size">
<simpleContent>
<extension base="<>non-negative-decimal">
<attribute name="type" use="required" type="{}note-size-type" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NoteSizeType |
type |
protected BigDecimal |
value |
| Constructor and Description |
|---|
NoteSize() |
| Modifier and Type | Method and Description |
|---|---|
NoteSizeType |
getType()
Gets the value of the type property.
|
BigDecimal |
getValue()
The non-negative-decimal type specifies a non-negative decimal value.
|
void |
setType(NoteSizeType value)
Sets the value of the type property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected NoteSizeType type
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic NoteSizeType getType()
NoteSizeTypepublic void setType(NoteSizeType value)
value - allowed object is
NoteSizeTypeCopyright © 2016 Audiveris Ltd. All rights reserved.