Package org.pptx4j.pml
Class CTTLTimeTargetElement
java.lang.Object
org.pptx4j.pml.CTTLTimeTargetElement
- All Implemented Interfaces:
Child
public class CTTLTimeTargetElement extends java.lang.Object implements Child
Java class for CT_TLTimeTargetElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeTargetElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="sldTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
<element name="sndTgt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmbeddedWAVAudioFile"/>
<element name="spTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLShapeTargetElement"/>
<element name="inkTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLSubShapeId"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTTLSubShapeIdinkTgtprotected CTEmptysldTgtprotected CTEmbeddedWAVAudioFilesndTgtprotected CTTLShapeTargetElementspTgt -
Constructor Summary
Constructors Constructor Description CTTLTimeTargetElement() -
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.CTTLSubShapeIdgetInkTgt()Gets the value of the inkTgt property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTEmptygetSldTgt()Gets the value of the sldTgt property.CTEmbeddedWAVAudioFilegetSndTgt()Gets the value of the sndTgt property.CTTLShapeTargetElementgetSpTgt()Gets the value of the spTgt property.voidsetInkTgt(CTTLSubShapeId value)Sets the value of the inkTgt property.voidsetParent(java.lang.Object parent)voidsetSldTgt(CTEmpty value)Sets the value of the sldTgt property.voidsetSndTgt(CTEmbeddedWAVAudioFile value)Sets the value of the sndTgt property.voidsetSpTgt(CTTLShapeTargetElement value)Sets the value of the spTgt property.
-
Field Details
-
Constructor Details
-
CTTLTimeTargetElement
public CTTLTimeTargetElement()
-
-
Method Details
-
getSldTgt
Gets the value of the sldTgt property.- Returns:
- possible object is
CTEmpty
-
setSldTgt
Sets the value of the sldTgt property.- Parameters:
value- allowed object isCTEmpty
-
getSndTgt
Gets the value of the sndTgt property.- Returns:
- possible object is
CTEmbeddedWAVAudioFile
-
setSndTgt
Sets the value of the sndTgt property.- Parameters:
value- allowed object isCTEmbeddedWAVAudioFile
-
getSpTgt
Gets the value of the spTgt property.- Returns:
- possible object is
CTTLShapeTargetElement
-
setSpTgt
Sets the value of the spTgt property.- Parameters:
value- allowed object isCTTLShapeTargetElement
-
getInkTgt
Gets the value of the inkTgt property.- Returns:
- possible object is
CTTLSubShapeId
-
setInkTgt
Sets the value of the inkTgt property.- Parameters:
value- allowed object isCTTLSubShapeId
-
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.
-