|
||||||||||
| 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">
<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>
| Field Summary | |
|---|---|
protected String |
label
|
protected List<XmlAdhocProperty> |
property
|
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<XmlAdhocProperty> property
protected String series
protected String xValue
protected String yValue
protected String zValue
protected String label
| Constructor Detail |
|---|
public XmlAdhocChartSerie()
| Method Detail |
|---|
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()
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 | |||||||||