public class Appearance extends Object
Java class for appearance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="appearance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="line-width" type="{}line-width" maxOccurs="unbounded" minOccurs="0"/>
<element name="note-size" type="{}note-size" maxOccurs="unbounded" minOccurs="0"/>
<element name="distance" type="{}distance" maxOccurs="unbounded" minOccurs="0"/>
<element name="other-appearance" type="{}other-appearance" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Distance> |
distance |
protected List<LineWidth> |
lineWidth |
protected List<NoteSize> |
noteSize |
protected List<OtherAppearance> |
otherAppearance |
| Constructor and Description |
|---|
Appearance() |
| Modifier and Type | Method and Description |
|---|---|
List<Distance> |
getDistance()
Gets the value of the distance property.
|
List<LineWidth> |
getLineWidth()
Gets the value of the lineWidth property.
|
List<NoteSize> |
getNoteSize()
Gets the value of the noteSize property.
|
List<OtherAppearance> |
getOtherAppearance()
Gets the value of the otherAppearance property.
|
protected List<OtherAppearance> otherAppearance
public List<LineWidth> getLineWidth()
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 lineWidth property.
For example, to add a new item, do as follows:
getLineWidth().add(newItem);
Objects of the following type(s) are allowed in the list
LineWidth
public List<NoteSize> getNoteSize()
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 noteSize property.
For example, to add a new item, do as follows:
getNoteSize().add(newItem);
Objects of the following type(s) are allowed in the list
NoteSize
public List<Distance> getDistance()
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 distance property.
For example, to add a new item, do as follows:
getDistance().add(newItem);
Objects of the following type(s) are allowed in the list
Distance
public List<OtherAppearance> getOtherAppearance()
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 otherAppearance property.
For example, to add a new item, do as follows:
getOtherAppearance().add(newItem);
Objects of the following type(s) are allowed in the list
OtherAppearance
Copyright © 2016 Audiveris Ltd. All rights reserved.