public class CTNumDataSource extends Object
Java class for CT_NumDataSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NumDataSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="numRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumRef"/>
<element name="numLit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumData"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTNumData |
numLit |
protected CTNumRef |
numRef |
| Constructor and Description |
|---|
CTNumDataSource() |
| Modifier and Type | Method and Description |
|---|---|
CTNumData |
getNumLit()
Gets the value of the numLit property.
|
CTNumRef |
getNumRef()
Gets the value of the numRef property.
|
void |
setNumLit(CTNumData value)
Sets the value of the numLit property.
|
void |
setNumRef(CTNumRef value)
Sets the value of the numRef property.
|
public CTNumRef getNumRef()
CTNumRefpublic void setNumRef(CTNumRef value)
value - allowed object is
CTNumRefpublic CTNumData getNumLit()
CTNumDataCopyright © 2007-2019. All Rights Reserved.