Package org.pptx4j.pml
Class CTSlideTiming
java.lang.Object
org.pptx4j.pml.CTSlideTiming
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTBuildListprotected CTExtensionListModifyprotected CTTimeNodeList -
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.Gets the value of the bldLst property.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.getTnLst()Gets the value of the tnLst property.voidsetBldLst(CTBuildList value) Sets the value of the bldLst property.voidsetExtLst(CTExtensionListModify value) Sets the value of the extLst property.voidvoidsetTnLst(CTTimeNodeList value) Sets the value of the tnLst property.
-
Field Details
-
tnLst
-
bldLst
-
extLst
-
-
Constructor Details
-
CTSlideTiming
public CTSlideTiming()
-
-
Method Details
-
getTnLst
Gets the value of the tnLst property.- Returns:
- possible object is
CTTimeNodeList
-
setTnLst
Sets the value of the tnLst property.- Parameters:
value- allowed object isCTTimeNodeList
-
getBldLst
Gets the value of the bldLst property.- Returns:
- possible object is
CTBuildList
-
setBldLst
Sets the value of the bldLst property.- Parameters:
value- allowed object isCTBuildList
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionListModify
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionListModify
-
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.
-