Class Dynamics
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="n" type="{}empty"/>
<element name="pf" type="{}empty"/>
<element name="sfzp" type="{}empty"/>
<element name="other-dynamics" type="{}other-text"/>
</choice>
<attGroup ref="{}placement"/>
<attGroup ref="{}text-decoration"/>
<attGroup ref="{}optional-unique-id"/>
<attGroup ref="{}print-style-align"/>
<attGroup ref="{}enclosure"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected EnclosureShapeprotected Stringprotected Stringprotected FontStyleprotected FontWeightprotected LeftCenterRightprotected Stringprotected Integerprotected Integerprotected AboveBelowprotected List<javax.xml.bind.JAXBElement<?>>protected BigDecimalprotected BigDecimalprotected Integerprotected Valign -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the value of the color property.Gets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the enclosure property.Gets the value of the fontFamily property.Gets the value of the fontSize property.Gets the value of the fontStyle property.Gets the value of the fontWeight property.Gets the value of the halign property.getId()Gets the value of the id property.Gets the value of the lineThrough property.Gets the value of the overline property.Gets the value of the placement property.List<javax.xml.bind.JAXBElement<?>>Gets the value of the pOrPpOrPpp property.Gets the value of the relativeX property.Gets the value of the relativeY property.Gets the value of the underline property.Gets the value of the valign property.voidSets the value of the color property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetEnclosure(EnclosureShape value) Sets the value of the enclosure property.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontSize(String value) Sets the value of the fontSize property.voidsetFontStyle(FontStyle value) Sets the value of the fontStyle property.voidsetFontWeight(FontWeight value) Sets the value of the fontWeight property.voidsetHalign(LeftCenterRight value) Sets the value of the halign property.voidSets the value of the id property.voidsetLineThrough(Integer value) Sets the value of the lineThrough property.voidsetOverline(Integer value) Sets the value of the overline property.voidsetPlacement(AboveBelow value) Sets the value of the placement property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidsetUnderline(Integer value) Sets the value of the underline property.voidSets the value of the valign property.
-
Field Details
-
pOrPpOrPpp
-
placement
-
underline
-
overline
-
lineThrough
-
id
-
valign
-
color
-
fontFamily
-
fontStyle
-
fontSize
-
fontWeight
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
halign
-
enclosure
-
-
Constructor Details
-
Dynamics
public Dynamics()
-
-
Method Details
-
getPOrPpOrPpp
Gets the value of the pOrPpOrPpp property.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
setmethod 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<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<Empty>JAXBElement<OtherText> -
getPlacement
Gets the value of the placement property.- Returns:
- possible object is
AboveBelow
-
setPlacement
Sets the value of the placement property.- Parameters:
value- allowed object isAboveBelow
-
getUnderline
Gets the value of the underline property.- Returns:
- possible object is
Integer
-
setUnderline
Sets the value of the underline property.- Parameters:
value- allowed object isInteger
-
getOverline
Gets the value of the overline property.- Returns:
- possible object is
Integer
-
setOverline
Sets the value of the overline property.- Parameters:
value- allowed object isInteger
-
getLineThrough
Gets the value of the lineThrough property.- Returns:
- possible object is
Integer
-
setLineThrough
Sets the value of the lineThrough property.- Parameters:
value- allowed object isInteger
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getValign
Gets the value of the valign property.- Returns:
- possible object is
Valign
-
setValign
Sets the value of the valign property.- Parameters:
value- allowed object isValign
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontStyle
Gets the value of the fontStyle property.- Returns:
- possible object is
FontStyle
-
setFontStyle
Sets the value of the fontStyle property.- Parameters:
value- allowed object isFontStyle
-
getFontSize
Gets the value of the fontSize property.- Returns:
- possible object is
String
-
setFontSize
Sets the value of the fontSize property.- Parameters:
value- allowed object isString
-
getFontWeight
Gets the value of the fontWeight property.- Returns:
- possible object is
FontWeight
-
setFontWeight
Sets the value of the fontWeight property.- Parameters:
value- allowed object isFontWeight
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-
getHalign
Gets the value of the halign property.- Returns:
- possible object is
LeftCenterRight
-
setHalign
Sets the value of the halign property.- Parameters:
value- allowed object isLeftCenterRight
-
getEnclosure
Gets the value of the enclosure property.- Returns:
- possible object is
EnclosureShape
-
setEnclosure
Sets the value of the enclosure property.- Parameters:
value- allowed object isEnclosureShape
-