public class Cancel extends Object
Java class for cancel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cancel">
<simpleContent>
<extension base="<>fifths">
<attribute name="location" type="{}cancel-location" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CancelLocation |
location |
protected BigInteger |
value |
| Constructor and Description |
|---|
Cancel() |
| Modifier and Type | Method and Description |
|---|---|
CancelLocation |
getLocation()
Gets the value of the location property.
|
BigInteger |
getValue()
The fifths type represents the number of flats or sharps in a traditional key signature.
|
void |
setLocation(CancelLocation value)
Sets the value of the location property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected CancelLocation location
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic CancelLocation getLocation()
CancelLocationpublic void setLocation(CancelLocation value)
value - allowed object is
CancelLocationCopyright © 2016 Audiveris Ltd. All rights reserved.