Class LyricLanguage

java.lang.Object
org.audiveris.proxymusic.LyricLanguage

public class LyricLanguage extends Object
The lyric-language type specifies the default language for a particular name and number of lyric.

Java class for lyric-language complex type.

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

 <complexType name="lyric-language">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • number

      protected String number
    • name

      protected String name
    • lang

      protected String lang
  • Constructor Details

    • LyricLanguage

      public LyricLanguage()
  • Method Details

    • getNumber

      public String getNumber()
      Gets the value of the number property.
      Returns:
      possible object is String
    • setNumber

      public void setNumber(String value)
      Sets the value of the number property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

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