Class ScorePartwise

java.lang.Object
org.audiveris.proxymusic.ScorePartwise

public class ScorePartwise extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}score-header"/>
         <element name="part" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="measure" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <group ref="{}music-data"/>
                           <attGroup ref="{}measure-attributes"/>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attGroup ref="{}part-attributes"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attGroup ref="{}document-attributes"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ScorePartwise

      public ScorePartwise()
  • Method Details

    • getWork

      public Work getWork()
      Gets the value of the work property.
      Returns:
      possible object is Work
    • setWork

      public void setWork(Work value)
      Sets the value of the work property.
      Parameters:
      value - allowed object is Work
    • getMovementNumber

      public String getMovementNumber()
      Gets the value of the movementNumber property.
      Returns:
      possible object is String
    • setMovementNumber

      public void setMovementNumber(String value)
      Sets the value of the movementNumber property.
      Parameters:
      value - allowed object is String
    • getMovementTitle

      public String getMovementTitle()
      Gets the value of the movementTitle property.
      Returns:
      possible object is String
    • setMovementTitle

      public void setMovementTitle(String value)
      Sets the value of the movementTitle property.
      Parameters:
      value - allowed object is String
    • getIdentification

      public Identification getIdentification()
      Gets the value of the identification property.
      Returns:
      possible object is Identification
    • setIdentification

      public void setIdentification(Identification value)
      Sets the value of the identification property.
      Parameters:
      value - allowed object is Identification
    • getDefaults

      public Defaults getDefaults()
      Gets the value of the defaults property.
      Returns:
      possible object is Defaults
    • setDefaults

      public void setDefaults(Defaults value)
      Sets the value of the defaults property.
      Parameters:
      value - allowed object is Defaults
    • getCredit

      public List<Credit> getCredit()
      Gets the value of the credit property.

      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 credit property.

      For example, to add a new item, do as follows:

          getCredit().add(newItem);
       

      Objects of the following type(s) are allowed in the list Credit

    • getPartList

      public PartList getPartList()
      Gets the value of the partList property.
      Returns:
      possible object is PartList
    • setPartList

      public void setPartList(PartList value)
      Sets the value of the partList property.
      Parameters:
      value - allowed object is PartList
    • getPart

      public List<ScorePartwise.Part> getPart()
      Gets the value of the part property.

      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 part property.

      For example, to add a new item, do as follows:

          getPart().add(newItem);
       

      Objects of the following type(s) are allowed in the list ScorePartwise.Part

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String