public class CTTLAnimVariant extends Object
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 |
---|---|
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.
|
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 |
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()
CTTLAnimVariantBooleanVal
public void setBoolVal(CTTLAnimVariantBooleanVal value)
value
- allowed object is
CTTLAnimVariantBooleanVal
public CTTLAnimVariantIntegerVal getIntVal()
CTTLAnimVariantIntegerVal
public void setIntVal(CTTLAnimVariantIntegerVal value)
value
- allowed object is
CTTLAnimVariantIntegerVal
public CTTLAnimVariantFloatVal getFltVal()
CTTLAnimVariantFloatVal
public void setFltVal(CTTLAnimVariantFloatVal value)
value
- allowed object is
CTTLAnimVariantFloatVal
public CTTLAnimVariantStringVal getStrVal()
CTTLAnimVariantStringVal
public void setStrVal(CTTLAnimVariantStringVal value)
value
- allowed object is
CTTLAnimVariantStringVal
public CTColor getClrVal()
CTColor
Copyright © 2007-2019. All Rights Reserved.