public class TupletPortion extends Object
Java class for tuplet-portion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tuplet-portion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tuplet-number" type="{}tuplet-number" minOccurs="0"/>
<element name="tuplet-type" type="{}tuplet-type" minOccurs="0"/>
<element name="tuplet-dot" type="{}tuplet-dot" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TupletDot> |
tupletDot |
protected TupletNumber |
tupletNumber |
protected TupletType |
tupletType |
| Constructor and Description |
|---|
TupletPortion() |
| Modifier and Type | Method and Description |
|---|---|
List<TupletDot> |
getTupletDot()
Gets the value of the tupletDot property.
|
TupletNumber |
getTupletNumber()
Gets the value of the tupletNumber property.
|
TupletType |
getTupletType()
Gets the value of the tupletType property.
|
void |
setTupletNumber(TupletNumber value)
Sets the value of the tupletNumber property.
|
void |
setTupletType(TupletType value)
Sets the value of the tupletType property.
|
protected TupletNumber tupletNumber
protected TupletType tupletType
public TupletNumber getTupletNumber()
TupletNumberpublic void setTupletNumber(TupletNumber value)
value - allowed object is
TupletNumberpublic TupletType getTupletType()
TupletTypepublic void setTupletType(TupletType value)
value - allowed object is
TupletTypepublic List<TupletDot> getTupletDot()
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 tupletDot property.
For example, to add a new item, do as follows:
getTupletDot().add(newItem);
Objects of the following type(s) are allowed in the list
TupletDot
Copyright © 2016 Audiveris Ltd. All rights reserved.