public class CTTLAnimVariant extends java.lang.Object implements Child
Java class for CT_TLAnimVariant complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLAnimVariant">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="boolVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantBooleanVal"/>
<element name="intVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantIntegerVal"/>
<element name="fltVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantFloatVal"/>
<element name="strVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantStringVal"/>
<element name="clrVal" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTLAnimVariantBooleanVal |
boolVal |
protected CTColor |
clrVal |
protected CTTLAnimVariantFloatVal |
fltVal |
protected CTTLAnimVariantIntegerVal |
intVal |
protected CTTLAnimVariantStringVal |
strVal |
| Constructor and Description |
|---|
CTTLAnimVariant() |
| 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.
|
CTTLAnimVariantBooleanVal |
getBoolVal()
Gets the value of the boolVal property.
|
CTColor |
getClrVal()
Gets the value of the clrVal property.
|
CTTLAnimVariantFloatVal |
getFltVal()
Gets the value of the fltVal property.
|
CTTLAnimVariantIntegerVal |
getIntVal()
Gets the value of the intVal property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTLAnimVariantStringVal |
getStrVal()
Gets the value of the strVal property.
|
void |
setBoolVal(CTTLAnimVariantBooleanVal value)
Sets the value of the boolVal property.
|
void |
setClrVal(CTColor value)
Sets the value of the clrVal property.
|
void |
setFltVal(CTTLAnimVariantFloatVal value)
Sets the value of the fltVal property.
|
void |
setIntVal(CTTLAnimVariantIntegerVal value)
Sets the value of the intVal property.
|
void |
setParent(java.lang.Object parent) |
void |
setStrVal(CTTLAnimVariantStringVal value)
Sets the value of the strVal property.
|
protected CTTLAnimVariantBooleanVal boolVal
protected CTTLAnimVariantIntegerVal intVal
protected CTTLAnimVariantFloatVal fltVal
protected CTTLAnimVariantStringVal strVal
protected CTColor clrVal
public CTTLAnimVariantBooleanVal getBoolVal()
CTTLAnimVariantBooleanValpublic void setBoolVal(CTTLAnimVariantBooleanVal value)
value - allowed object is
CTTLAnimVariantBooleanValpublic CTTLAnimVariantIntegerVal getIntVal()
CTTLAnimVariantIntegerValpublic void setIntVal(CTTLAnimVariantIntegerVal value)
value - allowed object is
CTTLAnimVariantIntegerValpublic CTTLAnimVariantFloatVal getFltVal()
CTTLAnimVariantFloatValpublic void setFltVal(CTTLAnimVariantFloatVal value)
value - allowed object is
CTTLAnimVariantFloatValpublic CTTLAnimVariantStringVal getStrVal()
CTTLAnimVariantStringValpublic void setStrVal(CTTLAnimVariantStringVal value)
value - allowed object is
CTTLAnimVariantStringValpublic CTColor getClrVal()
CTColorpublic void setClrVal(CTColor value)
value - allowed object is
CTColorpublic 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.