Class CTTLTimeAnimateValue

java.lang.Object
org.pptx4j.pml.CTTLTimeAnimateValue
All Implemented Interfaces:
Child

public class CTTLTimeAnimateValue extends 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 Details

  • Constructor Details

    • CTTLTimeAnimateValue

      public CTTLTimeAnimateValue()
  • 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 String getTm()
      Gets the value of the tm property.
      Returns:
      possible object is String
    • setTm

      public void setTm(String value)
      Sets the value of the tm property.
      Parameters:
      value - allowed object is String
    • getFmla

      public String getFmla()
      Gets the value of the fmla property.
      Returns:
      possible object is String
    • setFmla

      public void setFmla(String value)
      Sets the value of the fmla property.
      Parameters:
      value - allowed object is String
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.