Package org.audiveris.proxymusic
Class LyricLanguage
java.lang.Object
org.audiveris.proxymusic.LyricLanguage
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
number
-
name
-
lang
-
-
Constructor Details
-
LyricLanguage
public LyricLanguage()
-
-
Method Details
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-