Package org.docx4j.dml
Class CTAnimationChartElement
java.lang.Object
org.docx4j.dml.CTAnimationChartElement
- All Implemented Interfaces:
Child
public class CTAnimationChartElement extends java.lang.Object implements Child
Java class for CT_AnimationChartElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AnimationChartElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="seriesIdx" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="categoryIdx" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="bldStep" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ChartBuildStep" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STChartBuildStepbldStepprotected java.lang.IntegercategoryIdxprotected java.lang.IntegerseriesIdx -
Constructor Summary
Constructors Constructor Description CTAnimationChartElement() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STChartBuildStepgetBldStep()Gets the value of the bldStep property.intgetCategoryIdx()Gets the value of the categoryIdx property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.intgetSeriesIdx()Gets the value of the seriesIdx property.voidsetBldStep(STChartBuildStep value)Sets the value of the bldStep property.voidsetCategoryIdx(java.lang.Integer value)Sets the value of the categoryIdx property.voidsetParent(java.lang.Object parent)voidsetSeriesIdx(java.lang.Integer value)Sets the value of the seriesIdx property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
seriesIdx
protected java.lang.Integer seriesIdx -
categoryIdx
protected java.lang.Integer categoryIdx -
bldStep
-
-
Constructor Details
-
CTAnimationChartElement
public CTAnimationChartElement()
-
-
Method Details
-
getSeriesIdx
public int getSeriesIdx()Gets the value of the seriesIdx property.- Returns:
- possible object is
Integer
-
setSeriesIdx
public void setSeriesIdx(java.lang.Integer value)Sets the value of the seriesIdx property.- Parameters:
value- allowed object isInteger
-
getCategoryIdx
public int getCategoryIdx()Gets the value of the categoryIdx property.- Returns:
- possible object is
Integer
-
setCategoryIdx
public void setCategoryIdx(java.lang.Integer value)Sets the value of the categoryIdx property.- Parameters:
value- allowed object isInteger
-
getBldStep
Gets the value of the bldStep property.- Returns:
- possible object is
STChartBuildStep
-
setBldStep
Sets the value of the bldStep property.- Parameters:
value- allowed object isSTChartBuildStep
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-