Package org.audiveris.proxymusic
Class HoleClosed
java.lang.Object
org.audiveris.proxymusic.HoleClosed
The hole-closed type represents whether the hole is closed, open, or half-open. The optional location attribute indicates which portion of the hole is filled in when the element value is half.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.getValue()The hole-closed-value type represents whether the hole is closed, open, or half-open.voidsetLocation(HoleClosedLocation value) Sets the value of the location property.voidsetValue(HoleClosedValue value) Sets the value of the value property.
-
Field Details
-
value
-
location
-
-
Constructor Details
-
HoleClosed
public HoleClosed()
-
-
Method Details
-
getValue
The hole-closed-value type represents whether the hole is closed, open, or half-open.- Returns:
- possible object is
HoleClosedValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isHoleClosedValue
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
HoleClosedLocation
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isHoleClosedLocation
-