public class CTTLMediaNodeVideo extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected CTTLCommonMediaNodeData |
cMediaNode |
protected Boolean |
fullScrn |
Constructor and Description |
---|
CTTLMediaNodeVideo() |
Modifier and Type | Method and Description |
---|---|
CTTLCommonMediaNodeData |
getCMediaNode()
Gets the value of the cMediaNode property.
|
boolean |
isFullScrn()
Gets the value of the fullScrn property.
|
void |
setCMediaNode(CTTLCommonMediaNodeData value)
Sets the value of the cMediaNode property.
|
void |
setFullScrn(Boolean value)
Sets the value of the fullScrn property.
|
protected CTTLCommonMediaNodeData cMediaNode
protected Boolean fullScrn
public CTTLCommonMediaNodeData getCMediaNode()
CTTLCommonMediaNodeData
public void setCMediaNode(CTTLCommonMediaNodeData value)
value
- allowed object is
CTTLCommonMediaNodeData
public boolean isFullScrn()
Boolean
Copyright © 2007-2014. All Rights Reserved.