Package org.pptx4j.pml
Class CTTLAnimVariant
java.lang.Object
org.pptx4j.pml.CTTLAnimVariant
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTTLAnimVariantBooleanValboolValprotected CTColorclrValprotected CTTLAnimVariantFloatValfltValprotected CTTLAnimVariantIntegerValintValprotected CTTLAnimVariantStringValstrVal -
Constructor Summary
Constructors Constructor Description CTTLAnimVariant() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTTLAnimVariantBooleanValgetBoolVal()Gets the value of the boolVal property.CTColorgetClrVal()Gets the value of the clrVal property.CTTLAnimVariantFloatValgetFltVal()Gets the value of the fltVal property.CTTLAnimVariantIntegerValgetIntVal()Gets the value of the intVal property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTTLAnimVariantStringValgetStrVal()Gets the value of the strVal property.voidsetBoolVal(CTTLAnimVariantBooleanVal value)Sets the value of the boolVal property.voidsetClrVal(CTColor value)Sets the value of the clrVal property.voidsetFltVal(CTTLAnimVariantFloatVal value)Sets the value of the fltVal property.voidsetIntVal(CTTLAnimVariantIntegerVal value)Sets the value of the intVal property.voidsetParent(java.lang.Object parent)voidsetStrVal(CTTLAnimVariantStringVal value)Sets the value of the strVal property.
-
Field Details
-
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
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-