public class Stick extends Object
Java class for stick complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stick">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="stick-type" type="{}stick-type"/>
<element name="stick-material" type="{}stick-material"/>
</sequence>
<attribute name="tip" type="{}tip-direction" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StickMaterial |
stickMaterial |
protected StickType |
stickType |
protected TipDirection |
tip |
| Constructor and Description |
|---|
Stick() |
| Modifier and Type | Method and Description |
|---|---|
StickMaterial |
getStickMaterial()
Gets the value of the stickMaterial property.
|
StickType |
getStickType()
Gets the value of the stickType property.
|
TipDirection |
getTip()
Gets the value of the tip property.
|
void |
setStickMaterial(StickMaterial value)
Sets the value of the stickMaterial property.
|
void |
setStickType(StickType value)
Sets the value of the stickType property.
|
void |
setTip(TipDirection value)
Sets the value of the tip property.
|
protected StickType stickType
protected StickMaterial stickMaterial
protected TipDirection tip
public StickType getStickType()
StickTypepublic void setStickType(StickType value)
value - allowed object is
StickTypepublic StickMaterial getStickMaterial()
StickMaterialpublic void setStickMaterial(StickMaterial value)
value - allowed object is
StickMaterialpublic TipDirection getTip()
TipDirectionpublic void setTip(TipDirection value)
value - allowed object is
TipDirectionCopyright © 2016 Audiveris Ltd. All rights reserved.