public class Repeat extends Object
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="winged" type="{}winged" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BackwardForward |
direction |
protected BigInteger |
times |
protected Winged |
winged |
| Constructor and Description |
|---|
Repeat() |
| Modifier and Type | Method and Description |
|---|---|
BackwardForward |
getDirection()
Gets the value of the direction property.
|
BigInteger |
getTimes()
Gets the value of the times property.
|
Winged |
getWinged()
Gets the value of the winged property.
|
void |
setDirection(BackwardForward value)
Sets the value of the direction property.
|
void |
setTimes(BigInteger value)
Sets the value of the times property.
|
void |
setWinged(Winged value)
Sets the value of the winged property.
|
protected BackwardForward direction
protected BigInteger times
protected Winged winged
public BackwardForward getDirection()
BackwardForwardpublic void setDirection(BackwardForward value)
value - allowed object is
BackwardForwardpublic BigInteger getTimes()
BigIntegerpublic void setTimes(BigInteger value)
value - allowed object is
BigIntegerpublic Winged getWinged()
WingedCopyright © 2016 Audiveris Ltd. All rights reserved.