public class CTTLIterateData extends Object
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 Boolean |
backwards |
protected CTTLIterateIntervalTime |
tmAbs |
protected CTTLIterateIntervalPercentage |
tmPct |
protected STIterateType |
type |
Constructor and Description |
---|
CTTLIterateData() |
Modifier and Type | Method and Description |
---|---|
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(Boolean value)
Sets the value of the backwards property.
|
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 Boolean backwards
public CTTLIterateIntervalTime getTmAbs()
CTTLIterateIntervalTime
public void setTmAbs(CTTLIterateIntervalTime value)
value
- allowed object is
CTTLIterateIntervalTime
public CTTLIterateIntervalPercentage getTmPct()
CTTLIterateIntervalPercentage
public void setTmPct(CTTLIterateIntervalPercentage value)
value
- allowed object is
CTTLIterateIntervalPercentage
public STIterateType getType()
STIterateType
public void setType(STIterateType value)
value
- allowed object is
STIterateType
public boolean isBackwards()
Boolean
Copyright © 2007-2018. All Rights Reserved.