public class CTAnimationDgmElement extends Object
Java class for CT_AnimationDgmElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AnimationDgmElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid" default="{00000000-0000-0000-0000-000000000000}" />
<attribute name="bldStep" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_DgmBuildStep" default="sp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STDgmBuildStep |
bldStep |
protected String |
id |
| Constructor and Description |
|---|
CTAnimationDgmElement() |
| Modifier and Type | Method and Description |
|---|---|
STDgmBuildStep |
getBldStep()
Gets the value of the bldStep property.
|
String |
getId()
Gets the value of the id property.
|
void |
setBldStep(STDgmBuildStep value)
Sets the value of the bldStep property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
protected STDgmBuildStep bldStep
public void setId(String value)
value - allowed object is
Stringpublic STDgmBuildStep getBldStep()
STDgmBuildSteppublic void setBldStep(STDgmBuildStep value)
value - allowed object is
STDgmBuildStepCopyright © 2007-2019. All Rights Reserved.