public class LyricLanguage extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
name |
protected String |
number |
| Constructor and Description |
|---|
LyricLanguage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang()
Gets the value of the lang property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNumber()
Gets the value of the number property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLang()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.