Class Mordent


public class Mordent extends EmptyTrillSound
The mordent type is used for both represents the mordent sign with the vertical line and the inverted-mordent sign without the line. The long attribute is "no" by default. The approach and departure attributes are used for compound ornaments, indicating how the beginning and ending of the ornament look relative to the main part of the mordent.

Java class for mordent complex type.

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

 <complexType name="mordent">
   <complexContent>
     <extension base="{}empty-trill-sound">
       <attribute name="long" type="{}yes-no" />
       <attribute name="approach" type="{}above-below" />
       <attribute name="departure" type="{}above-below" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Mordent

      public Mordent()
  • Method Details

    • getLong

      public YesNo getLong()
      Gets the value of the long property.
      Returns:
      possible object is YesNo
    • setLong

      public void setLong(YesNo value)
      Sets the value of the long property.
      Parameters:
      value - allowed object is YesNo
    • getApproach

      public AboveBelow getApproach()
      Gets the value of the approach property.
      Returns:
      possible object is AboveBelow
    • setApproach

      public void setApproach(AboveBelow value)
      Sets the value of the approach property.
      Parameters:
      value - allowed object is AboveBelow
    • getDeparture

      public AboveBelow getDeparture()
      Gets the value of the departure property.
      Returns:
      possible object is AboveBelow
    • setDeparture

      public void setDeparture(AboveBelow value)
      Sets the value of the departure property.
      Parameters:
      value - allowed object is AboveBelow