public class CTTLTimeAnimateValue extends Object implements Child
Java class for CT_TLTimeAnimateValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLTimeAnimateValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="val" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariant" minOccurs="0"/>
</sequence>
<attribute name="tm" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTimeAnimateValueTime" default="indefinite" />
<attribute name="fmla" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fmla |
protected String |
tm |
protected CTTLAnimVariant |
val |
| Constructor and Description |
|---|
CTTLTimeAnimateValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getFmla()
Gets the value of the fmla property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getTm()
Gets the value of the tm property.
|
CTTLAnimVariant |
getVal()
Gets the value of the val property.
|
void |
setFmla(String value)
Sets the value of the fmla property.
|
void |
setParent(Object parent) |
void |
setTm(String value)
Sets the value of the tm property.
|
void |
setVal(CTTLAnimVariant value)
Sets the value of the val property.
|
protected CTTLAnimVariant val
protected String tm
protected String fmla
public CTTLAnimVariant getVal()
CTTLAnimVariantpublic void setVal(CTTLAnimVariant value)
value - allowed object is
CTTLAnimVariantpublic void setTm(String value)
value - allowed object is
Stringpublic String getFmla()
Stringpublic void setFmla(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.