public class CTTLMediaNodeVideo extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLCommonMediaNodeData |
cMediaNode |
protected Boolean |
fullScrn |
| Constructor and Description |
|---|
CTTLMediaNodeVideo() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
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(Boolean value)
Sets the value of the fullScrn property.
|
void |
setParent(Object parent) |
protected CTTLCommonMediaNodeData cMediaNode
protected Boolean fullScrn
public CTTLCommonMediaNodeData getCMediaNode()
CTTLCommonMediaNodeDatapublic void setCMediaNode(CTTLCommonMediaNodeData value)
value - allowed object is
CTTLCommonMediaNodeDatapublic boolean isFullScrn()
Booleanpublic void setFullScrn(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.