Package org.docx4j.dml.chart
Class CTErrBars
java.lang.Object
org.docx4j.dml.chart.CTErrBars
- All Implemented Interfaces:
Child
public class CTErrBars extends java.lang.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 Summary
Fields Modifier and Type Field Description protected CTErrBarTypeerrBarTypeprotected CTErrDirerrDirprotected CTErrValTypeerrValTypeprotected CTExtensionListextLstprotected CTNumDataSourceminusprotected CTBooleannoEndCapprotected CTNumDataSourceplusprotected CTShapePropertiesspPrprotected CTDoubleval -
Constructor Summary
Constructors Constructor Description CTErrBars() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTErrBarTypegetErrBarType()Gets the value of the errBarType property.CTErrDirgetErrDir()Gets the value of the errDir property.CTErrValTypegetErrValType()Gets the value of the errValType property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTNumDataSourcegetMinus()Gets the value of the minus property.CTBooleangetNoEndCap()Gets the value of the noEndCap property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTNumDataSourcegetPlus()Gets the value of the plus property.CTShapePropertiesgetSpPr()Gets the value of the spPr property.CTDoublegetVal()Gets the value of the val property.voidsetErrBarType(CTErrBarType value)Sets the value of the errBarType property.voidsetErrDir(CTErrDir value)Sets the value of the errDir property.voidsetErrValType(CTErrValType value)Sets the value of the errValType property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetMinus(CTNumDataSource value)Sets the value of the minus property.voidsetNoEndCap(CTBoolean value)Sets the value of the noEndCap property.voidsetParent(java.lang.Object parent)voidsetPlus(CTNumDataSource value)Sets the value of the plus property.voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetVal(CTDouble value)Sets the value of the val property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
errDir
-
errBarType
-
errValType
-
noEndCap
-
plus
-
minus
-
val
-
spPr
-
extLst
-
-
Constructor Details
-
CTErrBars
public CTErrBars()
-
-
Method Details
-
getErrDir
Gets the value of the errDir property.- Returns:
- possible object is
CTErrDir
-
setErrDir
Sets the value of the errDir property.- Parameters:
value- allowed object isCTErrDir
-
getErrBarType
Gets the value of the errBarType property.- Returns:
- possible object is
CTErrBarType
-
setErrBarType
Sets the value of the errBarType property.- Parameters:
value- allowed object isCTErrBarType
-
getErrValType
Gets the value of the errValType property.- Returns:
- possible object is
CTErrValType
-
setErrValType
Sets the value of the errValType property.- Parameters:
value- allowed object isCTErrValType
-
getNoEndCap
Gets the value of the noEndCap property.- Returns:
- possible object is
CTBoolean
-
setNoEndCap
Sets the value of the noEndCap property.- Parameters:
value- allowed object isCTBoolean
-
getPlus
Gets the value of the plus property.- Returns:
- possible object is
CTNumDataSource
-
setPlus
Sets the value of the plus property.- Parameters:
value- allowed object isCTNumDataSource
-
getMinus
Gets the value of the minus property.- Returns:
- possible object is
CTNumDataSource
-
setMinus
Sets the value of the minus property.- Parameters:
value- allowed object isCTNumDataSource
-
getVal
Gets the value of the val property.- Returns:
- possible object is
CTDouble
-
setVal
Sets the value of the val property.- Parameters:
value- allowed object isCTDouble
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
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(jakarta.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.
-