Class Repeat

java.lang.Object
org.audiveris.proxymusic.Repeat

public class Repeat extends Object
The repeat type represents repeat marks. The start of the repeat has a forward direction while the end of the repeat has a backward direction. The times and after-jump attributes are only used with backward repeats that are not part of an ending. The times attribute indicates the number of times the repeated section is played. The after-jump attribute indicates if the repeats are played after a jump due to a da capo or dal segno.

Java class for repeat complex type.

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

 <complexType name="repeat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="direction" use="required" type="{}backward-forward" />
       <attribute name="times" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="after-jump" type="{}yes-no" />
       <attribute name="winged" type="{}winged" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Repeat

      public Repeat()
  • Method Details

    • getDirection

      public BackwardForward getDirection()
      Gets the value of the direction property.
      Returns:
      possible object is BackwardForward
    • setDirection

      public void setDirection(BackwardForward value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is BackwardForward
    • getTimes

      public BigInteger getTimes()
      Gets the value of the times property.
      Returns:
      possible object is BigInteger
    • setTimes

      public void setTimes(BigInteger value)
      Sets the value of the times property.
      Parameters:
      value - allowed object is BigInteger
    • getAfterJump

      public YesNo getAfterJump()
      Gets the value of the afterJump property.
      Returns:
      possible object is YesNo
    • setAfterJump

      public void setAfterJump(YesNo value)
      Sets the value of the afterJump property.
      Parameters:
      value - allowed object is YesNo
    • getWinged

      public Winged getWinged()
      Gets the value of the winged property.
      Returns:
      possible object is Winged
    • setWinged

      public void setWinged(Winged value)
      Sets the value of the winged property.
      Parameters:
      value - allowed object is Winged