Class CTErrBars

java.lang.Object
org.docx4j.dml.chart.CTErrBars
All Implemented Interfaces:
Child

public class CTErrBars extends Object implements Child

Java class for CT_ErrBars complex type.

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

 <complexType name="CT_ErrBars">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="errDir" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrDir" minOccurs="0"/>
         <element name="errBarType" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrBarType"/>
         <element name="errValType" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrValType"/>
         <element name="noEndCap" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="plus" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
         <element name="minus" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
         <element name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
         <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTErrBars

      public CTErrBars()
  • Method Details

    • getErrDir

      public CTErrDir getErrDir()
      Gets the value of the errDir property.
      Returns:
      possible object is CTErrDir
    • setErrDir

      public void setErrDir(CTErrDir value)
      Sets the value of the errDir property.
      Parameters:
      value - allowed object is CTErrDir
    • getErrBarType

      public CTErrBarType getErrBarType()
      Gets the value of the errBarType property.
      Returns:
      possible object is CTErrBarType
    • setErrBarType

      public void setErrBarType(CTErrBarType value)
      Sets the value of the errBarType property.
      Parameters:
      value - allowed object is CTErrBarType
    • getErrValType

      public CTErrValType getErrValType()
      Gets the value of the errValType property.
      Returns:
      possible object is CTErrValType
    • setErrValType

      public void setErrValType(CTErrValType value)
      Sets the value of the errValType property.
      Parameters:
      value - allowed object is CTErrValType
    • getNoEndCap

      public CTBoolean getNoEndCap()
      Gets the value of the noEndCap property.
      Returns:
      possible object is CTBoolean
    • setNoEndCap

      public void setNoEndCap(CTBoolean value)
      Sets the value of the noEndCap property.
      Parameters:
      value - allowed object is CTBoolean
    • getPlus

      public CTNumDataSource getPlus()
      Gets the value of the plus property.
      Returns:
      possible object is CTNumDataSource
    • setPlus

      public void setPlus(CTNumDataSource value)
      Sets the value of the plus property.
      Parameters:
      value - allowed object is CTNumDataSource
    • getMinus

      public CTNumDataSource getMinus()
      Gets the value of the minus property.
      Returns:
      possible object is CTNumDataSource
    • setMinus

      public void setMinus(CTNumDataSource value)
      Sets the value of the minus property.
      Parameters:
      value - allowed object is CTNumDataSource
    • getVal

      public CTDouble getVal()
      Gets the value of the val property.
      Returns:
      possible object is CTDouble
    • setVal

      public void setVal(CTDouble value)
      Sets the value of the val property.
      Parameters:
      value - allowed object is CTDouble
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.