public class XmlAdhocChartSerie extends Object
Java class for ChartSerie complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChartSerie">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="series" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="yValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="zValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected List<XmlAdhocProperty> |
property |
protected String |
series |
protected String |
xValue |
protected String |
yValue |
protected String |
zValue |
| Constructor and Description |
|---|
XmlAdhocChartSerie() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
List<XmlAdhocProperty> |
getProperty()
Gets the value of the property property.
|
String |
getSeries()
Gets the value of the series property.
|
String |
getXValue()
Gets the value of the xValue property.
|
String |
getYValue()
Gets the value of the yValue property.
|
String |
getZValue()
Gets the value of the zValue property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setSeries(String value)
Sets the value of the series property.
|
void |
setXValue(String value)
Sets the value of the xValue property.
|
void |
setYValue(String value)
Sets the value of the yValue property.
|
void |
setZValue(String value)
Sets the value of the zValue property.
|
protected List<XmlAdhocProperty> property
protected String series
protected String xValue
protected String yValue
protected String zValue
protected String label
public List<XmlAdhocProperty> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAdhocProperty
public String getSeries()
Stringpublic void setSeries(String value)
value - allowed object is
Stringpublic String getXValue()
Stringpublic void setXValue(String value)
value - allowed object is
Stringpublic String getYValue()
Stringpublic void setYValue(String value)
value - allowed object is
Stringpublic String getZValue()
Stringpublic void setZValue(String value)
value - allowed object is
Stringpublic String getLabel()
StringCopyright © 2010–2021. All rights reserved.