Class GroupBarline

java.lang.Object
org.audiveris.proxymusic.GroupBarline

public class GroupBarline extends Object
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 Details

  • Constructor Details

    • GroupBarline

      public GroupBarline()
  • Method Details

    • getValue

      public GroupBarlineValue getValue()
      The group-barline-value type indicates if the group should have common barlines.
      Returns:
      possible object is GroupBarlineValue
    • setValue

      public void setValue(GroupBarlineValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is GroupBarlineValue
    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String