public class CTPieSer extends Object implements Child
Java class for CT_PieSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PieSer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
<element name="explosion" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt" 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="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="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTAxDataSource |
cat |
protected CTDLbls |
dLbls |
protected List<CTDPt> |
dPt |
protected CTUnsignedInt |
explosion |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTUnsignedInt |
order |
protected CTShapeProperties |
spPr |
protected CTSerTx |
tx |
protected CTNumDataSource |
val |
| Constructor and Description |
|---|
CTPieSer() |
| 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.
|
CTAxDataSource |
getCat()
Gets the value of the cat property.
|
CTDLbls |
getDLbls()
Gets the value of the dLbls property.
|
List<CTDPt> |
getDPt()
Gets the value of the dPt property.
|
CTUnsignedInt |
getExplosion()
Gets the value of the explosion property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
CTUnsignedInt |
getOrder()
Gets the value of the order property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTSerTx |
getTx()
Gets the value of the tx property.
|
CTNumDataSource |
getVal()
Gets the value of the val property.
|
void |
setCat(CTAxDataSource value)
Sets the value of the cat property.
|
void |
setDLbls(CTDLbls value)
Sets the value of the dLbls property.
|
void |
setExplosion(CTUnsignedInt value)
Sets the value of the explosion property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setOrder(CTUnsignedInt value)
Sets the value of the order property.
|
void |
setParent(Object parent) |
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTSerTx value)
Sets the value of the tx property.
|
void |
setVal(CTNumDataSource value)
Sets the value of the val property.
|
protected CTUnsignedInt idx
protected CTUnsignedInt order
protected CTSerTx tx
protected CTShapeProperties spPr
protected CTUnsignedInt explosion
protected CTDLbls dLbls
protected CTAxDataSource cat
protected CTNumDataSource val
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
CTUnsignedIntpublic void setIdx(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTUnsignedInt getOrder()
CTUnsignedIntpublic void setOrder(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic void setTx(CTSerTx value)
value - allowed object is
CTSerTxpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTUnsignedInt getExplosion()
CTUnsignedIntpublic void setExplosion(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic 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
public CTDLbls getDLbls()
CTDLblspublic void setDLbls(CTDLbls value)
value - allowed object is
CTDLblspublic CTAxDataSource getCat()
CTAxDataSourcepublic void setCat(CTAxDataSource value)
value - allowed object is
CTAxDataSourcepublic CTNumDataSource getVal()
CTNumDataSourcepublic void setVal(CTNumDataSource value)
value - allowed object is
CTNumDataSourcepublic 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-2019. All Rights Reserved.