public class CTBubbleSer extends Object implements SerContentXY
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>
Modifier and Type | Field and Description |
---|---|
protected CTBoolean |
bubble3D |
protected CTNumDataSource |
bubbleSize |
protected CTDLbls |
dLbls |
protected List<CTDPt> |
dPt |
protected List<CTErrBars> |
errBars |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTBoolean |
invertIfNegative |
protected CTUnsignedInt |
order |
protected CTShapeProperties |
spPr |
protected List<CTTrendline> |
trendline |
protected CTSerTx |
tx |
protected CTAxDataSource |
xVal |
protected CTNumDataSource |
yVal |
Constructor and Description |
---|
CTBubbleSer() |
Modifier and Type | Method and Description |
---|---|
CTBoolean |
getBubble3D()
Gets the value of the bubble3D property.
|
CTNumDataSource |
getBubbleSize()
Gets the value of the bubbleSize property.
|
CTDLbls |
getDLbls()
Gets the value of the dLbls property.
|
List<CTDPt> |
getDPt()
Gets the value of the dPt property.
|
List<CTErrBars> |
getErrBars()
Gets the value of the errBars property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
CTBoolean |
getInvertIfNegative()
Gets the value of the invertIfNegative property.
|
CTUnsignedInt |
getOrder()
Gets the value of the order property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
List<CTTrendline> |
getTrendline()
Gets the value of the trendline property.
|
CTSerTx |
getTx()
Gets the value of the tx property.
|
CTAxDataSource |
getXVal()
Gets the value of the xVal property.
|
CTNumDataSource |
getYVal()
Gets the value of the yVal property.
|
void |
setBubble3D(CTBoolean value)
Sets the value of the bubble3D property.
|
void |
setBubbleSize(CTNumDataSource value)
Sets the value of the bubbleSize property.
|
void |
setDLbls(CTDLbls value)
Sets the value of the dLbls property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setInvertIfNegative(CTBoolean value)
Sets the value of the invertIfNegative property.
|
void |
setOrder(CTUnsignedInt value)
Sets the value of the order property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTSerTx value)
Sets the value of the tx property.
|
void |
setXVal(CTAxDataSource value)
Sets the value of the xVal property.
|
void |
setYVal(CTNumDataSource value)
Sets the value of the yVal property.
|
protected CTUnsignedInt idx
protected CTUnsignedInt order
protected CTSerTx tx
protected CTShapeProperties spPr
protected CTBoolean invertIfNegative
protected CTDLbls dLbls
protected List<CTTrendline> trendline
protected CTAxDataSource xVal
protected CTNumDataSource yVal
protected CTNumDataSource bubbleSize
protected CTBoolean bubble3D
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
getIdx
in interface SerContentXY
CTUnsignedInt
public void setIdx(CTUnsignedInt value)
setIdx
in interface SerContentXY
value
- allowed object is
CTUnsignedInt
public CTUnsignedInt getOrder()
getOrder
in interface SerContentXY
CTUnsignedInt
public void setOrder(CTUnsignedInt value)
setOrder
in interface SerContentXY
value
- allowed object is
CTUnsignedInt
public CTSerTx getTx()
getTx
in interface SerContentXY
CTSerTx
public void setTx(CTSerTx value)
setTx
in interface SerContentXY
value
- allowed object is
CTSerTx
public CTShapeProperties getSpPr()
getSpPr
in interface SerContentXY
CTShapeProperties
public void setSpPr(CTShapeProperties value)
setSpPr
in interface SerContentXY
value
- allowed object is
CTShapeProperties
public CTBoolean getInvertIfNegative()
CTBoolean
public void setInvertIfNegative(CTBoolean value)
value
- allowed object is
CTBoolean
public List<CTDPt> getDPt()
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 set
method 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
getDPt
in interface SerContentXY
public CTDLbls getDLbls()
getDLbls
in interface SerContentXY
CTDLbls
public void setDLbls(CTDLbls value)
setDLbls
in interface SerContentXY
value
- allowed object is
CTDLbls
public List<CTTrendline> getTrendline()
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 set
method 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
getTrendline
in interface SerContentXY
public List<CTErrBars> getErrBars()
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 set
method 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
getErrBars
in interface SerContentXY
public CTAxDataSource getXVal()
getXVal
in interface SerContentXY
CTAxDataSource
public void setXVal(CTAxDataSource value)
setXVal
in interface SerContentXY
value
- allowed object is
CTAxDataSource
public CTNumDataSource getYVal()
getYVal
in interface SerContentXY
CTNumDataSource
public void setYVal(CTNumDataSource value)
setYVal
in interface SerContentXY
value
- allowed object is
CTNumDataSource
public CTNumDataSource getBubbleSize()
CTNumDataSource
public void setBubbleSize(CTNumDataSource value)
value
- allowed object is
CTNumDataSource
public CTBoolean getBubble3D()
CTBoolean
public void setBubble3D(CTBoolean value)
value
- allowed object is
CTBoolean
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2013. All Rights Reserved.