Package org.audiveris.proxymusic
Class GroupBarline
java.lang.Object
org.audiveris.proxymusic.GroupBarline
The group-barline type indicates if the group should have common barlines.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the value of the color property.getValue()The group-barline-value type indicates if the group should have common barlines.voidSets the value of the color property.voidsetValue(GroupBarlineValue value) Sets the value of the value property.
-
Field Details
-
value
-
color
-
-
Constructor Details
-
GroupBarline
public GroupBarline()
-
-
Method Details
-
getValue
The group-barline-value type indicates if the group should have common barlines.- Returns:
- possible object is
GroupBarlineValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isGroupBarlineValue
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-