Class CTTLOleBuildChart

java.lang.Object
org.pptx4j.pml.CTTLOleBuildChart
All Implemented Interfaces:
Child

public class CTTLOleBuildChart
extends java.lang.Object
implements Child

Java class for CT_TLOleBuildChart complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLOleBuildChart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
       <attribute name="bld" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLOleChartBuildType" default="allAtOnce" />
       <attribute name="animBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Boolean animBg  
    protected STTLOleChartBuildType bld  
    protected long grpId  
    protected java.lang.String spid  
    protected java.lang.Boolean uiExpand  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTTLOleBuildChart()  
  • Method Summary

    Modifier and Type Method 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.
    STTLOleChartBuildType getBld()
    Gets the value of the bld property.
    long getGrpId()
    Gets the value of the grpId property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getSpid()
    Gets the value of the spid property.
    boolean isAnimBg()
    Gets the value of the animBg property.
    boolean isUiExpand()
    Gets the value of the uiExpand property.
    void setAnimBg​(java.lang.Boolean value)
    Sets the value of the animBg property.
    void setBld​(STTLOleChartBuildType value)
    Sets the value of the bld property.
    void setGrpId​(long value)
    Sets the value of the grpId property.
    void setParent​(java.lang.Object parent)  
    void setSpid​(java.lang.String value)
    Sets the value of the spid property.
    void setUiExpand​(java.lang.Boolean value)
    Sets the value of the uiExpand property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getBld

      public STTLOleChartBuildType getBld()
      Gets the value of the bld property.
      Returns:
      possible object is STTLOleChartBuildType
    • setBld

      public void setBld​(STTLOleChartBuildType value)
      Sets the value of the bld property.
      Parameters:
      value - allowed object is STTLOleChartBuildType
    • isAnimBg

      public boolean isAnimBg()
      Gets the value of the animBg property.
      Returns:
      possible object is Boolean
    • setAnimBg

      public void setAnimBg​(java.lang.Boolean value)
      Sets the value of the animBg property.
      Parameters:
      value - allowed object is Boolean
    • getSpid

      public java.lang.String getSpid()
      Gets the value of the spid property.
      Returns:
      possible object is String
    • setSpid

      public void setSpid​(java.lang.String value)
      Sets the value of the spid property.
      Parameters:
      value - allowed object is String
    • getGrpId

      public long getGrpId()
      Gets the value of the grpId property.
    • setGrpId

      public void setGrpId​(long value)
      Sets the value of the grpId property.
    • isUiExpand

      public boolean isUiExpand()
      Gets the value of the uiExpand property.
      Returns:
      possible object is Boolean
    • setUiExpand

      public void setUiExpand​(java.lang.Boolean value)
      Sets the value of the uiExpand property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.