Package org.pptx4j.pml
Class CTTLAnimateEffectBehavior
java.lang.Object
org.pptx4j.pml.CTTLAnimateEffectBehavior
- All Implemented Interfaces:
Child
public class CTTLAnimateEffectBehavior extends java.lang.Object implements Child
Java class for CT_TLAnimateEffectBehavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLAnimateEffectBehavior">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
<element name="progress" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariant" minOccurs="0"/>
</sequence>
<attribute name="transition" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateEffectTransition" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prLst" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTTLCommonBehaviorDatacBhvrprotected java.lang.Stringfilterprotected java.lang.StringprLstprotected CTTLAnimVariantprogressprotected STTLAnimateEffectTransitiontransition -
Constructor Summary
Constructors Constructor Description CTTLAnimateEffectBehavior() -
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.CTTLCommonBehaviorDatagetCBhvr()Gets the value of the cBhvr property.java.lang.StringgetFilter()Gets the value of the filter property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetPrLst()Gets the value of the prLst property.CTTLAnimVariantgetProgress()Gets the value of the progress property.STTLAnimateEffectTransitiongetTransition()Gets the value of the transition property.voidsetCBhvr(CTTLCommonBehaviorData value)Sets the value of the cBhvr property.voidsetFilter(java.lang.String value)Sets the value of the filter property.voidsetParent(java.lang.Object parent)voidsetPrLst(java.lang.String value)Sets the value of the prLst property.voidsetProgress(CTTLAnimVariant value)Sets the value of the progress property.voidsetTransition(STTLAnimateEffectTransition value)Sets the value of the transition property.
-
Field Details
-
cBhvr
-
progress
-
transition
-
filter
protected java.lang.String filter -
prLst
protected java.lang.String prLst
-
-
Constructor Details
-
CTTLAnimateEffectBehavior
public CTTLAnimateEffectBehavior()
-
-
Method Details
-
getCBhvr
Gets the value of the cBhvr property.- Returns:
- possible object is
CTTLCommonBehaviorData
-
setCBhvr
Sets the value of the cBhvr property.- Parameters:
value- allowed object isCTTLCommonBehaviorData
-
getProgress
Gets the value of the progress property.- Returns:
- possible object is
CTTLAnimVariant
-
setProgress
Sets the value of the progress property.- Parameters:
value- allowed object isCTTLAnimVariant
-
getTransition
Gets the value of the transition property.- Returns:
- possible object is
STTLAnimateEffectTransition
-
setTransition
Sets the value of the transition property.- Parameters:
value- allowed object isSTTLAnimateEffectTransition
-
getFilter
public java.lang.String getFilter()Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
public void setFilter(java.lang.String value)Sets the value of the filter property.- Parameters:
value- allowed object isString
-
getPrLst
public java.lang.String getPrLst()Gets the value of the prLst property.- Returns:
- possible object is
String
-
setPrLst
public void setPrLst(java.lang.String value)Sets the value of the prLst property.- Parameters:
value- allowed object isString
-
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.
-