public class Root extends Object
Java class for root complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="root">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="root-step" type="{}root-step"/>
<element name="root-alter" type="{}root-alter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RootAlter |
rootAlter |
protected RootStep |
rootStep |
| Constructor and Description |
|---|
Root() |
| Modifier and Type | Method and Description |
|---|---|
RootAlter |
getRootAlter()
Gets the value of the rootAlter property.
|
RootStep |
getRootStep()
Gets the value of the rootStep property.
|
void |
setRootAlter(RootAlter value)
Sets the value of the rootAlter property.
|
void |
setRootStep(RootStep value)
Sets the value of the rootStep property.
|
public RootStep getRootStep()
RootSteppublic void setRootStep(RootStep value)
value - allowed object is
RootSteppublic RootAlter getRootAlter()
RootAlterCopyright © 2016 Audiveris Ltd. All rights reserved.