public class Opus extends Object
Java class for opus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="opus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="opus" type="{}opus"/>
<element name="opus-link" type="{}opus-link"/>
<element name="score" type="{}score"/>
</choice>
</sequence>
<attGroup ref="{}document-attributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
opusOrOpusLinkOrScore |
protected String |
title |
protected String |
version |
| Constructor and Description |
|---|
Opus() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getOpusOrOpusLinkOrScore()
Gets the value of the opusOrOpusLinkOrScore property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic List<Object> getOpusOrOpusLinkOrScore()
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 opusOrOpusLinkOrScore property.
For example, to add a new item, do as follows:
getOpusOrOpusLinkOrScore().add(newItem);
Objects of the following type(s) are allowed in the list
Opus
OpusLink
Score
public String getVersion()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.