Class ScoreTimewise.Measure

java.lang.Object
org.audiveris.proxymusic.ScoreTimewise.Measure
Enclosing class:
ScoreTimewise

public static class ScoreTimewise.Measure extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="part" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <group ref="{}music-data"/>
                 <attGroup ref="{}part-attributes"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attGroup ref="{}measure-attributes"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Measure

      public Measure()
  • Method Details

    • getPart

      public List<ScoreTimewise.Measure.Part> getPart()
      Gets the value of the part property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the part property.

      For example, to add a new item, do as follows:

          getPart().add(newItem);
       

      Objects of the following type(s) are allowed in the list ScoreTimewise.Measure.Part

    • getNumber

      public String getNumber()
      Gets the value of the number property.
      Returns:
      possible object is String
    • setNumber

      public void setNumber(String value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is String
    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • getImplicit

      public YesNo getImplicit()
      Gets the value of the implicit property.
      Returns:
      possible object is YesNo
    • setImplicit

      public void setImplicit(YesNo value)
      Sets the value of the implicit property.
      Parameters:
      value - allowed object is YesNo
    • getNonControlling

      public YesNo getNonControlling()
      Gets the value of the nonControlling property.
      Returns:
      possible object is YesNo
    • setNonControlling

      public void setNonControlling(YesNo value)
      Sets the value of the nonControlling property.
      Parameters:
      value - allowed object is YesNo
    • getWidth

      public BigDecimal getWidth()
      Gets the value of the width property.
      Returns:
      possible object is BigDecimal
    • setWidth

      public void setWidth(BigDecimal value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is BigDecimal
    • 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