public class CTAnimationDgmElement extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STDgmBuildStep |
getBldStep()
Gets the value of the bldStep property.
|
String |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setBldStep(STDgmBuildStep value)
Sets the value of the bldStep property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
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
STDgmBuildSteppublic 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-2019. All Rights Reserved.