public class Interchangeable extends Object
Java class for interchangeable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interchangeable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="time-relation" type="{}time-relation" minOccurs="0"/>
<group ref="{}time-signature" maxOccurs="unbounded"/>
</sequence>
<attribute name="symbol" type="{}time-symbol" />
<attribute name="separator" type="{}time-separator" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimeSeparator |
separator |
protected TimeSymbol |
symbol |
protected TimeRelation |
timeRelation |
protected List<JAXBElement<String>> |
timeSignature |
| Constructor and Description |
|---|
Interchangeable() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeparator |
getSeparator()
Gets the value of the separator property.
|
TimeSymbol |
getSymbol()
Gets the value of the symbol property.
|
TimeRelation |
getTimeRelation()
Gets the value of the timeRelation property.
|
List<JAXBElement<String>> |
getTimeSignature()
Gets the value of the timeSignature property.
|
void |
setSeparator(TimeSeparator value)
Sets the value of the separator property.
|
void |
setSymbol(TimeSymbol value)
Sets the value of the symbol property.
|
void |
setTimeRelation(TimeRelation value)
Sets the value of the timeRelation property.
|
protected TimeRelation timeRelation
protected List<JAXBElement<String>> timeSignature
protected TimeSymbol symbol
protected TimeSeparator separator
public TimeRelation getTimeRelation()
TimeRelationpublic void setTimeRelation(TimeRelation value)
value - allowed object is
TimeRelationpublic List<JAXBElement<String>> getTimeSignature()
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 timeSignature property.
For example, to add a new item, do as follows:
getTimeSignature().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
public TimeSymbol getSymbol()
TimeSymbolpublic void setSymbol(TimeSymbol value)
value - allowed object is
TimeSymbolpublic TimeSeparator getSeparator()
TimeSeparatorpublic void setSeparator(TimeSeparator value)
value - allowed object is
TimeSeparatorCopyright © 2016 Audiveris Ltd. All rights reserved.