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>
| Modifier and Type | Field and Description |
|---|---|
protected CTErrBarType |
errBarType |
protected CTErrDir |
errDir |
protected CTErrValType |
errValType |
protected CTExtensionList |
extLst |
protected CTNumDataSource |
minus |
protected CTBoolean |
noEndCap |
protected CTNumDataSource |
plus |
protected CTShapeProperties |
spPr |
protected CTDouble |
val |
| Constructor and Description |
|---|
CTErrBars() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTErrBarType |
getErrBarType()
Gets the value of the errBarType property.
|
CTErrDir |
getErrDir()
Gets the value of the errDir property.
|
CTErrValType |
getErrValType()
Gets the value of the errValType property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTNumDataSource |
getMinus()
Gets the value of the minus property.
|
CTBoolean |
getNoEndCap()
Gets the value of the noEndCap property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTNumDataSource |
getPlus()
Gets the value of the plus property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTDouble |
getVal()
Gets the value of the val property.
|
void |
setErrBarType(CTErrBarType value)
Sets the value of the errBarType property.
|
void |
setErrDir(CTErrDir value)
Sets the value of the errDir property.
|
void |
setErrValType(CTErrValType value)
Sets the value of the errValType property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setMinus(CTNumDataSource value)
Sets the value of the minus property.
|
void |
setNoEndCap(CTBoolean value)
Sets the value of the noEndCap property.
|
void |
setParent(Object parent) |
void |
setPlus(CTNumDataSource value)
Sets the value of the plus property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setVal(CTDouble value)
Sets the value of the val property.
|
protected CTErrDir errDir
protected CTErrBarType errBarType
protected CTErrValType errValType
protected CTBoolean noEndCap
protected CTNumDataSource plus
protected CTNumDataSource minus
protected CTDouble val
protected CTShapeProperties spPr
protected CTExtensionList extLst
public CTErrDir getErrDir()
CTErrDirpublic void setErrDir(CTErrDir value)
value - allowed object is
CTErrDirpublic CTErrBarType getErrBarType()
CTErrBarTypepublic void setErrBarType(CTErrBarType value)
value - allowed object is
CTErrBarTypepublic CTErrValType getErrValType()
CTErrValTypepublic void setErrValType(CTErrValType value)
value - allowed object is
CTErrValTypepublic CTBoolean getNoEndCap()
CTBooleanpublic void setNoEndCap(CTBoolean value)
value - allowed object is
CTBooleanpublic CTNumDataSource getPlus()
CTNumDataSourcepublic void setPlus(CTNumDataSource value)
value - allowed object is
CTNumDataSourcepublic CTNumDataSource getMinus()
CTNumDataSourcepublic void setMinus(CTNumDataSource value)
value - allowed object is
CTNumDataSourcepublic CTDouble getVal()
CTDoublepublic void setVal(CTDouble value)
value - allowed object is
CTDoublepublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.