Class Stick

java.lang.Object
org.audiveris.proxymusic.Stick

public class Stick extends Object
The stick type represents pictograms where the material of the stick, mallet, or beater is included.The parentheses and dashed-circle attributes indicate the presence of these marks around the round beater part of a pictogram. Values for these attributes are "no" if not present.

Java class for stick complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="stick">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stick-type" type="{}stick-type"/>
         <element name="stick-material" type="{}stick-material"/>
       </sequence>
       <attribute name="tip" type="{}tip-direction" />
       <attribute name="parentheses" type="{}yes-no" />
       <attribute name="dashed-circle" type="{}yes-no" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Stick

      public Stick()
  • Method Details

    • getStickType

      public StickType getStickType()
      Gets the value of the stickType property.
      Returns:
      possible object is StickType
    • setStickType

      public void setStickType(StickType value)
      Sets the value of the stickType property.
      Parameters:
      value - allowed object is StickType
    • getStickMaterial

      public StickMaterial getStickMaterial()
      Gets the value of the stickMaterial property.
      Returns:
      possible object is StickMaterial
    • setStickMaterial

      public void setStickMaterial(StickMaterial value)
      Sets the value of the stickMaterial property.
      Parameters:
      value - allowed object is StickMaterial
    • getTip

      public TipDirection getTip()
      Gets the value of the tip property.
      Returns:
      possible object is TipDirection
    • setTip

      public void setTip(TipDirection value)
      Sets the value of the tip property.
      Parameters:
      value - allowed object is TipDirection
    • getParentheses

      public YesNo getParentheses()
      Gets the value of the parentheses property.
      Returns:
      possible object is YesNo
    • setParentheses

      public void setParentheses(YesNo value)
      Sets the value of the parentheses property.
      Parameters:
      value - allowed object is YesNo
    • getDashedCircle

      public YesNo getDashedCircle()
      Gets the value of the dashedCircle property.
      Returns:
      possible object is YesNo
    • setDashedCircle

      public void setDashedCircle(YesNo value)
      Sets the value of the dashedCircle property.
      Parameters:
      value - allowed object is YesNo