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.String fmla  
    protected java.lang.String tm  
    protected CTTLAnimVariant val  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTTLTimeAnimateValue()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getFmla()
    Gets the value of the fmla property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getTm()
    Gets the value of the tm property.
    CTTLAnimVariant getVal()
    Gets the value of the val property.
    void setFmla​(java.lang.String value)
    Sets the value of the fmla property.
    void setParent​(java.lang.Object parent)  
    void setTm​(java.lang.String value)
    Sets the value of the tm property.
    void setVal​(CTTLAnimVariant value)
    Sets the value of the val property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getVal

      public CTTLAnimVariant getVal()
      Gets the value of the val property.
      Returns:
      possible object is CTTLAnimVariant
    • setVal

      public void setVal​(CTTLAnimVariant value)
      Sets the value of the val property.
      Parameters:
      value - allowed object is CTTLAnimVariant
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.