public class CTTLTimeAnimateValue extends java.lang.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 java.lang.String |
fmla |
protected java.lang.String |
tm |
protected CTTLAnimVariant |
val |
| Constructor and Description |
|---|
CTTLTimeAnimateValue() |
| 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.
|
java.lang.String |
getFmla()
Gets the value of the fmla property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getTm()
Gets the value of the tm property.
|
CTTLAnimVariant |
getVal()
Gets the value of the val property.
|
void |
setFmla(java.lang.String value)
Sets the value of the fmla property.
|
void |
setParent(java.lang.Object parent) |
void |
setTm(java.lang.String value)
Sets the value of the tm property.
|
void |
setVal(CTTLAnimVariant value)
Sets the value of the val property.
|
protected CTTLAnimVariant val
protected java.lang.String tm
protected java.lang.String fmla
public CTTLAnimVariant getVal()
CTTLAnimVariantpublic void setVal(CTTLAnimVariant value)
value - allowed object is
CTTLAnimVariantpublic java.lang.String getTm()
Stringpublic void setTm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFmla()
Stringpublic void setFmla(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.