public class Harmonic extends Object
Java class for harmonic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="harmonic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="natural" type="{}empty"/>
<element name="artificial" type="{}empty"/>
</choice>
<choice minOccurs="0">
<element name="base-pitch" type="{}empty"/>
<element name="touching-pitch" type="{}empty"/>
<element name="sounding-pitch" type="{}empty"/>
</choice>
</sequence>
<attGroup ref="{}print-style"/>
<attGroup ref="{}print-object"/>
<attGroup ref="{}placement"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Empty |
artificial |
protected Empty |
basePitch |
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected Empty |
natural |
protected AboveBelow |
placement |
protected YesNo |
printObject |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected Empty |
soundingPitch |
protected Empty |
touchingPitch |
| Constructor and Description |
|---|
Harmonic() |
| Modifier and Type | Method and Description |
|---|---|
Empty |
getArtificial()
Gets the value of the artificial property.
|
Empty |
getBasePitch()
Gets the value of the basePitch 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.
|
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.
|
Empty |
getNatural()
Gets the value of the natural property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
Empty |
getSoundingPitch()
Gets the value of the soundingPitch property.
|
Empty |
getTouchingPitch()
Gets the value of the touchingPitch property.
|
void |
setArtificial(Empty value)
Sets the value of the artificial property.
|
void |
setBasePitch(Empty value)
Sets the value of the basePitch 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 |
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 |
setNatural(Empty value)
Sets the value of the natural property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSoundingPitch(Empty value)
Sets the value of the soundingPitch property.
|
void |
setTouchingPitch(Empty value)
Sets the value of the touchingPitch property.
|
protected Empty natural
protected Empty artificial
protected Empty basePitch
protected Empty touchingPitch
protected Empty soundingPitch
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
protected YesNo printObject
protected AboveBelow placement
public Empty getNatural()
Emptypublic void setNatural(Empty value)
value - allowed object is
Emptypublic Empty getArtificial()
Emptypublic void setArtificial(Empty value)
value - allowed object is
Emptypublic Empty getBasePitch()
Emptypublic void setBasePitch(Empty value)
value - allowed object is
Emptypublic Empty getTouchingPitch()
Emptypublic void setTouchingPitch(Empty value)
value - allowed object is
Emptypublic Empty getSoundingPitch()
Emptypublic void setSoundingPitch(Empty value)
value - allowed object is
Emptypublic 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
FontWeightpublic YesNo getPrintObject()
YesNopublic void setPrintObject(YesNo value)
value - allowed object is
YesNopublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowCopyright © 2016 Audiveris Ltd. All rights reserved.