Package org.pptx4j.pml
Class CTTLTimeAnimateValue
java.lang.Object
org.pptx4j.pml.CTTLTimeAnimateValue
- All Implemented Interfaces:
Child
public class CTTLTimeAnimateValue extends java.lang.Object implements 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 Modifier and Type Field Description protected java.lang.Stringfmlaprotected java.lang.Stringtmprotected CTTLAnimVariantval -
Constructor Summary
Constructors Constructor Description CTTLTimeAnimateValue() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetFmla()Gets the value of the fmla property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetTm()Gets the value of the tm property.CTTLAnimVariantgetVal()Gets the value of the val property.voidsetFmla(java.lang.String value)Sets the value of the fmla property.voidsetParent(java.lang.Object parent)voidsetTm(java.lang.String value)Sets the value of the tm property.voidsetVal(CTTLAnimVariant value)Sets the value of the val property.
-
Field Details
-
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
public java.lang.String getTm()Gets the value of the tm property.- Returns:
- possible object is
String
-
setTm
public void setTm(java.lang.String value)Sets the value of the tm property.- Parameters:
value- allowed object isString
-
getFmla
public java.lang.String getFmla()Gets the value of the fmla property.- Returns:
- possible object is
String
-
setFmla
public void setFmla(java.lang.String value)Sets the value of the fmla property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-