Interface CTTLCommonMediaNodeData
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_TLCommonMediaNodeData(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTTLCommonMediaNodeData> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "cTn" elementAppends and returns a new empty "tgtEl" elementgetCTn()
Gets the "cTn" elementboolean
getMute()
Gets the "mute" attributelong
Gets the "numSld" attributeboolean
Gets the "showWhenStopped" attributegetTgtEl()
Gets the "tgtEl" elementgetVol()
Gets the "vol" attributeboolean
True if has "mute" attributeboolean
True if has "numSld" attributeboolean
True if has "showWhenStopped" attributeboolean
isSetVol()
True if has "vol" attributevoid
Sets the "cTn" elementvoid
setMute
(boolean mute) Sets the "mute" attributevoid
setNumSld
(long numSld) Sets the "numSld" attributevoid
setShowWhenStopped
(boolean showWhenStopped) Sets the "showWhenStopped" attributevoid
setTgtEl
(CTTLTimeTargetElement tgtEl) Sets the "tgtEl" elementvoid
Sets the "vol" attributevoid
Unsets the "mute" attributevoid
Unsets the "numSld" attributevoid
Unsets the "showWhenStopped" attributevoid
unsetVol()
Unsets the "vol" attributexgetMute()
Gets (as xml) the "mute" attributeGets (as xml) the "numSld" attributeGets (as xml) the "showWhenStopped" attributexgetVol()
Gets (as xml) the "vol" attributevoid
xsetMute
(XmlBoolean mute) Sets (as xml) the "mute" attributevoid
xsetNumSld
(XmlUnsignedInt numSld) Sets (as xml) the "numSld" attributevoid
xsetShowWhenStopped
(XmlBoolean showWhenStopped) Sets (as xml) the "showWhenStopped" attributevoid
Sets (as xml) the "vol" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getCTn
CTTLCommonTimeNodeData getCTn()Gets the "cTn" element -
setCTn
Sets the "cTn" element -
addNewCTn
CTTLCommonTimeNodeData addNewCTn()Appends and returns a new empty "cTn" element -
getTgtEl
CTTLTimeTargetElement getTgtEl()Gets the "tgtEl" element -
setTgtEl
Sets the "tgtEl" element -
addNewTgtEl
CTTLTimeTargetElement addNewTgtEl()Appends and returns a new empty "tgtEl" element -
getVol
Object getVol()Gets the "vol" attribute -
xgetVol
STPositiveFixedPercentage xgetVol()Gets (as xml) the "vol" attribute -
isSetVol
boolean isSetVol()True if has "vol" attribute -
setVol
Sets the "vol" attribute -
xsetVol
Sets (as xml) the "vol" attribute -
unsetVol
void unsetVol()Unsets the "vol" attribute -
getMute
boolean getMute()Gets the "mute" attribute -
xgetMute
XmlBoolean xgetMute()Gets (as xml) the "mute" attribute -
isSetMute
boolean isSetMute()True if has "mute" attribute -
setMute
void setMute(boolean mute) Sets the "mute" attribute -
xsetMute
Sets (as xml) the "mute" attribute -
unsetMute
void unsetMute()Unsets the "mute" attribute -
getNumSld
long getNumSld()Gets the "numSld" attribute -
xgetNumSld
XmlUnsignedInt xgetNumSld()Gets (as xml) the "numSld" attribute -
isSetNumSld
boolean isSetNumSld()True if has "numSld" attribute -
setNumSld
void setNumSld(long numSld) Sets the "numSld" attribute -
xsetNumSld
Sets (as xml) the "numSld" attribute -
unsetNumSld
void unsetNumSld()Unsets the "numSld" attribute -
getShowWhenStopped
boolean getShowWhenStopped()Gets the "showWhenStopped" attribute -
xgetShowWhenStopped
XmlBoolean xgetShowWhenStopped()Gets (as xml) the "showWhenStopped" attribute -
isSetShowWhenStopped
boolean isSetShowWhenStopped()True if has "showWhenStopped" attribute -
setShowWhenStopped
void setShowWhenStopped(boolean showWhenStopped) Sets the "showWhenStopped" attribute -
xsetShowWhenStopped
Sets (as xml) the "showWhenStopped" attribute -
unsetShowWhenStopped
void unsetShowWhenStopped()Unsets the "showWhenStopped" attribute
-