Class CTTLCommonMediaNodeData

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

public class CTTLCommonMediaNodeData
extends java.lang.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 Summary

    Fields 
    Modifier and Type Field Description
    protected CTTLCommonTimeNodeData cTn  
    protected java.lang.Boolean mute  
    protected java.lang.Long numSld  
    protected java.lang.Boolean showWhenStopped  
    protected CTTLTimeTargetElement tgtEl  
    protected java.lang.Integer vol  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTTLCommonMediaNodeData()  
  • Method Summary

    Modifier and Type Method Description
    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.
    CTTLCommonTimeNodeData getCTn()
    Gets the value of the cTn property.
    long getNumSld()
    Gets the value of the numSld property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    CTTLTimeTargetElement getTgtEl()
    Gets the value of the tgtEl property.
    int getVol()
    Gets the value of the vol property.
    boolean isMute()
    Gets the value of the mute property.
    boolean isShowWhenStopped()
    Gets the value of the showWhenStopped property.
    void setCTn​(CTTLCommonTimeNodeData value)
    Sets the value of the cTn property.
    void setMute​(java.lang.Boolean value)
    Sets the value of the mute property.
    void setNumSld​(java.lang.Long value)
    Sets the value of the numSld property.
    void setParent​(java.lang.Object parent)  
    void setShowWhenStopped​(java.lang.Boolean value)
    Sets the value of the showWhenStopped property.
    void setTgtEl​(CTTLTimeTargetElement value)
    Sets the value of the tgtEl property.
    void setVol​(java.lang.Integer value)
    Sets the value of the vol property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • 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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the showWhenStopped property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.