Package org.pptx4j.pml
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 CTTLCommonMediaNodeDatacMediaNodeprotected java.lang.BooleanfullScrn -
Constructor Summary
Constructors Constructor Description CTTLMediaNodeVideo() -
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.CTTLCommonMediaNodeDatagetCMediaNode()Gets the value of the cMediaNode property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisFullScrn()Gets the value of the fullScrn property.voidsetCMediaNode(CTTLCommonMediaNodeData value)Sets the value of the cMediaNode property.voidsetFullScrn(java.lang.Boolean value)Sets the value of the fullScrn property.voidsetParent(java.lang.Object parent)
-
Field Details
-
cMediaNode
-
fullScrn
protected java.lang.Boolean fullScrn
-
-
Constructor Details
-
CTTLMediaNodeVideo
public CTTLMediaNodeVideo()
-
-
Method Details
-
getCMediaNode
Gets the value of the cMediaNode property.- Returns:
- possible object is
CTTLCommonMediaNodeData
-
setCMediaNode
Sets the value of the cMediaNode property.- Parameters:
value- allowed object isCTTLCommonMediaNodeData
-
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 isBoolean
-
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.
-