public class GroupBarline extends Object
Java class for group-barline complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group-barline">
<simpleContent>
<extension base="<>group-barline-value">
<attGroup ref="{}color"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected GroupBarlineValue |
value |
| Constructor and Description |
|---|
GroupBarline() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
GroupBarlineValue |
getValue()
The group-barline-value type indicates if the group should have common barlines.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setValue(GroupBarlineValue value)
Sets the value of the value property.
|
protected GroupBarlineValue value
protected String color
public GroupBarlineValue getValue()
GroupBarlineValuepublic void setValue(GroupBarlineValue value)
value - allowed object is
GroupBarlineValuepublic String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.