public class CTSurfaceChart extends Object implements ListSer
Java class for CT_SurfaceChart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SurfaceChart"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SurfaceChartShared"/> <element name="axId" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt" maxOccurs="3" minOccurs="2"/> <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 List<CTUnsignedInt> |
axId |
protected CTBandFmts |
bandFmts |
protected CTExtensionList |
extLst |
protected List<CTSurfaceSer> |
ser |
protected CTBoolean |
wireframe |
Constructor and Description |
---|
CTSurfaceChart() |
Modifier and Type | Method and Description |
---|---|
List<CTUnsignedInt> |
getAxId()
Gets the value of the axId property.
|
CTBandFmts |
getBandFmts()
Gets the value of the bandFmts property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
List<CTSurfaceSer> |
getSer()
Gets the value of the ser property.
|
CTBoolean |
getWireframe()
Gets the value of the wireframe property.
|
void |
setBandFmts(CTBandFmts value)
Sets the value of the bandFmts property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setWireframe(CTBoolean value)
Sets the value of the wireframe property.
|
protected CTBoolean wireframe
protected List<CTSurfaceSer> ser
protected CTBandFmts bandFmts
protected List<CTUnsignedInt> axId
protected CTExtensionList extLst
public CTBoolean getWireframe()
CTBoolean
public void setWireframe(CTBoolean value)
value
- allowed object is
CTBoolean
public List<CTSurfaceSer> getSer()
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 ser property.
For example, to add a new item, do as follows:
getSer().add(newItem);
Objects of the following type(s) are allowed in the list
CTSurfaceSer
public CTBandFmts getBandFmts()
CTBandFmts
public void setBandFmts(CTBandFmts value)
value
- allowed object is
CTBandFmts
public List<CTUnsignedInt> getAxId()
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 axId property.
For example, to add a new item, do as follows:
getAxId().add(newItem);
Objects of the following type(s) are allowed in the list
CTUnsignedInt
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2014. All Rights Reserved.