Class ScorePartwise.Part.Measure

java.lang.Object
org.audiveris.proxymusic.ScorePartwise.Part.Measure
Enclosing class:
ScorePartwise.Part

public static class ScorePartwise.Part.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">
       <group ref="{}music-data"/>
       <attGroup ref="{}measure-attributes"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • noteOrBackupOrForward

      protected List<Object> noteOrBackupOrForward
    • number

      protected String number
    • text

      protected String text
    • implicit

      protected YesNo implicit
    • nonControlling

      protected YesNo nonControlling
    • width

      protected BigDecimal width
    • id

      protected String id
  • Constructor Details

    • Measure

      public Measure()
  • Method Details

    • getNoteOrBackupOrForward

      public List<Object> getNoteOrBackupOrForward()
      Gets the value of the noteOrBackupOrForward 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 noteOrBackupOrForward property.

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

          getNoteOrBackupOrForward().add(newItem);
       

      Objects of the following type(s) are allowed in the list Note Backup Forward Direction Attributes Harmony FiguredBass Print Sound Listening Barline Grouping Link Bookmark

    • 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