public class Work extends Object
Java class for work complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="work">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="work-number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="work-title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="opus" type="{}opus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Opus |
opus |
protected String |
workNumber |
protected String |
workTitle |
| Constructor and Description |
|---|
Work() |
| Modifier and Type | Method and Description |
|---|---|
Opus |
getOpus()
Gets the value of the opus property.
|
String |
getWorkNumber()
Gets the value of the workNumber property.
|
String |
getWorkTitle()
Gets the value of the workTitle property.
|
void |
setOpus(Opus value)
Sets the value of the opus property.
|
void |
setWorkNumber(String value)
Sets the value of the workNumber property.
|
void |
setWorkTitle(String value)
Sets the value of the workTitle property.
|
protected String workNumber
protected String workTitle
protected Opus opus
public String getWorkNumber()
Stringpublic void setWorkNumber(String value)
value - allowed object is
Stringpublic String getWorkTitle()
Stringpublic void setWorkTitle(String value)
value - allowed object is
StringCopyright © 2016 Audiveris Ltd. All rights reserved.