Class CTBubbleSer
- All Implemented Interfaces:
Child
public class CTBubbleSer extends java.lang.Object implements Child
Java class for CT_BubbleSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BubbleSer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
<element name="invertIfNegative" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="dPt" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DPt" maxOccurs="unbounded" minOccurs="0"/>
<element name="dLbls" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbls" minOccurs="0"/>
<element name="trendline" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Trendline" maxOccurs="unbounded" minOccurs="0"/>
<element name="errBars" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrBars" maxOccurs="2" minOccurs="0"/>
<element name="xVal" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/>
<element name="yVal" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
<element name="bubbleSize" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
<element name="bubble3D" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" 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 CTBooleanbubble3Dprotected CTNumDataSourcebubbleSizeprotected CTDLblsdLblsprotected java.util.List<CTDPt>dPtprotected java.util.List<CTErrBars>errBarsprotected CTExtensionListextLstprotected CTUnsignedIntidxprotected CTBooleaninvertIfNegativeprotected CTUnsignedIntorderprotected CTShapePropertiesspPrprotected java.util.List<CTTrendline>trendlineprotected CTSerTxtxprotected CTAxDataSourcexValprotected CTNumDataSourceyVal -
Constructor Summary
Constructors Constructor Description CTBubbleSer() -
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.CTBooleangetBubble3D()Gets the value of the bubble3D property.CTNumDataSourcegetBubbleSize()Gets the value of the bubbleSize property.CTDLblsgetDLbls()Gets the value of the dLbls property.java.util.List<CTDPt>getDPt()Gets the value of the dPt property.java.util.List<CTErrBars>getErrBars()Gets the value of the errBars property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTUnsignedIntgetIdx()Gets the value of the idx property.CTBooleangetInvertIfNegative()Gets the value of the invertIfNegative property.CTUnsignedIntgetOrder()Gets the value of the order property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTShapePropertiesgetSpPr()Gets the value of the spPr property.java.util.List<CTTrendline>getTrendline()Gets the value of the trendline property.CTSerTxgetTx()Gets the value of the tx property.CTAxDataSourcegetXVal()Gets the value of the xVal property.CTNumDataSourcegetYVal()Gets the value of the yVal property.voidsetBubble3D(CTBoolean value)Sets the value of the bubble3D property.voidsetBubbleSize(CTNumDataSource value)Sets the value of the bubbleSize property.voidsetDLbls(CTDLbls value)Sets the value of the dLbls property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetIdx(CTUnsignedInt value)Sets the value of the idx property.voidsetInvertIfNegative(CTBoolean value)Sets the value of the invertIfNegative property.voidsetOrder(CTUnsignedInt value)Sets the value of the order property.voidsetParent(java.lang.Object parent)voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetTx(CTSerTx value)Sets the value of the tx property.voidsetXVal(CTAxDataSource value)Sets the value of the xVal property.voidsetYVal(CTNumDataSource value)Sets the value of the yVal property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
idx
-
order
-
tx
-
spPr
-
invertIfNegative
-
dPt
-
dLbls
-
trendline
-
errBars
-
xVal
-
yVal
-
bubbleSize
-
bubble3D
-
extLst
-
-
Constructor Details
-
CTBubbleSer
public CTBubbleSer()
-
-
Method Details
-
getIdx
Gets the value of the idx property.- Returns:
- possible object is
CTUnsignedInt
-
setIdx
Sets the value of the idx property.- Parameters:
value- allowed object isCTUnsignedInt
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
CTUnsignedInt
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isCTUnsignedInt
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
CTSerTx
-
setTx
Sets the value of the tx property.- Parameters:
value- allowed object isCTSerTx
-
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
-
getInvertIfNegative
Gets the value of the invertIfNegative property.- Returns:
- possible object is
CTBoolean
-
setInvertIfNegative
Sets the value of the invertIfNegative property.- Parameters:
value- allowed object isCTBoolean
-
getDPt
Gets the value of the dPt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dPt property.For example, to add a new item, do as follows:
getDPt().add(newItem);Objects of the following type(s) are allowed in the list
CTDPt -
getDLbls
Gets the value of the dLbls property.- Returns:
- possible object is
CTDLbls
-
setDLbls
Sets the value of the dLbls property.- Parameters:
value- allowed object isCTDLbls
-
getTrendline
Gets the value of the trendline property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the trendline property.For example, to add a new item, do as follows:
getTrendline().add(newItem);Objects of the following type(s) are allowed in the list
CTTrendline -
getErrBars
Gets the value of the errBars property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the errBars property.For example, to add a new item, do as follows:
getErrBars().add(newItem);Objects of the following type(s) are allowed in the list
CTErrBars -
getXVal
Gets the value of the xVal property.- Returns:
- possible object is
CTAxDataSource
-
setXVal
Sets the value of the xVal property.- Parameters:
value- allowed object isCTAxDataSource
-
getYVal
Gets the value of the yVal property.- Returns:
- possible object is
CTNumDataSource
-
setYVal
Sets the value of the yVal property.- Parameters:
value- allowed object isCTNumDataSource
-
getBubbleSize
Gets the value of the bubbleSize property.- Returns:
- possible object is
CTNumDataSource
-
setBubbleSize
Sets the value of the bubbleSize property.- Parameters:
value- allowed object isCTNumDataSource
-
getBubble3D
Gets the value of the bubble3D property.- Returns:
- possible object is
CTBoolean
-
setBubble3D
Sets the value of the bubble3D property.- Parameters:
value- allowed object isCTBoolean
-
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.
-