|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocChartSerie
public class XmlAdhocChartSerie
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">
<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>
| Field Summary | |
|---|---|
protected String |
label
|
protected String |
series
|
protected String |
xValue
|
protected String |
yValue
|
protected String |
zValue
|
| Constructor Summary | |
|---|---|
XmlAdhocChartSerie()
|
|
| Method Summary | |
|---|---|
String |
getLabel()
Gets the value of the label 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String series
protected String xValue
protected String yValue
protected String zValue
protected String label
| Constructor Detail |
|---|
public XmlAdhocChartSerie()
| Method Detail |
|---|
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()
Stringpublic void setLabel(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||