public class Grace extends Object
Java class for grace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grace">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="steal-time-previous" type="{}percent" />
<attribute name="steal-time-following" type="{}percent" />
<attribute name="make-time" type="{}divisions" />
<attribute name="slash" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
makeTime |
protected YesNo |
slash |
protected BigDecimal |
stealTimeFollowing |
protected BigDecimal |
stealTimePrevious |
| Constructor and Description |
|---|
Grace() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getMakeTime()
Gets the value of the makeTime property.
|
YesNo |
getSlash()
Gets the value of the slash property.
|
BigDecimal |
getStealTimeFollowing()
Gets the value of the stealTimeFollowing property.
|
BigDecimal |
getStealTimePrevious()
Gets the value of the stealTimePrevious property.
|
void |
setMakeTime(BigDecimal value)
Sets the value of the makeTime property.
|
void |
setSlash(YesNo value)
Sets the value of the slash property.
|
void |
setStealTimeFollowing(BigDecimal value)
Sets the value of the stealTimeFollowing property.
|
void |
setStealTimePrevious(BigDecimal value)
Sets the value of the stealTimePrevious property.
|
protected BigDecimal stealTimePrevious
protected BigDecimal stealTimeFollowing
protected BigDecimal makeTime
protected YesNo slash
public BigDecimal getStealTimePrevious()
BigDecimalpublic void setStealTimePrevious(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getStealTimeFollowing()
BigDecimalpublic void setStealTimeFollowing(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMakeTime()
BigDecimalpublic void setMakeTime(BigDecimal value)
value - allowed object is
BigDecimalpublic YesNo getSlash()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.