public class Ending extends Object
Java class for ending complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ending">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{}print-style"/>
<attGroup ref="{}print-object"/>
<attribute name="number" use="required" type="{}ending-number" />
<attribute name="type" use="required" type="{}start-stop-discontinue" />
<attribute name="end-length" type="{}tenths" />
<attribute name="text-x" type="{}tenths" />
<attribute name="text-y" type="{}tenths" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
endLength |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected String |
number |
protected YesNo |
printObject |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigDecimal |
textX |
protected BigDecimal |
textY |
protected StartStopDiscontinue |
type |
protected String |
value |
| Constructor and Description |
|---|
Ending() |
| 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.
|
BigDecimal |
getEndLength()
Gets the value of the endLength property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
FontStyle |
getFontStyle()
Gets the value of the fontStyle property.
|
FontWeight |
getFontWeight()
Gets the value of the fontWeight property.
|
String |
getNumber()
Gets the value of the number 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.
|
BigDecimal |
getTextX()
Gets the value of the textX property.
|
BigDecimal |
getTextY()
Gets the value of the textY property.
|
StartStopDiscontinue |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value 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 |
setEndLength(BigDecimal value)
Sets the value of the endLength property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStyle(FontStyle value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(FontWeight value)
Sets the value of the fontWeight property.
|
void |
setNumber(String value)
Sets the value of the number 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.
|
void |
setTextX(BigDecimal value)
Sets the value of the textX property.
|
void |
setTextY(BigDecimal value)
Sets the value of the textY property.
|
void |
setType(StartStopDiscontinue value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String number
protected StartStopDiscontinue type
protected BigDecimal endLength
protected BigDecimal textX
protected BigDecimal textY
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
protected YesNo printObject
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic StartStopDiscontinue getType()
StartStopDiscontinuepublic void setType(StartStopDiscontinue value)
value - allowed object is
StartStopDiscontinuepublic BigDecimal getEndLength()
BigDecimalpublic void setEndLength(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTextX()
BigDecimalpublic void setTextX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTextY()
BigDecimalpublic void setTextY(BigDecimal value)
value - allowed object is
BigDecimalpublic 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 String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic FontStyle getFontStyle()
FontStylepublic void setFontStyle(FontStyle value)
value - allowed object is
FontStylepublic String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic FontWeight getFontWeight()
FontWeightpublic void setFontWeight(FontWeight value)
value - allowed object is
FontWeightpublic YesNo getPrintObject()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.