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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScoreTimewise.Measure.Part
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected YesNo |
implicit |
protected YesNo |
nonControlling |
protected String |
number |
protected List<ScoreTimewise.Measure.Part> |
part |
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.
|
String |
getNumber()
Gets the value of the number property.
|
List<ScoreTimewise.Measure.Part> |
getPart()
Gets the value of the part 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 List<ScoreTimewise.Measure.Part> part
protected String number
protected YesNo implicit
protected YesNo nonControlling
protected BigDecimal width
public List<ScoreTimewise.Measure.Part> getPart()
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
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.