Package org.docx4j.dml
Class CTAnimationDgmElement
java.lang.Object
org.docx4j.dml.CTAnimationDgmElement
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bldStep property.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetBldStep(STDgmBuildStep value) Sets the value of the bldStep property.voidSets the value of the id property.void
-
Field Details
-
id
-
bldStep
-
-
Constructor Details
-
CTAnimationDgmElement
public CTAnimationDgmElement()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBldStep
Gets the value of the bldStep property.- Returns:
- possible object is
STDgmBuildStep
-
setBldStep
Sets the value of the bldStep property.- Parameters:
value- allowed object isSTDgmBuildStep
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-