public class Bass extends Object
Java class for bass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bass">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bass-step" type="{}bass-step"/>
<element name="bass-alter" type="{}bass-alter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BassAlter |
bassAlter |
protected BassStep |
bassStep |
| Constructor and Description |
|---|
Bass() |
| Modifier and Type | Method and Description |
|---|---|
BassAlter |
getBassAlter()
Gets the value of the bassAlter property.
|
BassStep |
getBassStep()
Gets the value of the bassStep property.
|
void |
setBassAlter(BassAlter value)
Sets the value of the bassAlter property.
|
void |
setBassStep(BassStep value)
Sets the value of the bassStep property.
|
public BassStep getBassStep()
BassSteppublic void setBassStep(BassStep value)
value - allowed object is
BassSteppublic BassAlter getBassAlter()
BassAlterCopyright © 2016 Audiveris Ltd. All rights reserved.