Class CTLineSer
- All Implemented Interfaces:
Child
Java class for CT_LineSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LineSer">
<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" minOccurs="0"/>
<element name="cat" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/>
<element name="val" 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
FieldsModifier and TypeFieldDescriptionprotected CTAxDataSourceprotected CTDLblsprotected CTErrBarsprotected CTExtensionListprotected CTUnsignedIntprotected CTMarkerprotected CTUnsignedIntprotected CTBooleanprotected CTShapePropertiesprotected List<CTTrendline>protected CTSerTxprotected CTNumDataSource -
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.getCat()Gets the value of the cat property.getDLbls()Gets the value of the dLbls property.getDPt()Gets the value of the dPt property.Gets the value of the errBars property.Gets the value of the extLst property.getIdx()Gets the value of the idx property.Gets the value of the marker property.getOrder()Gets the value of the order property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the smooth property.getSpPr()Gets the value of the spPr property.Gets the value of the trendline property.getTx()Gets the value of the tx property.getVal()Gets the value of the val property.voidsetCat(CTAxDataSource value) Sets the value of the cat property.voidSets the value of the dLbls property.voidsetErrBars(CTErrBars value) Sets the value of the errBars property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetIdx(CTUnsignedInt value) Sets the value of the idx property.voidSets the value of the marker property.voidsetOrder(CTUnsignedInt value) Sets the value of the order property.voidvoidSets the value of the smooth property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidSets the value of the tx property.voidsetVal(CTNumDataSource value) Sets the value of the val property.
-
Field Details
-
idx
-
order
-
tx
-
spPr
-
marker
-
dPt
-
dLbls
-
trendline
-
errBars
-
cat
-
val
-
smooth
-
extLst
-
-
Constructor Details
-
CTLineSer
public CTLineSer()
-
-
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.- Returns:
- possible object is
CTErrBars
-
setErrBars
Sets the value of the errBars property.- Parameters:
value- allowed object isCTErrBars
-
getCat
Gets the value of the cat property.- Returns:
- possible object is
CTAxDataSource
-
setCat
Sets the value of the cat property.- Parameters:
value- allowed object isCTAxDataSource
-
getVal
Gets the value of the val property.- Returns:
- possible object is
CTNumDataSource
-
setVal
Sets the value of the val 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
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.
-