Package org.docx4j.dml.chart
Class CTErrBars
java.lang.Object
org.docx4j.dml.chart.CTErrBars
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTErrBarTypeprotected CTErrDirprotected CTErrValTypeprotected CTExtensionListprotected CTNumDataSourceprotected CTBooleanprotected CTNumDataSourceprotected CTShapePropertiesprotected CTDouble -
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 errBarType property.Gets the value of the errDir property.Gets the value of the errValType property.Gets the value of the extLst property.getMinus()Gets the value of the minus property.Gets the value of the noEndCap property.Gets the parent object in the object tree representing the unmarshalled xml document.getPlus()Gets the value of the plus property.getSpPr()Gets the value of the spPr property.getVal()Gets the value of the val property.voidsetErrBarType(CTErrBarType value) Sets the value of the errBarType property.voidSets 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.voidvoidsetPlus(CTNumDataSource value) Sets the value of the plus property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidSets the value of the val property.
-
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
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.
-