Package org.pptx4j.pml
Class CTTLIterateData
java.lang.Object
org.pptx4j.pml.CTTLIterateData
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleanbackwardsprotected CTTLIterateIntervalTimetmAbsprotected CTTLIterateIntervalPercentagetmPctprotected STIterateTypetype -
Constructor Summary
Constructors Constructor Description CTTLIterateData() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTLIterateIntervalTimegetTmAbs()Gets the value of the tmAbs property.CTTLIterateIntervalPercentagegetTmPct()Gets the value of the tmPct property.STIterateTypegetType()Gets the value of the type property.booleanisBackwards()Gets the value of the backwards property.voidsetBackwards(java.lang.Boolean value)Sets the value of the backwards property.voidsetParent(java.lang.Object parent)voidsetTmAbs(CTTLIterateIntervalTime value)Sets the value of the tmAbs property.voidsetTmPct(CTTLIterateIntervalPercentage value)Sets the value of the tmPct property.voidsetType(STIterateType value)Sets the value of the type property.
-
Field Details
-
Constructor Details
-
CTTLIterateData
public CTTLIterateData()
-
-
Method Details
-
getTmAbs
Gets the value of the tmAbs property.- Returns:
- possible object is
CTTLIterateIntervalTime
-
setTmAbs
Sets the value of the tmAbs property.- Parameters:
value- allowed object isCTTLIterateIntervalTime
-
getTmPct
Gets the value of the tmPct property.- Returns:
- possible object is
CTTLIterateIntervalPercentage
-
setTmPct
Sets the value of the tmPct property.- Parameters:
value- allowed object isCTTLIterateIntervalPercentage
-
getType
Gets the value of the type property.- Returns:
- possible object is
STIterateType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTIterateType
-
isBackwards
public boolean isBackwards()Gets the value of the backwards property.- Returns:
- possible object is
Boolean
-
setBackwards
public void setBackwards(java.lang.Boolean value)Sets the value of the backwards property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-