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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTLIterateData.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 CTTLIterateIntervalTimeaddNewTmAbs()Appends and returns a new empty "tmAbs" elementCTTLIterateIntervalPercentageaddNewTmPct()Appends and returns a new empty "tmPct" elementbooleangetBackwards()Gets the "backwards" attributeCTTLIterateIntervalTimegetTmAbs()Gets the "tmAbs" elementCTTLIterateIntervalPercentagegetTmPct()Gets the "tmPct" elementSTIterateType.EnumgetType()Gets the "type" attributebooleanisSetBackwards()True if has "backwards" attributebooleanisSetTmAbs()True if has "tmAbs" elementbooleanisSetTmPct()True if has "tmPct" elementbooleanisSetType()True if has "type" attributevoidsetBackwards(boolean backwards)Sets the "backwards" attributevoidsetTmAbs(CTTLIterateIntervalTime tmAbs)Sets the "tmAbs" elementvoidsetTmPct(CTTLIterateIntervalPercentage tmPct)Sets the "tmPct" elementvoidsetType(STIterateType.Enum type)Sets the "type" attributevoidunsetBackwards()Unsets the "backwards" attributevoidunsetTmAbs()Unsets the "tmAbs" elementvoidunsetTmPct()Unsets the "tmPct" elementvoidunsetType()Unsets the "type" attributeXmlBooleanxgetBackwards()Gets (as xml) the "backwards" attributeSTIterateTypexgetType()Gets (as xml) the "type" attributevoidxsetBackwards(XmlBoolean backwards)Sets (as xml) the "backwards" attributevoidxsetType(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
-