public class CTAnimationElementChoice extends Object
Java class for CT_AnimationElementChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AnimationElementChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="dgm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationDgmElement"/> <element name="chart" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationChartElement"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTAnimationChartElement |
chart |
protected CTAnimationDgmElement |
dgm |
Constructor and Description |
---|
CTAnimationElementChoice() |
Modifier and Type | Method and Description |
---|---|
CTAnimationChartElement |
getChart()
Gets the value of the chart property.
|
CTAnimationDgmElement |
getDgm()
Gets the value of the dgm property.
|
void |
setChart(CTAnimationChartElement value)
Sets the value of the chart property.
|
void |
setDgm(CTAnimationDgmElement value)
Sets the value of the dgm property.
|
protected CTAnimationDgmElement dgm
protected CTAnimationChartElement chart
public CTAnimationDgmElement getDgm()
CTAnimationDgmElement
public void setDgm(CTAnimationDgmElement value)
value
- allowed object is
CTAnimationDgmElement
public CTAnimationChartElement getChart()
CTAnimationChartElement
public void setChart(CTAnimationChartElement value)
value
- allowed object is
CTAnimationChartElement
Copyright © 2007-2013. All Rights Reserved.