public class CTAxDataSource extends Object
Java class for CT_AxDataSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AxDataSource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="multiLvlStrRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_MultiLvlStrRef"/> <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"/> <element name="strRef" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_StrRef"/> <element name="strLit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_StrData"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTMultiLvlStrRef |
multiLvlStrRef |
protected CTNumData |
numLit |
protected CTNumRef |
numRef |
protected CTStrData |
strLit |
protected CTStrRef |
strRef |
Constructor and Description |
---|
CTAxDataSource() |
Modifier and Type | Method and Description |
---|---|
CTMultiLvlStrRef |
getMultiLvlStrRef()
Gets the value of the multiLvlStrRef property.
|
CTNumData |
getNumLit()
Gets the value of the numLit property.
|
CTNumRef |
getNumRef()
Gets the value of the numRef property.
|
CTStrData |
getStrLit()
Gets the value of the strLit property.
|
CTStrRef |
getStrRef()
Gets the value of the strRef property.
|
void |
setMultiLvlStrRef(CTMultiLvlStrRef value)
Sets the value of the multiLvlStrRef property.
|
void |
setNumLit(CTNumData value)
Sets the value of the numLit property.
|
void |
setNumRef(CTNumRef value)
Sets the value of the numRef property.
|
void |
setStrLit(CTStrData value)
Sets the value of the strLit property.
|
void |
setStrRef(CTStrRef value)
Sets the value of the strRef property.
|
protected CTMultiLvlStrRef multiLvlStrRef
protected CTNumRef numRef
protected CTNumData numLit
protected CTStrRef strRef
protected CTStrData strLit
public CTMultiLvlStrRef getMultiLvlStrRef()
CTMultiLvlStrRef
public void setMultiLvlStrRef(CTMultiLvlStrRef value)
value
- allowed object is
CTMultiLvlStrRef
public CTNumRef getNumRef()
CTNumRef
public void setNumRef(CTNumRef value)
value
- allowed object is
CTNumRef
public CTNumData getNumLit()
CTNumData
public void setNumLit(CTNumData value)
value
- allowed object is
CTNumData
public CTStrRef getStrRef()
CTStrRef
public void setStrRef(CTStrRef value)
value
- allowed object is
CTStrRef
public CTStrData getStrLit()
CTStrData
Copyright © 2007-2018. All Rights Reserved.