public class CTTLCommonMediaNodeData extends Object implements Child
Java class for CT_TLCommonMediaNodeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLCommonMediaNodeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
<element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
</sequence>
<attribute name="vol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedPercentage" default="50" />
<attribute name="mute" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="numSld" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
<attribute name="showWhenStopped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLCommonTimeNodeData |
cTn |
protected Boolean |
mute |
protected Long |
numSld |
protected Boolean |
showWhenStopped |
protected CTTLTimeTargetElement |
tgtEl |
protected Integer |
vol |
| Constructor and Description |
|---|
CTTLCommonMediaNodeData() |
| 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.
|
CTTLCommonTimeNodeData |
getCTn()
Gets the value of the cTn property.
|
long |
getNumSld()
Gets the value of the numSld property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTLTimeTargetElement |
getTgtEl()
Gets the value of the tgtEl property.
|
int |
getVol()
Gets the value of the vol property.
|
boolean |
isMute()
Gets the value of the mute property.
|
boolean |
isShowWhenStopped()
Gets the value of the showWhenStopped property.
|
void |
setCTn(CTTLCommonTimeNodeData value)
Sets the value of the cTn property.
|
void |
setMute(Boolean value)
Sets the value of the mute property.
|
void |
setNumSld(Long value)
Sets the value of the numSld property.
|
void |
setParent(Object parent) |
void |
setShowWhenStopped(Boolean value)
Sets the value of the showWhenStopped property.
|
void |
setTgtEl(CTTLTimeTargetElement value)
Sets the value of the tgtEl property.
|
void |
setVol(Integer value)
Sets the value of the vol property.
|
protected CTTLCommonTimeNodeData cTn
protected CTTLTimeTargetElement tgtEl
protected Integer vol
protected Boolean mute
protected Long numSld
protected Boolean showWhenStopped
public CTTLCommonTimeNodeData getCTn()
CTTLCommonTimeNodeDatapublic void setCTn(CTTLCommonTimeNodeData value)
value - allowed object is
CTTLCommonTimeNodeDatapublic CTTLTimeTargetElement getTgtEl()
CTTLTimeTargetElementpublic void setTgtEl(CTTLTimeTargetElement value)
value - allowed object is
CTTLTimeTargetElementpublic int getVol()
Integerpublic void setVol(Integer value)
value - allowed object is
Integerpublic boolean isMute()
Booleanpublic void setMute(Boolean value)
value - allowed object is
Booleanpublic long getNumSld()
Longpublic void setNumSld(Long value)
value - allowed object is
Longpublic boolean isShowWhenStopped()
Booleanpublic void setShowWhenStopped(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.