Class CTTLMediaNodeVideo

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

public class CTTLMediaNodeVideo
extends java.lang.Object
implements Child

Java class for CT_TLMediaNodeVideo complex type.

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

 <complexType name="CT_TLMediaNodeVideo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cMediaNode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonMediaNodeData"/>
       </sequence>
       <attribute name="fullScrn" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected CTTLCommonMediaNodeData cMediaNode  
    protected java.lang.Boolean fullScrn  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTTLMediaNodeVideo()  
  • 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.
    CTTLCommonMediaNodeData getCMediaNode()
    Gets the value of the cMediaNode property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    boolean isFullScrn()
    Gets the value of the fullScrn property.
    void setCMediaNode​(CTTLCommonMediaNodeData value)
    Sets the value of the cMediaNode property.
    void setFullScrn​(java.lang.Boolean value)
    Sets the value of the fullScrn property.
    void setParent​(java.lang.Object parent)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • getCMediaNode

      public CTTLCommonMediaNodeData getCMediaNode()
      Gets the value of the cMediaNode property.
      Returns:
      possible object is CTTLCommonMediaNodeData
    • setCMediaNode

      public void setCMediaNode​(CTTLCommonMediaNodeData value)
      Sets the value of the cMediaNode property.
      Parameters:
      value - allowed object is CTTLCommonMediaNodeData
    • isFullScrn

      public boolean isFullScrn()
      Gets the value of the fullScrn property.
      Returns:
      possible object is Boolean
    • setFullScrn

      public void setFullScrn​(java.lang.Boolean value)
      Sets the value of the fullScrn 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.