public class FirstFret extends Object
Java class for first-fret complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="first-fret">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger">
<attribute name="text" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="location" type="{}left-right" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LeftRight |
location |
protected String |
text |
protected BigInteger |
value |
| Constructor and Description |
|---|
FirstFret() |
| Modifier and Type | Method and Description |
|---|---|
LeftRight |
getLocation()
Gets the value of the location property.
|
String |
getText()
Gets the value of the text property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setLocation(LeftRight value)
Sets the value of the location property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected String text
protected LeftRight location
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic LeftRight getLocation()
LeftRightCopyright © 2016 Audiveris Ltd. All rights reserved.