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>
| Modifier and Type | Field and Description |
|---|---|
protected STChartBuildStep |
bldStep |
protected java.lang.Integer |
categoryIdx |
protected java.lang.Integer |
seriesIdx |
| Constructor and Description |
|---|
CTAnimationChartElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STChartBuildStep |
getBldStep()
Gets the value of the bldStep property.
|
int |
getCategoryIdx()
Gets the value of the categoryIdx property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
int |
getSeriesIdx()
Gets the value of the seriesIdx property.
|
void |
setBldStep(STChartBuildStep value)
Sets the value of the bldStep property.
|
void |
setCategoryIdx(java.lang.Integer value)
Sets the value of the categoryIdx property.
|
void |
setParent(java.lang.Object parent) |
void |
setSeriesIdx(java.lang.Integer value)
Sets the value of the seriesIdx property.
|
protected java.lang.Integer seriesIdx
protected java.lang.Integer categoryIdx
protected STChartBuildStep bldStep
public int getSeriesIdx()
Integerpublic void setSeriesIdx(java.lang.Integer value)
value - allowed object is
Integerpublic int getCategoryIdx()
Integerpublic void setCategoryIdx(java.lang.Integer value)
value - allowed object is
Integerpublic STChartBuildStep getBldStep()
STChartBuildSteppublic void setBldStep(STChartBuildStep value)
value - allowed object is
STChartBuildSteppublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.