Class AccordionRegistration

java.lang.Object
org.audiveris.proxymusic.AccordionRegistration

public class AccordionRegistration extends Object
The accordion-registration type is used for accordion registration symbols. These are circular symbols divided horizontally into high, middle, and low sections that correspond to 4', 8', and 16' pipes. Each accordion-high, accordion-middle, and accordion-low element represents the presence of one or more dots in the registration diagram. An accordion-registration element needs to have at least one of the child elements present.

Java class for accordion-registration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="accordion-registration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accordion-high" type="{}empty" minOccurs="0"/>
         <element name="accordion-middle" type="{}accordion-middle" minOccurs="0"/>
         <element name="accordion-low" type="{}empty" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}print-style-align"/>
       <attGroup ref="{}optional-unique-id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accordionHigh

      protected Empty accordionHigh
    • accordionMiddle

      protected Integer accordionMiddle
    • accordionLow

      protected Empty accordionLow
    • valign

      protected Valign valign
    • color

      protected String color
    • fontFamily

      protected String fontFamily
    • fontStyle

      protected FontStyle fontStyle
    • fontSize

      protected String fontSize
    • fontWeight

      protected FontWeight fontWeight
    • defaultX

      protected BigDecimal defaultX
    • defaultY

      protected BigDecimal defaultY
    • relativeX

      protected BigDecimal relativeX
    • relativeY

      protected BigDecimal relativeY
    • halign

      protected LeftCenterRight halign
    • id

      protected String id
  • Constructor Details

    • AccordionRegistration

      public AccordionRegistration()
  • Method Details

    • getAccordionHigh

      public Empty getAccordionHigh()
      Gets the value of the accordionHigh property.
      Returns:
      possible object is Empty
    • setAccordionHigh

      public void setAccordionHigh(Empty value)
      Sets the value of the accordionHigh property.
      Parameters:
      value - allowed object is Empty
    • getAccordionMiddle

      public Integer getAccordionMiddle()
      Gets the value of the accordionMiddle property.
      Returns:
      possible object is Integer
    • setAccordionMiddle

      public void setAccordionMiddle(Integer value)
      Sets the value of the accordionMiddle property.
      Parameters:
      value - allowed object is Integer
    • getAccordionLow

      public Empty getAccordionLow()
      Gets the value of the accordionLow property.
      Returns:
      possible object is Empty
    • setAccordionLow

      public void setAccordionLow(Empty value)
      Sets the value of the accordionLow property.
      Parameters:
      value - allowed object is Empty
    • getValign

      public Valign getValign()
      Gets the value of the valign property.
      Returns:
      possible object is Valign
    • setValign

      public void setValign(Valign value)
      Sets the value of the valign property.
      Parameters:
      value - allowed object is Valign
    • 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
    • getFontFamily

      public String getFontFamily()
      Gets the value of the fontFamily property.
      Returns:
      possible object is String
    • setFontFamily

      public void setFontFamily(String value)
      Sets the value of the fontFamily property.
      Parameters:
      value - allowed object is String
    • getFontStyle

      public FontStyle getFontStyle()
      Gets the value of the fontStyle property.
      Returns:
      possible object is FontStyle
    • setFontStyle

      public void setFontStyle(FontStyle value)
      Sets the value of the fontStyle property.
      Parameters:
      value - allowed object is FontStyle
    • getFontSize

      public String getFontSize()
      Gets the value of the fontSize property.
      Returns:
      possible object is String
    • setFontSize

      public void setFontSize(String value)
      Sets the value of the fontSize property.
      Parameters:
      value - allowed object is String
    • getFontWeight

      public FontWeight getFontWeight()
      Gets the value of the fontWeight property.
      Returns:
      possible object is FontWeight
    • setFontWeight

      public void setFontWeight(FontWeight value)
      Sets the value of the fontWeight property.
      Parameters:
      value - allowed object is FontWeight
    • getDefaultX

      public BigDecimal getDefaultX()
      Gets the value of the defaultX property.
      Returns:
      possible object is BigDecimal
    • setDefaultX

      public void setDefaultX(BigDecimal value)
      Sets the value of the defaultX property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefaultY

      public BigDecimal getDefaultY()
      Gets the value of the defaultY property.
      Returns:
      possible object is BigDecimal
    • setDefaultY

      public void setDefaultY(BigDecimal value)
      Sets the value of the defaultY property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeX

      public BigDecimal getRelativeX()
      Gets the value of the relativeX property.
      Returns:
      possible object is BigDecimal
    • setRelativeX

      public void setRelativeX(BigDecimal value)
      Sets the value of the relativeX property.
      Parameters:
      value - allowed object is BigDecimal
    • getRelativeY

      public BigDecimal getRelativeY()
      Gets the value of the relativeY property.
      Returns:
      possible object is BigDecimal
    • setRelativeY

      public void setRelativeY(BigDecimal value)
      Sets the value of the relativeY property.
      Parameters:
      value - allowed object is BigDecimal
    • getHalign

      public LeftCenterRight getHalign()
      Gets the value of the halign property.
      Returns:
      possible object is LeftCenterRight
    • setHalign

      public void setHalign(LeftCenterRight value)
      Sets the value of the halign property.
      Parameters:
      value - allowed object is LeftCenterRight
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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