public class CTAxDataSource extends java.lang.Object implements Child
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 |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(java.lang.Object parent) |
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()
CTMultiLvlStrRefpublic void setMultiLvlStrRef(CTMultiLvlStrRef value)
value - allowed object is
CTMultiLvlStrRefpublic CTNumRef getNumRef()
CTNumRefpublic void setNumRef(CTNumRef value)
value - allowed object is
CTNumRefpublic CTNumData getNumLit()
CTNumDatapublic void setNumLit(CTNumData value)
value - allowed object is
CTNumDatapublic CTStrRef getStrRef()
CTStrRefpublic void setStrRef(CTStrRef value)
value - allowed object is
CTStrRefpublic CTStrData getStrLit()
CTStrDatapublic void setStrLit(CTStrData value)
value - allowed object is
CTStrDatapublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.