Package org.audiveris.proxymusic
Class Work
java.lang.Object
org.audiveris.proxymusic.Work
Works are optionally identified by number and title. The work type also may indicate a link to the opus document that composes multiple scores into a collection.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOpus()Gets the value of the opus property.Gets the value of the workNumber property.Gets the value of the workTitle property.voidSets the value of the opus property.voidsetWorkNumber(String value) Sets the value of the workNumber property.voidsetWorkTitle(String value) Sets the value of the workTitle property.
-
Field Details
-
workNumber
-
workTitle
-
opus
-
-
Constructor Details
-
Work
public Work()
-
-
Method Details
-
getWorkNumber
Gets the value of the workNumber property.- Returns:
- possible object is
String
-
setWorkNumber
Sets the value of the workNumber property.- Parameters:
value- allowed object isString
-
getWorkTitle
Gets the value of the workTitle property.- Returns:
- possible object is
String
-
setWorkTitle
Sets the value of the workTitle property.- Parameters:
value- allowed object isString
-
getOpus
Gets the value of the opus property.- Returns:
- possible object is
Opus
-
setOpus
Sets the value of the opus property.- Parameters:
value- allowed object isOpus
-