public class MultipleRest extends Object
Java class for multiple-rest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="multiple-rest">
<simpleContent>
<extension base="<>positive-integer-or-empty">
<attribute name="use-symbols" type="{}yes-no" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
useSymbols |
protected String |
value |
| Constructor and Description |
|---|
MultipleRest() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getUseSymbols()
Gets the value of the useSymbols property.
|
String |
getValue()
The positive-integer-or-empty values can be either a positive integer or an empty string.
|
void |
setUseSymbols(YesNo value)
Sets the value of the useSymbols property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic YesNo getUseSymbols()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.