public class Lyric extends Object
Java class for lyric complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lyric">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="elision" type="{}text-font-color" minOccurs="0"/>
<element name="syllabic" type="{}syllabic" minOccurs="0"/>
<element name="text" type="{}text-element-data" minOccurs="0"/>
</sequence>
<element name="extend" type="{}extend" minOccurs="0"/>
</sequence>
<element name="laughing" type="{}empty"/>
<element name="humming" type="{}empty"/>
</choice>
<element name="end-line" type="{}empty" minOccurs="0"/>
<element name="end-paragraph" type="{}empty" minOccurs="0"/>
<group ref="{}editorial"/>
</sequence>
<attGroup ref="{}placement"/>
<attGroup ref="{}print-object"/>
<attGroup ref="{}color"/>
<attGroup ref="{}position"/>
<attGroup ref="{}justify"/>
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected List<Object> |
elisionAndSyllabicAndText |
protected Empty |
endLine |
protected Empty |
endParagraph |
protected Extend |
extend |
protected FormattedText |
footnote |
protected Empty |
humming |
protected LeftCenterRight |
justify |
protected Empty |
laughing |
protected Level |
level |
protected String |
name |
protected String |
number |
protected AboveBelow |
placement |
protected YesNo |
printObject |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
| Constructor and Description |
|---|
Lyric() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
List<Object> |
getElisionAndSyllabicAndText()
Gets the value of the elisionAndSyllabicAndText property.
|
Empty |
getEndLine()
Gets the value of the endLine property.
|
Empty |
getEndParagraph()
Gets the value of the endParagraph property.
|
Extend |
getExtend()
Gets the value of the extend property.
|
FormattedText |
getFootnote()
Gets the value of the footnote property.
|
Empty |
getHumming()
Gets the value of the humming property.
|
LeftCenterRight |
getJustify()
Gets the value of the justify property.
|
Empty |
getLaughing()
Gets the value of the laughing property.
|
Level |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNumber()
Gets the value of the number property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setEndLine(Empty value)
Sets the value of the endLine property.
|
void |
setEndParagraph(Empty value)
Sets the value of the endParagraph property.
|
void |
setExtend(Extend value)
Sets the value of the extend property.
|
void |
setFootnote(FormattedText value)
Sets the value of the footnote property.
|
void |
setHumming(Empty value)
Sets the value of the humming property.
|
void |
setJustify(LeftCenterRight value)
Sets the value of the justify property.
|
void |
setLaughing(Empty value)
Sets the value of the laughing property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
protected Extend extend
protected Empty laughing
protected Empty humming
protected Empty endLine
protected Empty endParagraph
protected FormattedText footnote
protected Level level
protected String number
protected String name
protected AboveBelow placement
protected YesNo printObject
protected String color
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected LeftCenterRight justify
public List<Object> getElisionAndSyllabicAndText()
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 elisionAndSyllabicAndText property.
For example, to add a new item, do as follows:
getElisionAndSyllabicAndText().add(newItem);
Objects of the following type(s) are allowed in the list
TextFontColor
Syllabic
TextElementData
public Extend getExtend()
Extendpublic void setExtend(Extend value)
value - allowed object is
Extendpublic Empty getLaughing()
Emptypublic void setLaughing(Empty value)
value - allowed object is
Emptypublic Empty getHumming()
Emptypublic void setHumming(Empty value)
value - allowed object is
Emptypublic Empty getEndLine()
Emptypublic void setEndLine(Empty value)
value - allowed object is
Emptypublic Empty getEndParagraph()
Emptypublic void setEndParagraph(Empty value)
value - allowed object is
Emptypublic FormattedText getFootnote()
FormattedTextpublic void setFootnote(FormattedText value)
value - allowed object is
FormattedTextpublic Level getLevel()
Levelpublic void setLevel(Level value)
value - allowed object is
Levelpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowpublic YesNo getPrintObject()
YesNopublic void setPrintObject(YesNo value)
value - allowed object is
YesNopublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic LeftCenterRight getJustify()
LeftCenterRightpublic void setJustify(LeftCenterRight value)
value - allowed object is
LeftCenterRightCopyright © 2016 Audiveris Ltd. All rights reserved.