Class CTTLCommonMediaNodeData

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

public class CTTLCommonMediaNodeData extends Object implements Child

Java class for CT_TLCommonMediaNodeData complex type.

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

 <complexType name="CT_TLCommonMediaNodeData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
         <element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
       </sequence>
       <attribute name="vol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="50" />
       <attribute name="mute" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="numSld" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
       <attribute name="showWhenStopped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTLCommonMediaNodeData

      public CTTLCommonMediaNodeData()
  • Method Details

    • getCTn

      public CTTLCommonTimeNodeData getCTn()
      Gets the value of the cTn property.
      Returns:
      possible object is CTTLCommonTimeNodeData
    • setCTn

      public void setCTn(CTTLCommonTimeNodeData value)
      Sets the value of the cTn property.
      Parameters:
      value - allowed object is CTTLCommonTimeNodeData
    • getTgtEl

      public CTTLTimeTargetElement getTgtEl()
      Gets the value of the tgtEl property.
      Returns:
      possible object is CTTLTimeTargetElement
    • setTgtEl

      public void setTgtEl(CTTLTimeTargetElement value)
      Sets the value of the tgtEl property.
      Parameters:
      value - allowed object is CTTLTimeTargetElement
    • getVol

      public int getVol()
      Gets the value of the vol property.
      Returns:
      possible object is Integer
    • setVol

      public void setVol(Integer value)
      Sets the value of the vol property.
      Parameters:
      value - allowed object is Integer
    • isMute

      public boolean isMute()
      Gets the value of the mute property.
      Returns:
      possible object is Boolean
    • setMute

      public void setMute(Boolean value)
      Sets the value of the mute property.
      Parameters:
      value - allowed object is Boolean
    • getNumSld

      public long getNumSld()
      Gets the value of the numSld property.
      Returns:
      possible object is Long
    • setNumSld

      public void setNumSld(Long value)
      Sets the value of the numSld property.
      Parameters:
      value - allowed object is Long
    • isShowWhenStopped

      public boolean isShowWhenStopped()
      Gets the value of the showWhenStopped property.
      Returns:
      possible object is Boolean
    • setShowWhenStopped

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