Class CTScatterSer
- All Implemented Interfaces:
Child
public class CTScatterSer extends java.lang.Object implements Child
Java class for CT_ScatterSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ScatterSer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
<element name="marker" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Marker" 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="smooth" 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 CTDLblsdLblsprotected java.util.List<CTDPt>dPtprotected java.util.List<CTErrBars>errBarsprotected CTExtensionListextLstprotected CTUnsignedIntidxprotected CTMarkermarkerprotected CTUnsignedIntorderprotected CTBooleansmoothprotected CTShapePropertiesspPrprotected java.util.List<CTTrendline>trendlineprotected CTSerTxtxprotected CTAxDataSourcexValprotected CTNumDataSourceyVal -
Constructor Summary
Constructors Constructor Description CTScatterSer() -
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.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.CTMarkergetMarker()Gets the value of the marker 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.CTBooleangetSmooth()Gets the value of the smooth property.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.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.voidsetMarker(CTMarker value)Sets the value of the marker property.voidsetOrder(CTUnsignedInt value)Sets the value of the order property.voidsetParent(java.lang.Object parent)voidsetSmooth(CTBoolean value)Sets the value of the smooth property.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
-
marker
-
dPt
-
dLbls
-
trendline
-
errBars
-
xVal
-
yVal
-
smooth
-
extLst
-
-
Constructor Details
-
CTScatterSer
public CTScatterSer()
-
-
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
-
getMarker
Gets the value of the marker property.- Returns:
- possible object is
CTMarker
-
setMarker
Sets the value of the marker property.- Parameters:
value- allowed object isCTMarker
-
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
-
getSmooth
Gets the value of the smooth property.- Returns:
- possible object is
CTBoolean
-
setSmooth
Sets the value of the smooth 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.
-