public class CTTLIterateData extends java.lang.Object implements Child
Java class for CT_TLIterateData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLIterateData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="tmAbs" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateIntervalTime"/>
<element name="tmPct" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateIntervalPercentage"/>
</choice>
<attribute name="type" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_IterateType" default="el" />
<attribute name="backwards" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
backwards |
protected CTTLIterateIntervalTime |
tmAbs |
protected CTTLIterateIntervalPercentage |
tmPct |
protected STIterateType |
type |
| Constructor and Description |
|---|
CTTLIterateData() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTLIterateIntervalTime |
getTmAbs()
Gets the value of the tmAbs property.
|
CTTLIterateIntervalPercentage |
getTmPct()
Gets the value of the tmPct property.
|
STIterateType |
getType()
Gets the value of the type property.
|
boolean |
isBackwards()
Gets the value of the backwards property.
|
void |
setBackwards(java.lang.Boolean value)
Sets the value of the backwards property.
|
void |
setParent(java.lang.Object parent) |
void |
setTmAbs(CTTLIterateIntervalTime value)
Sets the value of the tmAbs property.
|
void |
setTmPct(CTTLIterateIntervalPercentage value)
Sets the value of the tmPct property.
|
void |
setType(STIterateType value)
Sets the value of the type property.
|
protected CTTLIterateIntervalTime tmAbs
protected CTTLIterateIntervalPercentage tmPct
protected STIterateType type
protected java.lang.Boolean backwards
public CTTLIterateIntervalTime getTmAbs()
CTTLIterateIntervalTimepublic void setTmAbs(CTTLIterateIntervalTime value)
value - allowed object is
CTTLIterateIntervalTimepublic CTTLIterateIntervalPercentage getTmPct()
CTTLIterateIntervalPercentagepublic void setTmPct(CTTLIterateIntervalPercentage value)
value - allowed object is
CTTLIterateIntervalPercentagepublic STIterateType getType()
STIterateTypepublic void setType(STIterateType value)
value - allowed object is
STIterateTypepublic boolean isBackwards()
Booleanpublic void setBackwards(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.