Package org.pptx4j.pml
Class CTTLTimeAnimateValue
java.lang.Object
org.pptx4j.pml.CTTLTimeAnimateValue
- All Implemented Interfaces:
Child
Java class for CT_TLTimeAnimateValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeAnimateValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="val" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariant" minOccurs="0"/>
</sequence>
<attribute name="tm" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeAnimateValueTime" default="indefinite" />
<attribute name="fmla" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</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.getFmla()Gets the value of the fmla property.Gets the parent object in the object tree representing the unmarshalled xml document.getTm()Gets the value of the tm property.getVal()Gets the value of the val property.voidSets the value of the fmla property.voidvoidSets the value of the tm property.voidsetVal(CTTLAnimVariant value) Sets the value of the val property.
-
Field Details
-
val
-
tm
-
fmla
-
-
Constructor Details
-
CTTLTimeAnimateValue
public CTTLTimeAnimateValue()
-
-
Method Details
-
getVal
Gets the value of the val property.- Returns:
- possible object is
CTTLAnimVariant
-
setVal
Sets the value of the val property.- Parameters:
value- allowed object isCTTLAnimVariant
-
getTm
Gets the value of the tm property.- Returns:
- possible object is
String
-
setTm
Sets the value of the tm property.- Parameters:
value- allowed object isString
-
getFmla
Gets the value of the fmla property.- Returns:
- possible object is
String
-
setFmla
Sets the value of the fmla property.- Parameters:
value- allowed object isString
-
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.
-