public class Play extends Object
Java class for play complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="play">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="ipa" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mute" type="{}mute"/>
<element name="semi-pitched" type="{}semi-pitched"/>
<element name="other-play" type="{}other-play"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
id |
protected List<Object> |
ipaOrMuteOrSemiPitched |
| Constructor and Description |
|---|
Play() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
Gets the value of the id property.
|
List<Object> |
getIpaOrMuteOrSemiPitched()
Gets the value of the ipaOrMuteOrSemiPitched property.
|
void |
setId(Object value)
Sets the value of the id property.
|
protected Object id
public List<Object> getIpaOrMuteOrSemiPitched()
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 ipaOrMuteOrSemiPitched property.
For example, to add a new item, do as follows:
getIpaOrMuteOrSemiPitched().add(newItem);
Objects of the following type(s) are allowed in the list
String
Mute
SemiPitched
OtherPlay
Copyright © 2016 Audiveris Ltd. All rights reserved.