net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocChartSerie

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocChartSerie

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">
       <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

series

protected String series

xValue

protected String xValue

yValue

protected String yValue

zValue

protected String zValue

label

protected String label
Constructor Detail

XmlAdhocChartSerie

public XmlAdhocChartSerie()
Method Detail

getSeries

public String getSeries()
Gets the value of the series property.

Returns:
possible object is String

setSeries

public void setSeries(String value)
Sets the value of the series property.

Parameters:
value - allowed object is String

getXValue

public String getXValue()
Gets the value of the xValue property.

Returns:
possible object is String

setXValue

public void setXValue(String value)
Sets the value of the xValue property.

Parameters:
value - allowed object is String

getYValue

public String getYValue()
Gets the value of the yValue property.

Returns:
possible object is String

setYValue

public void setYValue(String value)
Sets the value of the yValue property.

Parameters:
value - allowed object is String

getZValue

public String getZValue()
Gets the value of the zValue property.

Returns:
possible object is String

setZValue

public void setZValue(String value)
Sets the value of the zValue property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String


Copyright © 2010-2012. All Rights Reserved.