public class MeasureRepeat extends Object
Java class for measure-repeat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="measure-repeat">
<simpleContent>
<extension base="<>positive-integer-or-empty">
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="slashes" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
slashes |
protected StartStop |
type |
protected String |
value |
| Constructor and Description |
|---|
MeasureRepeat() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getSlashes()
Gets the value of the slashes property.
|
StartStop |
getType()
Gets the value of the type property.
|
String |
getValue()
The positive-integer-or-empty values can be either a positive integer or an empty string.
|
void |
setSlashes(BigInteger value)
Sets the value of the slashes property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected StartStop type
protected BigInteger slashes
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic BigInteger getSlashes()
BigIntegerpublic void setSlashes(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.