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>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLCommonBehaviorData |
cBhvr |
protected java.lang.String |
filter |
protected java.lang.String |
prLst |
protected CTTLAnimVariant |
progress |
protected STTLAnimateEffectTransition |
transition |
| Constructor and Description |
|---|
CTTLAnimateEffectBehavior() |
| 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.
|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
java.lang.String |
getFilter()
Gets the value of the filter property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getPrLst()
Gets the value of the prLst property.
|
CTTLAnimVariant |
getProgress()
Gets the value of the progress property.
|
STTLAnimateEffectTransition |
getTransition()
Gets the value of the transition property.
|
void |
setCBhvr(CTTLCommonBehaviorData value)
Sets the value of the cBhvr property.
|
void |
setFilter(java.lang.String value)
Sets the value of the filter property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrLst(java.lang.String value)
Sets the value of the prLst property.
|
void |
setProgress(CTTLAnimVariant value)
Sets the value of the progress property.
|
void |
setTransition(STTLAnimateEffectTransition value)
Sets the value of the transition property.
|
protected CTTLCommonBehaviorData cBhvr
protected CTTLAnimVariant progress
protected STTLAnimateEffectTransition transition
protected java.lang.String filter
protected java.lang.String prLst
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorDatapublic void setCBhvr(CTTLCommonBehaviorData value)
value - allowed object is
CTTLCommonBehaviorDatapublic CTTLAnimVariant getProgress()
CTTLAnimVariantpublic void setProgress(CTTLAnimVariant value)
value - allowed object is
CTTLAnimVariantpublic STTLAnimateEffectTransition getTransition()
STTLAnimateEffectTransitionpublic void setTransition(STTLAnimateEffectTransition value)
value - allowed object is
STTLAnimateEffectTransitionpublic java.lang.String getFilter()
Stringpublic void setFilter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrLst()
Stringpublic void setPrLst(java.lang.String value)
value - allowed object is
Stringpublic 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–2023. All rights reserved.