Class Work

java.lang.Object
org.audiveris.proxymusic.Work

public class Work extends Object
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 Details

    • workNumber

      protected String workNumber
    • workTitle

      protected String workTitle
    • opus

      protected Opus opus
  • Constructor Details

    • Work

      public Work()
  • Method Details

    • getWorkNumber

      public String getWorkNumber()
      Gets the value of the workNumber property.
      Returns:
      possible object is String
    • setWorkNumber

      public void setWorkNumber(String value)
      Sets the value of the workNumber property.
      Parameters:
      value - allowed object is String
    • getWorkTitle

      public String getWorkTitle()
      Gets the value of the workTitle property.
      Returns:
      possible object is String
    • setWorkTitle

      public void setWorkTitle(String value)
      Sets the value of the workTitle property.
      Parameters:
      value - allowed object is String
    • getOpus

      public Opus getOpus()
      Gets the value of the opus property.
      Returns:
      possible object is Opus
    • setOpus

      public void setOpus(Opus value)
      Sets the value of the opus property.
      Parameters:
      value - allowed object is Opus