public class Barre extends Object
Java class for barre complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="barre">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}color"/>
<attribute name="type" use="required" type="{}start-stop" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected StartStop |
type |
| Constructor and Description |
|---|
Barre() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
StartStop |
getType()
Gets the value of the type property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
public StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.