public class CTEffectStyleItem extends Object implements Child
Java class for CT_EffectStyleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EffectStyleItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties"/>
<element name="scene3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Scene3D" minOccurs="0"/>
<element name="sp3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Shape3D" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTEffectContainer |
effectDag |
protected CTEffectList |
effectLst |
protected CTScene3D |
scene3D |
protected CTShape3D |
sp3D |
| Constructor and Description |
|---|
CTEffectStyleItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTEffectContainer |
getEffectDag()
Gets the value of the effectDag property.
|
CTEffectList |
getEffectLst()
Gets the value of the effectLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
CTShape3D |
getSp3D()
Gets the value of the sp3D property.
|
void |
setEffectDag(CTEffectContainer value)
Sets the value of the effectDag property.
|
void |
setEffectLst(CTEffectList value)
Sets the value of the effectLst property.
|
void |
setParent(Object parent) |
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setSp3D(CTShape3D value)
Sets the value of the sp3D property.
|
protected CTEffectList effectLst
protected CTEffectContainer effectDag
protected CTScene3D scene3D
protected CTShape3D sp3D
public CTEffectList getEffectLst()
CTEffectListpublic void setEffectLst(CTEffectList value)
value - allowed object is
CTEffectListpublic CTEffectContainer getEffectDag()
CTEffectContainerpublic void setEffectDag(CTEffectContainer value)
value - allowed object is
CTEffectContainerpublic CTScene3D getScene3D()
CTScene3Dpublic void setScene3D(CTScene3D value)
value - allowed object is
CTScene3Dpublic CTShape3D getSp3D()
CTShape3Dpublic void setSp3D(CTShape3D value)
value - allowed object is
CTShape3Dpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.