Class Membrane

java.lang.Object
org.audiveris.proxymusic.Membrane

public class Membrane extends Object
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 Details

  • Constructor Details

    • Membrane

      public Membrane()
  • Method Details

    • getValue

      public MembraneValue getValue()
      The membrane-value type represents pictograms for membrane percussion instruments.
      Returns:
      possible object is MembraneValue
    • setValue

      public void setValue(MembraneValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is MembraneValue
    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String