public class Percussion extends Object
Java class for percussion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="percussion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="glass" type="{}glass"/>
<element name="metal" type="{}metal"/>
<element name="wood" type="{}wood"/>
<element name="pitched" type="{}pitched"/>
<element name="membrane" type="{}membrane"/>
<element name="effect" type="{}effect"/>
<element name="timpani" type="{}empty"/>
<element name="beater" type="{}beater"/>
<element name="stick" type="{}stick"/>
<element name="stick-location" type="{}stick-location"/>
<element name="other-percussion" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attGroup ref="{}enclosure"/>
<attGroup ref="{}print-style-align"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Beater |
beater |
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected Effect |
effect |
protected EnclosureShape |
enclosure |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected Glass |
glass |
protected LeftCenterRight |
halign |
protected Membrane |
membrane |
protected Metal |
metal |
protected String |
otherPercussion |
protected Pitched |
pitched |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected Stick |
stick |
protected StickLocation |
stickLocation |
protected Empty |
timpani |
protected Valign |
valign |
protected Wood |
wood |
| Constructor and Description |
|---|
Percussion() |
| Modifier and Type | Method and Description |
|---|---|
Beater |
getBeater()
Gets the value of the beater property.
|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
Effect |
getEffect()
Gets the value of the effect property.
|
EnclosureShape |
getEnclosure()
Gets the value of the enclosure property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
FontStyle |
getFontStyle()
Gets the value of the fontStyle property.
|
FontWeight |
getFontWeight()
Gets the value of the fontWeight property.
|
Glass |
getGlass()
Gets the value of the glass property.
|
LeftCenterRight |
getHalign()
Gets the value of the halign property.
|
Membrane |
getMembrane()
Gets the value of the membrane property.
|
Metal |
getMetal()
Gets the value of the metal property.
|
String |
getOtherPercussion()
Gets the value of the otherPercussion property.
|
Pitched |
getPitched()
Gets the value of the pitched property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
Stick |
getStick()
Gets the value of the stick property.
|
StickLocation |
getStickLocation()
Gets the value of the stickLocation property.
|
Empty |
getTimpani()
Gets the value of the timpani property.
|
Valign |
getValign()
Gets the value of the valign property.
|
Wood |
getWood()
Gets the value of the wood property.
|
void |
setBeater(Beater value)
Sets the value of the beater property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setEffect(Effect value)
Sets the value of the effect property.
|
void |
setEnclosure(EnclosureShape value)
Sets the value of the enclosure property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStyle(FontStyle value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(FontWeight value)
Sets the value of the fontWeight property.
|
void |
setGlass(Glass value)
Sets the value of the glass property.
|
void |
setHalign(LeftCenterRight value)
Sets the value of the halign property.
|
void |
setMembrane(Membrane value)
Sets the value of the membrane property.
|
void |
setMetal(Metal value)
Sets the value of the metal property.
|
void |
setOtherPercussion(String value)
Sets the value of the otherPercussion property.
|
void |
setPitched(Pitched value)
Sets the value of the pitched property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setStick(Stick value)
Sets the value of the stick property.
|
void |
setStickLocation(StickLocation value)
Sets the value of the stickLocation property.
|
void |
setTimpani(Empty value)
Sets the value of the timpani property.
|
void |
setValign(Valign value)
Sets the value of the valign property.
|
void |
setWood(Wood value)
Sets the value of the wood property.
|
protected Glass glass
protected Metal metal
protected Wood wood
protected Pitched pitched
protected Membrane membrane
protected Effect effect
protected Empty timpani
protected Beater beater
protected Stick stick
protected StickLocation stickLocation
protected String otherPercussion
protected EnclosureShape enclosure
protected Valign valign
protected LeftCenterRight halign
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
public Glass getGlass()
Glasspublic void setGlass(Glass value)
value - allowed object is
Glasspublic Metal getMetal()
Metalpublic void setMetal(Metal value)
value - allowed object is
Metalpublic void setWood(Wood value)
value - allowed object is
Woodpublic Pitched getPitched()
Pitchedpublic void setPitched(Pitched value)
value - allowed object is
Pitchedpublic Membrane getMembrane()
Membranepublic void setMembrane(Membrane value)
value - allowed object is
Membranepublic Effect getEffect()
Effectpublic void setEffect(Effect value)
value - allowed object is
Effectpublic Empty getTimpani()
Emptypublic void setTimpani(Empty value)
value - allowed object is
Emptypublic Beater getBeater()
Beaterpublic void setBeater(Beater value)
value - allowed object is
Beaterpublic Stick getStick()
Stickpublic void setStick(Stick value)
value - allowed object is
Stickpublic StickLocation getStickLocation()
StickLocationpublic void setStickLocation(StickLocation value)
value - allowed object is
StickLocationpublic String getOtherPercussion()
Stringpublic void setOtherPercussion(String value)
value - allowed object is
Stringpublic EnclosureShape getEnclosure()
EnclosureShapepublic void setEnclosure(EnclosureShape value)
value - allowed object is
EnclosureShapepublic Valign getValign()
Valignpublic void setValign(Valign value)
value - allowed object is
Valignpublic LeftCenterRight getHalign()
LeftCenterRightpublic void setHalign(LeftCenterRight value)
value - allowed object is
LeftCenterRightpublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic FontStyle getFontStyle()
FontStylepublic void setFontStyle(FontStyle value)
value - allowed object is
FontStylepublic String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic FontWeight getFontWeight()
FontWeightpublic void setFontWeight(FontWeight value)
value - allowed object is
FontWeightCopyright © 2016 Audiveris Ltd. All rights reserved.