public class Dynamics extends Object
Java class for dynamics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="p" type="{}empty"/>
<element name="pp" type="{}empty"/>
<element name="ppp" type="{}empty"/>
<element name="pppp" type="{}empty"/>
<element name="ppppp" type="{}empty"/>
<element name="pppppp" type="{}empty"/>
<element name="f" type="{}empty"/>
<element name="ff" type="{}empty"/>
<element name="fff" type="{}empty"/>
<element name="ffff" type="{}empty"/>
<element name="fffff" type="{}empty"/>
<element name="ffffff" type="{}empty"/>
<element name="mp" type="{}empty"/>
<element name="mf" type="{}empty"/>
<element name="sf" type="{}empty"/>
<element name="sfp" type="{}empty"/>
<element name="sfpp" type="{}empty"/>
<element name="fp" type="{}empty"/>
<element name="rf" type="{}empty"/>
<element name="rfz" type="{}empty"/>
<element name="sfz" type="{}empty"/>
<element name="sffz" type="{}empty"/>
<element name="fz" type="{}empty"/>
<element name="other-dynamics" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attGroup ref="{}enclosure"/>
<attGroup ref="{}placement"/>
<attGroup ref="{}print-style-align"/>
<attGroup ref="{}text-decoration"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected EnclosureShape |
enclosure |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected LeftCenterRight |
halign |
protected Integer |
lineThrough |
protected Integer |
overline |
protected AboveBelow |
placement |
protected List<JAXBElement<?>> |
pOrPpOrPpp |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected Integer |
underline |
protected Valign |
valign |
| Constructor and Description |
|---|
Dynamics() |
| 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.
|
EnclosureShape |
getEnclosure()
Gets the value of the enclosure 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.
|
LeftCenterRight |
getHalign()
Gets the value of the halign property.
|
Integer |
getLineThrough()
Gets the value of the lineThrough property.
|
Integer |
getOverline()
Gets the value of the overline property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
List<JAXBElement<?>> |
getPOrPpOrPpp()
Gets the value of the pOrPpOrPpp property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
Integer |
getUnderline()
Gets the value of the underline property.
|
Valign |
getValign()
Gets the value of the valign 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 |
setEnclosure(EnclosureShape value)
Sets the value of the enclosure 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 |
setHalign(LeftCenterRight value)
Sets the value of the halign property.
|
void |
setLineThrough(Integer value)
Sets the value of the lineThrough property.
|
void |
setOverline(Integer value)
Sets the value of the overline property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setUnderline(Integer value)
Sets the value of the underline property.
|
void |
setValign(Valign value)
Sets the value of the valign property.
|
protected List<JAXBElement<?>> pOrPpOrPpp
protected EnclosureShape enclosure
protected AboveBelow placement
protected Valign valign
protected LeftCenterRight halign
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 Integer underline
protected Integer overline
protected Integer lineThrough
public List<JAXBElement<?>> getPOrPpOrPpp()
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 pOrPpOrPpp property.
For example, to add a new item, do as follows:
getPOrPpOrPpp().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<String>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
JAXBElement<Empty>
public EnclosureShape getEnclosure()
EnclosureShapepublic void setEnclosure(EnclosureShape value)
value - allowed object is
EnclosureShapepublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowpublic Valign getValign()
Valignpublic void setValign(Valign value)
value - allowed object is
Valignpublic LeftCenterRight getHalign()
LeftCenterRightpublic void setHalign(LeftCenterRight value)
value - allowed object is
LeftCenterRightpublic 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 Integer getUnderline()
Integerpublic void setUnderline(Integer value)
value - allowed object is
Integerpublic Integer getOverline()
Integerpublic void setOverline(Integer value)
value - allowed object is
Integerpublic Integer getLineThrough()
IntegerCopyright © 2016 Audiveris Ltd. All rights reserved.