public class WavyLine extends Object
Java class for wavy-line complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wavy-line">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}placement"/>
<attGroup ref="{}color"/>
<attGroup ref="{}trill-sound"/>
<attGroup ref="{}position"/>
<attribute name="type" use="required" type="{}start-stop-continue" />
<attribute name="number" type="{}number-level" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
accelerate |
protected BigDecimal |
beats |
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
lastBeat |
protected Integer |
number |
protected AboveBelow |
placement |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigDecimal |
secondBeat |
protected StartNote |
startNote |
protected TrillStep |
trillStep |
protected TwoNoteTurn |
twoNoteTurn |
protected StartStopContinue |
type |
| Constructor and Description |
|---|
WavyLine() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getAccelerate()
Gets the value of the accelerate property.
|
BigDecimal |
getBeats()
Gets the value of the beats 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.
|
BigDecimal |
getLastBeat()
Gets the value of the lastBeat property.
|
Integer |
getNumber()
Gets the value of the number property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
BigDecimal |
getSecondBeat()
Gets the value of the secondBeat property.
|
StartNote |
getStartNote()
Gets the value of the startNote property.
|
TrillStep |
getTrillStep()
Gets the value of the trillStep property.
|
TwoNoteTurn |
getTwoNoteTurn()
Gets the value of the twoNoteTurn property.
|
StartStopContinue |
getType()
Gets the value of the type property.
|
void |
setAccelerate(YesNo value)
Sets the value of the accelerate property.
|
void |
setBeats(BigDecimal value)
Sets the value of the beats 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 |
setLastBeat(BigDecimal value)
Sets the value of the lastBeat property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSecondBeat(BigDecimal value)
Sets the value of the secondBeat property.
|
void |
setStartNote(StartNote value)
Sets the value of the startNote property.
|
void |
setTrillStep(TrillStep value)
Sets the value of the trillStep property.
|
void |
setTwoNoteTurn(TwoNoteTurn value)
Sets the value of the twoNoteTurn property.
|
void |
setType(StartStopContinue value)
Sets the value of the type property.
|
protected StartStopContinue type
protected Integer number
protected AboveBelow placement
protected String color
protected StartNote startNote
protected TrillStep trillStep
protected TwoNoteTurn twoNoteTurn
protected YesNo accelerate
protected BigDecimal beats
protected BigDecimal secondBeat
protected BigDecimal lastBeat
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
public StartStopContinue getType()
StartStopContinuepublic void setType(StartStopContinue value)
value - allowed object is
StartStopContinuepublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic StartNote getStartNote()
StartNotepublic void setStartNote(StartNote value)
value - allowed object is
StartNotepublic TrillStep getTrillStep()
TrillSteppublic void setTrillStep(TrillStep value)
value - allowed object is
TrillSteppublic TwoNoteTurn getTwoNoteTurn()
TwoNoteTurnpublic void setTwoNoteTurn(TwoNoteTurn value)
value - allowed object is
TwoNoteTurnpublic YesNo getAccelerate()
YesNopublic void setAccelerate(YesNo value)
value - allowed object is
YesNopublic BigDecimal getBeats()
BigDecimalpublic void setBeats(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSecondBeat()
BigDecimalpublic void setSecondBeat(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getLastBeat()
BigDecimalpublic void setLastBeat(BigDecimal value)
value - allowed object is
BigDecimalpublic 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
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.