public class HoleClosed extends Object
Java class for hole-closed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="hole-closed">
<simpleContent>
<extension base="<>hole-closed-value">
<attribute name="location" type="{}hole-closed-location" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HoleClosedLocation |
location |
protected HoleClosedValue |
value |
| Constructor and Description |
|---|
HoleClosed() |
| Modifier and Type | Method and Description |
|---|---|
HoleClosedLocation |
getLocation()
Gets the value of the location property.
|
HoleClosedValue |
getValue()
The hole-closed-value type represents whether the hole is closed, open, or half-open.
|
void |
setLocation(HoleClosedLocation value)
Sets the value of the location property.
|
void |
setValue(HoleClosedValue value)
Sets the value of the value property.
|
protected HoleClosedValue value
protected HoleClosedLocation location
public HoleClosedValue getValue()
HoleClosedValuepublic void setValue(HoleClosedValue value)
value - allowed object is
HoleClosedValuepublic HoleClosedLocation getLocation()
HoleClosedLocationpublic void setLocation(HoleClosedLocation value)
value - allowed object is
HoleClosedLocationCopyright © 2016 Audiveris Ltd. All rights reserved.