Interface CTTLCommonMediaNodeData
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLCommonMediaNodeData extends XmlObject
An XML CT_TLCommonMediaNodeData(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLCommonMediaNodeData.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTTLCommonTimeNodeData
addNewCTn()
Appends and returns a new empty "cTn" elementCTTLTimeTargetElement
addNewTgtEl()
Appends and returns a new empty "tgtEl" elementCTTLCommonTimeNodeData
getCTn()
Gets the "cTn" elementboolean
getMute()
Gets the "mute" attributelong
getNumSld()
Gets the "numSld" attributeboolean
getShowWhenStopped()
Gets the "showWhenStopped" attributeCTTLTimeTargetElement
getTgtEl()
Gets the "tgtEl" elementint
getVol()
Gets the "vol" attributeboolean
isSetMute()
True if has "mute" attributeboolean
isSetNumSld()
True if has "numSld" attributeboolean
isSetShowWhenStopped()
True if has "showWhenStopped" attributeboolean
isSetVol()
True if has "vol" attributevoid
setCTn(CTTLCommonTimeNodeData cTn)
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
setVol(int vol)
Sets the "vol" attributevoid
unsetMute()
Unsets the "mute" attributevoid
unsetNumSld()
Unsets the "numSld" attributevoid
unsetShowWhenStopped()
Unsets the "showWhenStopped" attributevoid
unsetVol()
Unsets the "vol" attributeXmlBoolean
xgetMute()
Gets (as xml) the "mute" attributeXmlUnsignedInt
xgetNumSld()
Gets (as xml) the "numSld" attributeXmlBoolean
xgetShowWhenStopped()
Gets (as xml) the "showWhenStopped" attributeSTPositiveFixedPercentage
xgetVol()
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
xsetVol(STPositiveFixedPercentage vol)
Sets (as xml) the "vol" attribute-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCTn
CTTLCommonTimeNodeData getCTn()
Gets the "cTn" element
-
setCTn
void setCTn(CTTLCommonTimeNodeData cTn)
Sets the "cTn" element
-
addNewCTn
CTTLCommonTimeNodeData addNewCTn()
Appends and returns a new empty "cTn" element
-
getTgtEl
CTTLTimeTargetElement getTgtEl()
Gets the "tgtEl" element
-
setTgtEl
void setTgtEl(CTTLTimeTargetElement tgtEl)
Sets the "tgtEl" element
-
addNewTgtEl
CTTLTimeTargetElement addNewTgtEl()
Appends and returns a new empty "tgtEl" element
-
getVol
int getVol()
Gets the "vol" attribute
-
xgetVol
STPositiveFixedPercentage xgetVol()
Gets (as xml) the "vol" attribute
-
isSetVol
boolean isSetVol()
True if has "vol" attribute
-
setVol
void setVol(int vol)
Sets the "vol" attribute
-
xsetVol
void xsetVol(STPositiveFixedPercentage vol)
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
void xsetMute(XmlBoolean mute)
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
void xsetNumSld(XmlUnsignedInt numSld)
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
void xsetShowWhenStopped(XmlBoolean showWhenStopped)
Sets (as xml) the "showWhenStopped" attribute
-
unsetShowWhenStopped
void unsetShowWhenStopped()
Unsets the "showWhenStopped" attribute
-
-