public class Level extends Object
Java class for level complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="level">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{}level-display"/>
<attribute name="reference" type="{}yes-no" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
bracket |
protected YesNo |
parentheses |
protected YesNo |
reference |
protected SymbolSize |
size |
protected String |
value |
| Constructor and Description |
|---|
Level() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getBracket()
Gets the value of the bracket property.
|
YesNo |
getParentheses()
Gets the value of the parentheses property.
|
YesNo |
getReference()
Gets the value of the reference property.
|
SymbolSize |
getSize()
Gets the value of the size property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setBracket(YesNo value)
Sets the value of the bracket property.
|
void |
setParentheses(YesNo value)
Sets the value of the parentheses property.
|
void |
setReference(YesNo value)
Sets the value of the reference property.
|
void |
setSize(SymbolSize value)
Sets the value of the size property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected YesNo reference
protected YesNo parentheses
protected YesNo bracket
protected SymbolSize size
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic YesNo getReference()
YesNopublic void setReference(YesNo value)
value - allowed object is
YesNopublic YesNo getParentheses()
YesNopublic void setParentheses(YesNo value)
value - allowed object is
YesNopublic YesNo getBracket()
YesNopublic void setBracket(YesNo value)
value - allowed object is
YesNopublic SymbolSize getSize()
SymbolSizepublic void setSize(SymbolSize value)
value - allowed object is
SymbolSizeCopyright © 2016 Audiveris Ltd. All rights reserved.