Class CTSlideTiming

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

public class CTSlideTiming extends Object implements Child

Java class for CT_SlideTiming complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_SlideTiming">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tnLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TimeNodeList" minOccurs="0"/>
         <element name="bldLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_BuildList" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTSlideTiming

      public CTSlideTiming()
  • Method Details

    • getTnLst

      public CTTimeNodeList getTnLst()
      Gets the value of the tnLst property.
      Returns:
      possible object is CTTimeNodeList
    • setTnLst

      public void setTnLst(CTTimeNodeList value)
      Sets the value of the tnLst property.
      Parameters:
      value - allowed object is CTTimeNodeList
    • getBldLst

      public CTBuildList getBldLst()
      Gets the value of the bldLst property.
      Returns:
      possible object is CTBuildList
    • setBldLst

      public void setBldLst(CTBuildList value)
      Sets the value of the bldLst property.
      Parameters:
      value - allowed object is CTBuildList
    • getExtLst

      public CTExtensionListModify getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionListModify
    • setExtLst

      public void setExtLst(CTExtensionListModify value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionListModify
    • 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.