Package org.pptx4j.pml
Class CTTLAnimVariant
java.lang.Object
org.pptx4j.pml.CTTLAnimVariant
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTTLAnimVariantBooleanValprotected CTColorprotected CTTLAnimVariantFloatValprotected CTTLAnimVariantIntegerValprotected CTTLAnimVariantStringVal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the boolVal property.Gets the value of the clrVal property.Gets the value of the fltVal property.Gets the value of the intVal property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the strVal property.voidSets the value of the boolVal property.voidSets the value of the clrVal property.voidsetFltVal(CTTLAnimVariantFloatVal value) Sets the value of the fltVal property.voidSets the value of the intVal property.voidvoidSets the value of the strVal property.
-
Field Details
-
boolVal
-
intVal
-
fltVal
-
strVal
-
clrVal
-
-
Constructor Details
-
CTTLAnimVariant
public CTTLAnimVariant()
-
-
Method Details
-
getBoolVal
Gets the value of the boolVal property.- Returns:
- possible object is
CTTLAnimVariantBooleanVal
-
setBoolVal
Sets the value of the boolVal property.- Parameters:
value- allowed object isCTTLAnimVariantBooleanVal
-
getIntVal
Gets the value of the intVal property.- Returns:
- possible object is
CTTLAnimVariantIntegerVal
-
setIntVal
Sets the value of the intVal property.- Parameters:
value- allowed object isCTTLAnimVariantIntegerVal
-
getFltVal
Gets the value of the fltVal property.- Returns:
- possible object is
CTTLAnimVariantFloatVal
-
setFltVal
Sets the value of the fltVal property.- Parameters:
value- allowed object isCTTLAnimVariantFloatVal
-
getStrVal
Gets the value of the strVal property.- Returns:
- possible object is
CTTLAnimVariantStringVal
-
setStrVal
Sets the value of the strVal property.- Parameters:
value- allowed object isCTTLAnimVariantStringVal
-
getClrVal
Gets the value of the clrVal property.- Returns:
- possible object is
CTColor
-
setClrVal
Sets the value of the clrVal property.- Parameters:
value- allowed object isCTColor
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-