Interface CTTLIterateData
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTLIterateData extends XmlObject
An XML CT_TLIterateData(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLIterateData>
Factory
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 CTTLIterateIntervalTime
addNewTmAbs()
Appends and returns a new empty "tmAbs" elementCTTLIterateIntervalPercentage
addNewTmPct()
Appends and returns a new empty "tmPct" elementboolean
getBackwards()
Gets the "backwards" attributeCTTLIterateIntervalTime
getTmAbs()
Gets the "tmAbs" elementCTTLIterateIntervalPercentage
getTmPct()
Gets the "tmPct" elementSTIterateType.Enum
getType()
Gets the "type" attributeboolean
isSetBackwards()
True if has "backwards" attributeboolean
isSetTmAbs()
True if has "tmAbs" elementboolean
isSetTmPct()
True if has "tmPct" elementboolean
isSetType()
True if has "type" attributevoid
setBackwards(boolean backwards)
Sets the "backwards" attributevoid
setTmAbs(CTTLIterateIntervalTime tmAbs)
Sets the "tmAbs" elementvoid
setTmPct(CTTLIterateIntervalPercentage tmPct)
Sets the "tmPct" elementvoid
setType(STIterateType.Enum type)
Sets the "type" attributevoid
unsetBackwards()
Unsets the "backwards" attributevoid
unsetTmAbs()
Unsets the "tmAbs" elementvoid
unsetTmPct()
Unsets the "tmPct" elementvoid
unsetType()
Unsets the "type" attributeXmlBoolean
xgetBackwards()
Gets (as xml) the "backwards" attributeSTIterateType
xgetType()
Gets (as xml) the "type" attributevoid
xsetBackwards(XmlBoolean backwards)
Sets (as xml) the "backwards" attributevoid
xsetType(STIterateType type)
Sets (as xml) the "type" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTLIterateData> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTmAbs
CTTLIterateIntervalTime getTmAbs()
Gets the "tmAbs" element
-
isSetTmAbs
boolean isSetTmAbs()
True if has "tmAbs" element
-
setTmAbs
void setTmAbs(CTTLIterateIntervalTime tmAbs)
Sets the "tmAbs" element
-
addNewTmAbs
CTTLIterateIntervalTime addNewTmAbs()
Appends and returns a new empty "tmAbs" element
-
unsetTmAbs
void unsetTmAbs()
Unsets the "tmAbs" element
-
getTmPct
CTTLIterateIntervalPercentage getTmPct()
Gets the "tmPct" element
-
isSetTmPct
boolean isSetTmPct()
True if has "tmPct" element
-
setTmPct
void setTmPct(CTTLIterateIntervalPercentage tmPct)
Sets the "tmPct" element
-
addNewTmPct
CTTLIterateIntervalPercentage addNewTmPct()
Appends and returns a new empty "tmPct" element
-
unsetTmPct
void unsetTmPct()
Unsets the "tmPct" element
-
getType
STIterateType.Enum getType()
Gets the "type" attribute
-
xgetType
STIterateType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STIterateType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STIterateType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getBackwards
boolean getBackwards()
Gets the "backwards" attribute
-
xgetBackwards
XmlBoolean xgetBackwards()
Gets (as xml) the "backwards" attribute
-
isSetBackwards
boolean isSetBackwards()
True if has "backwards" attribute
-
setBackwards
void setBackwards(boolean backwards)
Sets the "backwards" attribute
-
xsetBackwards
void xsetBackwards(XmlBoolean backwards)
Sets (as xml) the "backwards" attribute
-
unsetBackwards
void unsetBackwards()
Unsets the "backwards" attribute
-
-