public class CTTLMediaNodeAudio extends Object implements Child
Java class for CT_TLMediaNodeAudio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLMediaNodeAudio">
<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="isNarration" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLCommonMediaNodeData |
cMediaNode |
protected Boolean |
isNarration |
| Constructor and Description |
|---|
CTTLMediaNodeAudio() |
| 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 |
isIsNarration()
Gets the value of the isNarration property.
|
void |
setCMediaNode(CTTLCommonMediaNodeData value)
Sets the value of the cMediaNode property.
|
void |
setIsNarration(Boolean value)
Sets the value of the isNarration property.
|
void |
setParent(Object parent) |
protected CTTLCommonMediaNodeData cMediaNode
protected Boolean isNarration
public CTTLCommonMediaNodeData getCMediaNode()
CTTLCommonMediaNodeDatapublic void setCMediaNode(CTTLCommonMediaNodeData value)
value - allowed object is
CTTLCommonMediaNodeDatapublic boolean isIsNarration()
Booleanpublic void setIsNarration(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.