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>
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
implicit |
protected YesNo |
nonControlling |
protected List<Object> |
noteOrBackupOrForward |
protected String |
number |
protected BigDecimal |
width |
| Constructor and Description |
|---|
Measure() |
| Modifier and Type | Method and Description |
|---|---|
YesNo |
getImplicit()
Gets the value of the implicit property.
|
YesNo |
getNonControlling()
Gets the value of the nonControlling property.
|
List<Object> |
getNoteOrBackupOrForward()
Gets the value of the noteOrBackupOrForward property.
|
String |
getNumber()
Gets the value of the number property.
|
BigDecimal |
getWidth()
Gets the value of the width property.
|
void |
setImplicit(YesNo value)
Sets the value of the implicit property.
|
void |
setNonControlling(YesNo value)
Sets the value of the nonControlling property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setWidth(BigDecimal value)
Sets the value of the width property.
|
protected String number
protected YesNo implicit
protected YesNo nonControlling
protected BigDecimal width
public List<Object> getNoteOrBackupOrForward()
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
Barline
Grouping
Link
Bookmark
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic YesNo getImplicit()
YesNopublic void setImplicit(YesNo value)
value - allowed object is
YesNopublic YesNo getNonControlling()
YesNopublic void setNonControlling(YesNo value)
value - allowed object is
YesNopublic BigDecimal getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.