Package org.audiveris.proxymusic
Class Repeat
java.lang.Object
org.audiveris.proxymusic.Repeat
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 Summary
FieldsModifier and TypeFieldDescriptionprotected YesNoprotected BackwardForwardprotected BigIntegerprotected Winged -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the afterJump property.Gets the value of the direction property.getTimes()Gets the value of the times property.Gets the value of the winged property.voidsetAfterJump(YesNo value) Sets the value of the afterJump property.voidsetDirection(BackwardForward value) Sets the value of the direction property.voidsetTimes(BigInteger value) Sets the value of the times property.voidSets the value of the winged property.
-
Field Details
-
direction
-
times
-
afterJump
-
winged
-
-
Constructor Details
-
Repeat
public Repeat()
-
-
Method Details
-
getDirection
Gets the value of the direction property.- Returns:
- possible object is
BackwardForward
-
setDirection
Sets the value of the direction property.- Parameters:
value- allowed object isBackwardForward
-
getTimes
Gets the value of the times property.- Returns:
- possible object is
BigInteger
-
setTimes
Sets the value of the times property.- Parameters:
value- allowed object isBigInteger
-
getAfterJump
Gets the value of the afterJump property.- Returns:
- possible object is
YesNo
-
setAfterJump
Sets the value of the afterJump property.- Parameters:
value- allowed object isYesNo
-
getWinged
Gets the value of the winged property.- Returns:
- possible object is
Winged
-
setWinged
Sets the value of the winged property.- Parameters:
value- allowed object isWinged
-