Class CTTLTimeTargetElement

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

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

  • Constructor Details

    • CTTLTimeTargetElement

      public CTTLTimeTargetElement()
  • Method Details

    • getSldTgt

      public CTEmpty getSldTgt()
      Gets the value of the sldTgt property.
      Returns:
      possible object is CTEmpty
    • setSldTgt

      public void setSldTgt(CTEmpty value)
      Sets the value of the sldTgt property.
      Parameters:
      value - allowed object is CTEmpty
    • getSndTgt

      public CTEmbeddedWAVAudioFile getSndTgt()
      Gets the value of the sndTgt property.
      Returns:
      possible object is CTEmbeddedWAVAudioFile
    • setSndTgt

      public void setSndTgt(CTEmbeddedWAVAudioFile value)
      Sets the value of the sndTgt property.
      Parameters:
      value - allowed object is CTEmbeddedWAVAudioFile
    • getSpTgt

      public CTTLShapeTargetElement getSpTgt()
      Gets the value of the spTgt property.
      Returns:
      possible object is CTTLShapeTargetElement
    • setSpTgt

      public void setSpTgt(CTTLShapeTargetElement value)
      Sets the value of the spTgt property.
      Parameters:
      value - allowed object is CTTLShapeTargetElement
    • getInkTgt

      public CTTLSubShapeId getInkTgt()
      Gets the value of the inkTgt property.
      Returns:
      possible object is CTTLSubShapeId
    • setInkTgt

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