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 classCTTLCommonMediaNodeData.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTTLCommonTimeNodeDataaddNewCTn()Appends and returns a new empty "cTn" elementCTTLTimeTargetElementaddNewTgtEl()Appends and returns a new empty "tgtEl" elementCTTLCommonTimeNodeDatagetCTn()Gets the "cTn" elementbooleangetMute()Gets the "mute" attributelonggetNumSld()Gets the "numSld" attributebooleangetShowWhenStopped()Gets the "showWhenStopped" attributeCTTLTimeTargetElementgetTgtEl()Gets the "tgtEl" elementintgetVol()Gets the "vol" attributebooleanisSetMute()True if has "mute" attributebooleanisSetNumSld()True if has "numSld" attributebooleanisSetShowWhenStopped()True if has "showWhenStopped" attributebooleanisSetVol()True if has "vol" attributevoidsetCTn(CTTLCommonTimeNodeData cTn)Sets the "cTn" elementvoidsetMute(boolean mute)Sets the "mute" attributevoidsetNumSld(long numSld)Sets the "numSld" attributevoidsetShowWhenStopped(boolean showWhenStopped)Sets the "showWhenStopped" attributevoidsetTgtEl(CTTLTimeTargetElement tgtEl)Sets the "tgtEl" elementvoidsetVol(int vol)Sets the "vol" attributevoidunsetMute()Unsets the "mute" attributevoidunsetNumSld()Unsets the "numSld" attributevoidunsetShowWhenStopped()Unsets the "showWhenStopped" attributevoidunsetVol()Unsets the "vol" attributeXmlBooleanxgetMute()Gets (as xml) the "mute" attributeXmlUnsignedIntxgetNumSld()Gets (as xml) the "numSld" attributeXmlBooleanxgetShowWhenStopped()Gets (as xml) the "showWhenStopped" attributeSTPositiveFixedPercentagexgetVol()Gets (as xml) the "vol" attributevoidxsetMute(XmlBoolean mute)Sets (as xml) the "mute" attributevoidxsetNumSld(XmlUnsignedInt numSld)Sets (as xml) the "numSld" attributevoidxsetShowWhenStopped(XmlBoolean showWhenStopped)Sets (as xml) the "showWhenStopped" attributevoidxsetVol(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
-
-