Class Scordatura

java.lang.Object
org.audiveris.proxymusic.Scordatura

public class Scordatura extends Object
Scordatura string tunings are represented by a series of accord elements, similar to the staff-tuning elements. Strings are numbered from high to low.

Java class for scordatura complex type.

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

 <complexType name="scordatura">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accord" type="{}accord" maxOccurs="unbounded"/>
       </sequence>
       <attGroup ref="{}optional-unique-id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Scordatura

      public Scordatura()
  • Method Details

    • getAccord

      public List<Accord> getAccord()
      Gets the value of the accord 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 accord property.

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

          getAccord().add(newItem);
       

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

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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