public class Beater extends Object
Java class for beater complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="beater">
<simpleContent>
<extension base="<>beater-value">
<attribute name="tip" type="{}tip-direction" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TipDirection |
tip |
protected BeaterValue |
value |
| Constructor and Description |
|---|
Beater() |
| Modifier and Type | Method and Description |
|---|---|
TipDirection |
getTip()
Gets the value of the tip property.
|
BeaterValue |
getValue()
The beater-value type represents pictograms for beaters, mallets, and sticks that do not have different materials represented in the pictogram.
|
void |
setTip(TipDirection value)
Sets the value of the tip property.
|
void |
setValue(BeaterValue value)
Sets the value of the value property.
|
protected BeaterValue value
protected TipDirection tip
public BeaterValue getValue()
BeaterValuepublic void setValue(BeaterValue value)
value - allowed object is
BeaterValuepublic TipDirection getTip()
TipDirectionpublic void setTip(TipDirection value)
value - allowed object is
TipDirectionCopyright © 2016 Audiveris Ltd. All rights reserved.