public class CTSurfaceSer extends Object implements SerContent
Java class for CT_SurfaceSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SurfaceSer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/> <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 CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTUnsignedInt |
order |
protected CTShapeProperties |
spPr |
protected CTSerTx |
tx |
protected CTNumDataSource |
val |
Constructor and Description |
---|
CTSurfaceSer() |
Modifier and Type | Method and Description |
---|---|
CTAxDataSource |
getCat()
Gets the value of the cat 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.
|
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 |
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 |
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 CTAxDataSource cat
protected CTNumDataSource val
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
getIdx
in interface SerContent
CTUnsignedInt
public void setIdx(CTUnsignedInt value)
setIdx
in interface SerContent
value
- allowed object is
CTUnsignedInt
public CTUnsignedInt getOrder()
getOrder
in interface SerContent
CTUnsignedInt
public void setOrder(CTUnsignedInt value)
setOrder
in interface SerContent
value
- allowed object is
CTUnsignedInt
public CTSerTx getTx()
getTx
in interface SerContent
CTSerTx
public void setTx(CTSerTx value)
setTx
in interface SerContent
value
- allowed object is
CTSerTx
public CTShapeProperties getSpPr()
getSpPr
in interface SerContent
CTShapeProperties
public void setSpPr(CTShapeProperties value)
setSpPr
in interface SerContent
value
- allowed object is
CTShapeProperties
public CTAxDataSource getCat()
getCat
in interface SerContent
CTAxDataSource
public void setCat(CTAxDataSource value)
setCat
in interface SerContent
value
- allowed object is
CTAxDataSource
public CTNumDataSource getVal()
getVal
in interface SerContent
CTNumDataSource
public void setVal(CTNumDataSource value)
setVal
in interface SerContent
value
- allowed object is
CTNumDataSource
public CTExtensionList getExtLst()
getExtLst
in interface SerContent
CTExtensionList
public void setExtLst(CTExtensionList value)
setExtLst
in interface SerContent
value
- allowed object is
CTExtensionList
Copyright © 2007-2019. All Rights Reserved.