Package org.audiveris.proxymusic
Class Membrane
java.lang.Object
org.audiveris.proxymusic.Membrane
The membrane type represents pictograms for membrane percussion instruments. The smufl attribute is used to distinguish different SMuFL stylistic alternates.
Java class for membrane complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="membrane">
<simpleContent>
<extension base="<>membrane-value">
<attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSmufl()Gets the value of the smufl property.getValue()The membrane-value type represents pictograms for membrane percussion instruments.voidSets the value of the smufl property.voidsetValue(MembraneValue value) Sets the value of the value property.
-
Field Details
-
value
-
smufl
-
-
Constructor Details
-
Membrane
public Membrane()
-
-
Method Details
-
getValue
The membrane-value type represents pictograms for membrane percussion instruments.- Returns:
- possible object is
MembraneValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isMembraneValue
-
getSmufl
Gets the value of the smufl property.- Returns:
- possible object is
String
-
setSmufl
Sets the value of the smufl property.- Parameters:
value- allowed object isString
-