Package org.audiveris.proxymusic
Class HarmonClosed
java.lang.Object
org.audiveris.proxymusic.HarmonClosed
The harmon-closed type represents whether the harmon mute is closed, open, or half-open. The optional location attribute indicates which portion of the symbol is filled in when the element value is half.
Java class for harmon-closed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="harmon-closed">
<simpleContent>
<extension base="<>harmon-closed-value">
<attribute name="location" type="{}harmon-closed-location" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.getValue()The harmon-closed-value type represents whether the harmon mute is closed, open, or half-open.voidsetLocation(HarmonClosedLocation value) Sets the value of the location property.voidsetValue(HarmonClosedValue value) Sets the value of the value property.
-
Field Details
-
value
-
location
-
-
Constructor Details
-
HarmonClosed
public HarmonClosed()
-
-
Method Details
-
getValue
The harmon-closed-value type represents whether the harmon mute is closed, open, or half-open.- Returns:
- possible object is
HarmonClosedValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isHarmonClosedValue
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
HarmonClosedLocation
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isHarmonClosedLocation
-