Class HeelToe


public class HeelToe extends EmptyPlacement
The heel and toe elements are used with organ pedals. The substitution value is "no" if the attribute is not present.

Java class for heel-toe complex type.

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

 <complexType name="heel-toe">
   <complexContent>
     <extension base="{}empty-placement">
       <attribute name="substitution" type="{}yes-no" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • substitution

      protected YesNo substitution
  • Constructor Details

    • HeelToe

      public HeelToe()
  • Method Details

    • getSubstitution

      public YesNo getSubstitution()
      Gets the value of the substitution property.
      Returns:
      possible object is YesNo
    • setSubstitution

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