df41df677667e80862847c5d662dd32f8b11f75c
[portal/sdk.git] /
1 /*
2  * ============LICENSE_START==========================================
3  * ONAP Portal SDK
4  * ===================================================================
5  * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6  * ===================================================================
7  *
8  * Unless otherwise specified, all software contained herein is licensed
9  * under the Apache License, Version 2.0 (the "License");
10  * you may not use this software except in compliance with the License.
11  * You may obtain a copy of the License at
12  *
13  *             http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  *
21  * Unless otherwise specified, all documentation contained herein is licensed
22  * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23  * you may not use this documentation except in compliance with the License.
24  * You may obtain a copy of the License at
25  *
26  *             https://creativecommons.org/licenses/by/4.0/
27  *
28  * Unless required by applicable law or agreed to in writing, documentation
29  * distributed under the License is distributed on an "AS IS" BASIS,
30  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31  * See the License for the specific language governing permissions and
32  * limitations under the License.
33  *
34  * ============LICENSE_END============================================
35  *
36  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
37  */
38 //
39 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 
40 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
41 // Any modifications to this file will be lost upon recompilation of the source schema. 
42 // Generated on: 2016.06.07 at 02:07:29 PM EDT 
43 //
44
45
46 package org.onap.portalsdk.analytics.xmlobj;
47
48 import javax.xml.bind.annotation.XmlAccessType;
49 import javax.xml.bind.annotation.XmlAccessorType;
50 import javax.xml.bind.annotation.XmlElement;
51 import javax.xml.bind.annotation.XmlType;
52
53
54 /**
55  * <p>Java class for ChartAdditionalOptions complex type.
56  * 
57  * <p>The following schema fragment specifies the expected content contained within this class.
58  * 
59  * <pre>
60  * &lt;complexType name="ChartAdditionalOptions">
61  *   &lt;complexContent>
62  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
63  *       &lt;sequence>
64  *         &lt;element name="chartMultiplePieOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
65  *         &lt;element name="chartMultiplePieLabelDisplay" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
66  *         &lt;element name="chartOrientation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
67  *         &lt;element name="secondaryChartRenderer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
68  *         &lt;element name="chartDisplay" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
69  *         &lt;element name="hideToolTips" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
70  *         &lt;element name="hidechartLegend" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
71  *         &lt;element name="legendPosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
72  *         &lt;element name="labelAngle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
73  *         &lt;element name="intervalFromdate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
74  *         &lt;element name="intervalTodate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
75  *         &lt;element name="intervalLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
76  *         &lt;element name="lastSeriesALineChart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
77  *         &lt;element name="lastSeriesABarChart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
78  *         &lt;element name="maxLabelsInDomainAxis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
79  *         &lt;element name="linearRegression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
80  *         &lt;element name="linearRegressionColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
81  *         &lt;element name="exponentialRegressionColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
82  *         &lt;element name="maxRegression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
83  *         &lt;element name="rangeAxisUpperLimit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
84  *         &lt;element name="rangeAxisLowerLimit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
85  *         &lt;element name="overlayItemValueOnStackBar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
86  *         &lt;element name="animate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
87  *         &lt;element name="animateAnimatedChart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
88  *         &lt;element name="keepDomainAxisValueAsString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
89  *         &lt;element name="stacked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
90  *         &lt;element name="barControls" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
91  *         &lt;element name="xAxisDateType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
92  *         &lt;element name="lessXaxisTickers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
93  *         &lt;element name="timeAxis" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
94  *         &lt;element name="timeSeriesRender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
95  *         &lt;element name="multiSeries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
96  *         &lt;element name="showXAxisLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
97  *         &lt;element name="addXAxisTickers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
98  *         &lt;element name="zoomIn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
99  *         &lt;element name="timeAxisType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
100  *         &lt;element name="logScale" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
101  *         &lt;element name="topMargin" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
102  *         &lt;element name="bottomMargin" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
103  *         &lt;element name="rightMargin" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
104  *         &lt;element name="leftMargin" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
105  *       &lt;/sequence>
106  *     &lt;/restriction>
107  *   &lt;/complexContent>
108  * &lt;/complexType>
109  * </pre>
110  * 
111  * 
112  */
113 @XmlAccessorType(XmlAccessType.FIELD)
114 @XmlType(name = "ChartAdditionalOptions", propOrder = {
115     "chartMultiplePieOrder",
116     "chartMultiplePieLabelDisplay",
117     "chartOrientation",
118     "secondaryChartRenderer",
119     "chartDisplay",
120     "hideToolTips",
121     "hidechartLegend",
122     "legendPosition",
123     "labelAngle",
124     "intervalFromdate",
125     "intervalTodate",
126     "intervalLabel",
127     "lastSeriesALineChart",
128     "lastSeriesABarChart",
129     "maxLabelsInDomainAxis",
130     "linearRegression",
131     "linearRegressionColor",
132     "exponentialRegressionColor",
133     "maxRegression",
134     "rangeAxisUpperLimit",
135     "rangeAxisLowerLimit",
136     "overlayItemValueOnStackBar",
137     "animate",
138     "animateAnimatedChart",
139     "keepDomainAxisValueAsString",
140     "stacked",
141     "barControls",
142     "xAxisDateType",
143     "lessXaxisTickers",
144     "timeAxis",
145     "timeSeriesRender",
146     "multiSeries",
147     "showXAxisLabel",
148     "addXAxisTickers",
149     "zoomIn",
150     "timeAxisType",
151     "logScale",
152     "topMargin",
153     "bottomMargin",
154     "rightMargin",
155     "leftMargin"
156 })
157 public class ChartAdditionalOptions {
158
159     protected String chartMultiplePieOrder;
160     protected String chartMultiplePieLabelDisplay;
161     protected String chartOrientation;
162     protected String secondaryChartRenderer;
163     protected String chartDisplay;
164     protected String hideToolTips;
165     protected String hidechartLegend;
166     protected String legendPosition;
167     protected String labelAngle;
168     protected String intervalFromdate;
169     protected String intervalTodate;
170     protected String intervalLabel;
171     protected String lastSeriesALineChart;
172     protected String lastSeriesABarChart;
173     protected String maxLabelsInDomainAxis;
174     protected String linearRegression;
175     protected String linearRegressionColor;
176     protected String exponentialRegressionColor;
177     protected String maxRegression;
178     protected String rangeAxisUpperLimit;
179     protected String rangeAxisLowerLimit;
180     protected String overlayItemValueOnStackBar;
181     @XmlElement(defaultValue = "false")
182     protected Boolean animate;
183     @XmlElement(defaultValue = "true")
184     protected Boolean animateAnimatedChart;
185     protected String keepDomainAxisValueAsString;
186     @XmlElement(defaultValue = "false")
187     protected Boolean stacked;
188     @XmlElement(defaultValue = "false")
189     protected Boolean barControls;
190     @XmlElement(defaultValue = "false")
191     protected Boolean xAxisDateType;
192     @XmlElement(defaultValue = "false")
193     protected Boolean lessXaxisTickers;
194     @XmlElement(defaultValue = "true")
195     protected Boolean timeAxis;
196     protected String timeSeriesRender;
197     @XmlElement(defaultValue = "false")
198     protected Boolean multiSeries;
199     @XmlElement(defaultValue = "false")
200     protected Boolean showXAxisLabel;
201     @XmlElement(defaultValue = "false")
202     protected Boolean addXAxisTickers;
203     protected Integer zoomIn;
204     protected String timeAxisType;
205     @XmlElement(defaultValue = "false")
206     protected Boolean logScale;
207     protected Integer topMargin;
208     protected Integer bottomMargin;
209     protected Integer rightMargin;
210     protected Integer leftMargin;
211
212     /**
213      * Gets the value of the chartMultiplePieOrder property.
214      * 
215      * @return
216      *     possible object is
217      *     {@link String }
218      *     
219      */
220     public String getChartMultiplePieOrder() {
221         return chartMultiplePieOrder;
222     }
223
224     /**
225      * Sets the value of the chartMultiplePieOrder property.
226      * 
227      * @param value
228      *     allowed object is
229      *     {@link String }
230      *     
231      */
232     public void setChartMultiplePieOrder(String value) {
233         this.chartMultiplePieOrder = value;
234     }
235
236     /**
237      * Gets the value of the chartMultiplePieLabelDisplay property.
238      * 
239      * @return
240      *     possible object is
241      *     {@link String }
242      *     
243      */
244     public String getChartMultiplePieLabelDisplay() {
245         return chartMultiplePieLabelDisplay;
246     }
247
248     /**
249      * Sets the value of the chartMultiplePieLabelDisplay property.
250      * 
251      * @param value
252      *     allowed object is
253      *     {@link String }
254      *     
255      */
256     public void setChartMultiplePieLabelDisplay(String value) {
257         this.chartMultiplePieLabelDisplay = value;
258     }
259
260     /**
261      * Gets the value of the chartOrientation property.
262      * 
263      * @return
264      *     possible object is
265      *     {@link String }
266      *     
267      */
268     public String getChartOrientation() {
269         return chartOrientation;
270     }
271
272     /**
273      * Sets the value of the chartOrientation property.
274      * 
275      * @param value
276      *     allowed object is
277      *     {@link String }
278      *     
279      */
280     public void setChartOrientation(String value) {
281         this.chartOrientation = value;
282     }
283
284     /**
285      * Gets the value of the secondaryChartRenderer property.
286      * 
287      * @return
288      *     possible object is
289      *     {@link String }
290      *     
291      */
292     public String getSecondaryChartRenderer() {
293         return secondaryChartRenderer;
294     }
295
296     /**
297      * Sets the value of the secondaryChartRenderer property.
298      * 
299      * @param value
300      *     allowed object is
301      *     {@link String }
302      *     
303      */
304     public void setSecondaryChartRenderer(String value) {
305         this.secondaryChartRenderer = value;
306     }
307
308     /**
309      * Gets the value of the chartDisplay property.
310      * 
311      * @return
312      *     possible object is
313      *     {@link String }
314      *     
315      */
316     public String getChartDisplay() {
317         return chartDisplay;
318     }
319
320     /**
321      * Sets the value of the chartDisplay property.
322      * 
323      * @param value
324      *     allowed object is
325      *     {@link String }
326      *     
327      */
328     public void setChartDisplay(String value) {
329         this.chartDisplay = value;
330     }
331
332     /**
333      * Gets the value of the hideToolTips property.
334      * 
335      * @return
336      *     possible object is
337      *     {@link String }
338      *     
339      */
340     public String getHideToolTips() {
341         return hideToolTips;
342     }
343
344     /**
345      * Sets the value of the hideToolTips property.
346      * 
347      * @param value
348      *     allowed object is
349      *     {@link String }
350      *     
351      */
352     public void setHideToolTips(String value) {
353         this.hideToolTips = value;
354     }
355
356     /**
357      * Gets the value of the hidechartLegend property.
358      * 
359      * @return
360      *     possible object is
361      *     {@link String }
362      *     
363      */
364     public String getHidechartLegend() {
365         return hidechartLegend;
366     }
367
368     /**
369      * Sets the value of the hidechartLegend property.
370      * 
371      * @param value
372      *     allowed object is
373      *     {@link String }
374      *     
375      */
376     public void setHidechartLegend(String value) {
377         this.hidechartLegend = value;
378     }
379
380     /**
381      * Gets the value of the legendPosition property.
382      * 
383      * @return
384      *     possible object is
385      *     {@link String }
386      *     
387      */
388     public String getLegendPosition() {
389         return legendPosition;
390     }
391
392     /**
393      * Sets the value of the legendPosition property.
394      * 
395      * @param value
396      *     allowed object is
397      *     {@link String }
398      *     
399      */
400     public void setLegendPosition(String value) {
401         this.legendPosition = value;
402     }
403
404     /**
405      * Gets the value of the labelAngle property.
406      * 
407      * @return
408      *     possible object is
409      *     {@link String }
410      *     
411      */
412     public String getLabelAngle() {
413         return labelAngle;
414     }
415
416     /**
417      * Sets the value of the labelAngle property.
418      * 
419      * @param value
420      *     allowed object is
421      *     {@link String }
422      *     
423      */
424     public void setLabelAngle(String value) {
425         this.labelAngle = value;
426     }
427
428     /**
429      * Gets the value of the intervalFromdate property.
430      * 
431      * @return
432      *     possible object is
433      *     {@link String }
434      *     
435      */
436     public String getIntervalFromdate() {
437         return intervalFromdate;
438     }
439
440     /**
441      * Sets the value of the intervalFromdate property.
442      * 
443      * @param value
444      *     allowed object is
445      *     {@link String }
446      *     
447      */
448     public void setIntervalFromdate(String value) {
449         this.intervalFromdate = value;
450     }
451
452     /**
453      * Gets the value of the intervalTodate property.
454      * 
455      * @return
456      *     possible object is
457      *     {@link String }
458      *     
459      */
460     public String getIntervalTodate() {
461         return intervalTodate;
462     }
463
464     /**
465      * Sets the value of the intervalTodate property.
466      * 
467      * @param value
468      *     allowed object is
469      *     {@link String }
470      *     
471      */
472     public void setIntervalTodate(String value) {
473         this.intervalTodate = value;
474     }
475
476     /**
477      * Gets the value of the intervalLabel property.
478      * 
479      * @return
480      *     possible object is
481      *     {@link String }
482      *     
483      */
484     public String getIntervalLabel() {
485         return intervalLabel;
486     }
487
488     /**
489      * Sets the value of the intervalLabel property.
490      * 
491      * @param value
492      *     allowed object is
493      *     {@link String }
494      *     
495      */
496     public void setIntervalLabel(String value) {
497         this.intervalLabel = value;
498     }
499
500     /**
501      * Gets the value of the lastSeriesALineChart property.
502      * 
503      * @return
504      *     possible object is
505      *     {@link String }
506      *     
507      */
508     public String getLastSeriesALineChart() {
509         return lastSeriesALineChart;
510     }
511
512     /**
513      * Sets the value of the lastSeriesALineChart property.
514      * 
515      * @param value
516      *     allowed object is
517      *     {@link String }
518      *     
519      */
520     public void setLastSeriesALineChart(String value) {
521         this.lastSeriesALineChart = value;
522     }
523
524     /**
525      * Gets the value of the lastSeriesABarChart property.
526      * 
527      * @return
528      *     possible object is
529      *     {@link String }
530      *     
531      */
532     public String getLastSeriesABarChart() {
533         return lastSeriesABarChart;
534     }
535
536     /**
537      * Sets the value of the lastSeriesABarChart property.
538      * 
539      * @param value
540      *     allowed object is
541      *     {@link String }
542      *     
543      */
544     public void setLastSeriesABarChart(String value) {
545         this.lastSeriesABarChart = value;
546     }
547
548     /**
549      * Gets the value of the maxLabelsInDomainAxis property.
550      * 
551      * @return
552      *     possible object is
553      *     {@link String }
554      *     
555      */
556     public String getMaxLabelsInDomainAxis() {
557         return maxLabelsInDomainAxis;
558     }
559
560     /**
561      * Sets the value of the maxLabelsInDomainAxis property.
562      * 
563      * @param value
564      *     allowed object is
565      *     {@link String }
566      *     
567      */
568     public void setMaxLabelsInDomainAxis(String value) {
569         this.maxLabelsInDomainAxis = value;
570     }
571
572     /**
573      * Gets the value of the linearRegression property.
574      * 
575      * @return
576      *     possible object is
577      *     {@link String }
578      *     
579      */
580     public String getLinearRegression() {
581         return linearRegression;
582     }
583
584     /**
585      * Sets the value of the linearRegression property.
586      * 
587      * @param value
588      *     allowed object is
589      *     {@link String }
590      *     
591      */
592     public void setLinearRegression(String value) {
593         this.linearRegression = value;
594     }
595
596     /**
597      * Gets the value of the linearRegressionColor property.
598      * 
599      * @return
600      *     possible object is
601      *     {@link String }
602      *     
603      */
604     public String getLinearRegressionColor() {
605         return linearRegressionColor;
606     }
607
608     /**
609      * Sets the value of the linearRegressionColor property.
610      * 
611      * @param value
612      *     allowed object is
613      *     {@link String }
614      *     
615      */
616     public void setLinearRegressionColor(String value) {
617         this.linearRegressionColor = value;
618     }
619
620     /**
621      * Gets the value of the exponentialRegressionColor property.
622      * 
623      * @return
624      *     possible object is
625      *     {@link String }
626      *     
627      */
628     public String getExponentialRegressionColor() {
629         return exponentialRegressionColor;
630     }
631
632     /**
633      * Sets the value of the exponentialRegressionColor property.
634      * 
635      * @param value
636      *     allowed object is
637      *     {@link String }
638      *     
639      */
640     public void setExponentialRegressionColor(String value) {
641         this.exponentialRegressionColor = value;
642     }
643
644     /**
645      * Gets the value of the maxRegression property.
646      * 
647      * @return
648      *     possible object is
649      *     {@link String }
650      *     
651      */
652     public String getMaxRegression() {
653         return maxRegression;
654     }
655
656     /**
657      * Sets the value of the maxRegression property.
658      * 
659      * @param value
660      *     allowed object is
661      *     {@link String }
662      *     
663      */
664     public void setMaxRegression(String value) {
665         this.maxRegression = value;
666     }
667
668     /**
669      * Gets the value of the rangeAxisUpperLimit property.
670      * 
671      * @return
672      *     possible object is
673      *     {@link String }
674      *     
675      */
676     public String getRangeAxisUpperLimit() {
677         return rangeAxisUpperLimit;
678     }
679
680     /**
681      * Sets the value of the rangeAxisUpperLimit property.
682      * 
683      * @param value
684      *     allowed object is
685      *     {@link String }
686      *     
687      */
688     public void setRangeAxisUpperLimit(String value) {
689         this.rangeAxisUpperLimit = value;
690     }
691
692     /**
693      * Gets the value of the rangeAxisLowerLimit property.
694      * 
695      * @return
696      *     possible object is
697      *     {@link String }
698      *     
699      */
700     public String getRangeAxisLowerLimit() {
701         return rangeAxisLowerLimit;
702     }
703
704     /**
705      * Sets the value of the rangeAxisLowerLimit property.
706      * 
707      * @param value
708      *     allowed object is
709      *     {@link String }
710      *     
711      */
712     public void setRangeAxisLowerLimit(String value) {
713         this.rangeAxisLowerLimit = value;
714     }
715
716     /**
717      * Gets the value of the overlayItemValueOnStackBar property.
718      * 
719      * @return
720      *     possible object is
721      *     {@link String }
722      *     
723      */
724     public String getOverlayItemValueOnStackBar() {
725         return overlayItemValueOnStackBar;
726     }
727
728     /**
729      * Sets the value of the overlayItemValueOnStackBar property.
730      * 
731      * @param value
732      *     allowed object is
733      *     {@link String }
734      *     
735      */
736     public void setOverlayItemValueOnStackBar(String value) {
737         this.overlayItemValueOnStackBar = value;
738     }
739
740     /**
741      * Gets the value of the animate property.
742      * 
743      * @return
744      *     possible object is
745      *     {@link Boolean }
746      *     
747      */
748     public Boolean isAnimate() {
749         return animate;
750     }
751
752     /**
753      * Sets the value of the animate property.
754      * 
755      * @param value
756      *     allowed object is
757      *     {@link Boolean }
758      *     
759      */
760     public void setAnimate(Boolean value) {
761         this.animate = value;
762     }
763
764     /**
765      * Gets the value of the animateAnimatedChart property.
766      * 
767      * @return
768      *     possible object is
769      *     {@link Boolean }
770      *     
771      */
772     public Boolean isAnimateAnimatedChart() {
773         return animateAnimatedChart;
774     }
775
776     /**
777      * Sets the value of the animateAnimatedChart property.
778      * 
779      * @param value
780      *     allowed object is
781      *     {@link Boolean }
782      *     
783      */
784     public void setAnimateAnimatedChart(Boolean value) {
785         this.animateAnimatedChart = value;
786     }
787
788     /**
789      * Gets the value of the keepDomainAxisValueAsString property.
790      * 
791      * @return
792      *     possible object is
793      *     {@link String }
794      *     
795      */
796     public String getKeepDomainAxisValueAsString() {
797         return keepDomainAxisValueAsString;
798     }
799
800     /**
801      * Sets the value of the keepDomainAxisValueAsString property.
802      * 
803      * @param value
804      *     allowed object is
805      *     {@link String }
806      *     
807      */
808     public void setKeepDomainAxisValueAsString(String value) {
809         this.keepDomainAxisValueAsString = value;
810     }
811
812     /**
813      * Gets the value of the stacked property.
814      * 
815      * @return
816      *     possible object is
817      *     {@link Boolean }
818      *     
819      */
820     public Boolean isStacked() {
821         return stacked;
822     }
823
824     /**
825      * Sets the value of the stacked property.
826      * 
827      * @param value
828      *     allowed object is
829      *     {@link Boolean }
830      *     
831      */
832     public void setStacked(Boolean value) {
833         this.stacked = value;
834     }
835
836     /**
837      * Gets the value of the barControls property.
838      * 
839      * @return
840      *     possible object is
841      *     {@link Boolean }
842      *     
843      */
844     public Boolean isBarControls() {
845         return barControls;
846     }
847
848     /**
849      * Sets the value of the barControls property.
850      * 
851      * @param value
852      *     allowed object is
853      *     {@link Boolean }
854      *     
855      */
856     public void setBarControls(Boolean value) {
857         this.barControls = value;
858     }
859
860     /**
861      * Gets the value of the xAxisDateType property.
862      * 
863      * @return
864      *     possible object is
865      *     {@link Boolean }
866      *     
867      */
868     public Boolean isXAxisDateType() {
869         return xAxisDateType;
870     }
871
872     /**
873      * Sets the value of the xAxisDateType property.
874      * 
875      * @param value
876      *     allowed object is
877      *     {@link Boolean }
878      *     
879      */
880     public void setXAxisDateType(Boolean value) {
881         this.xAxisDateType = value;
882     }
883
884     /**
885      * Gets the value of the lessXaxisTickers property.
886      * 
887      * @return
888      *     possible object is
889      *     {@link Boolean }
890      *     
891      */
892     public Boolean isLessXaxisTickers() {
893         return lessXaxisTickers;
894     }
895
896     /**
897      * Sets the value of the lessXaxisTickers property.
898      * 
899      * @param value
900      *     allowed object is
901      *     {@link Boolean }
902      *     
903      */
904     public void setLessXaxisTickers(Boolean value) {
905         this.lessXaxisTickers = value;
906     }
907
908     /**
909      * Gets the value of the timeAxis property.
910      * 
911      * @return
912      *     possible object is
913      *     {@link Boolean }
914      *     
915      */
916     public Boolean isTimeAxis() {
917         return timeAxis;
918     }
919
920     /**
921      * Sets the value of the timeAxis property.
922      * 
923      * @param value
924      *     allowed object is
925      *     {@link Boolean }
926      *     
927      */
928     public void setTimeAxis(Boolean value) {
929         this.timeAxis = value;
930     }
931
932     /**
933      * Gets the value of the timeSeriesRender property.
934      * 
935      * @return
936      *     possible object is
937      *     {@link String }
938      *     
939      */
940     public String getTimeSeriesRender() {
941         return timeSeriesRender;
942     }
943
944     /**
945      * Sets the value of the timeSeriesRender property.
946      * 
947      * @param value
948      *     allowed object is
949      *     {@link String }
950      *     
951      */
952     public void setTimeSeriesRender(String value) {
953         this.timeSeriesRender = value;
954     }
955
956     /**
957      * Gets the value of the multiSeries property.
958      * 
959      * @return
960      *     possible object is
961      *     {@link Boolean }
962      *     
963      */
964     public Boolean isMultiSeries() {
965         return multiSeries;
966     }
967
968     /**
969      * Sets the value of the multiSeries property.
970      * 
971      * @param value
972      *     allowed object is
973      *     {@link Boolean }
974      *     
975      */
976     public void setMultiSeries(Boolean value) {
977         this.multiSeries = value;
978     }
979
980     /**
981      * Gets the value of the showXAxisLabel property.
982      * 
983      * @return
984      *     possible object is
985      *     {@link Boolean }
986      *     
987      */
988     public Boolean isShowXAxisLabel() {
989         return showXAxisLabel;
990     }
991
992     /**
993      * Sets the value of the showXAxisLabel property.
994      * 
995      * @param value
996      *     allowed object is
997      *     {@link Boolean }
998      *     
999      */
1000     public void setShowXAxisLabel(Boolean value) {
1001         this.showXAxisLabel = value;
1002     }
1003
1004     /**
1005      * Gets the value of the addXAxisTickers property.
1006      * 
1007      * @return
1008      *     possible object is
1009      *     {@link Boolean }
1010      *     
1011      */
1012     public Boolean isAddXAxisTickers() {
1013         return addXAxisTickers;
1014     }
1015
1016     /**
1017      * Sets the value of the addXAxisTickers property.
1018      * 
1019      * @param value
1020      *     allowed object is
1021      *     {@link Boolean }
1022      *     
1023      */
1024     public void setAddXAxisTickers(Boolean value) {
1025         this.addXAxisTickers = value;
1026     }
1027
1028     /**
1029      * Gets the value of the zoomIn property.
1030      * 
1031      * @return
1032      *     possible object is
1033      *     {@link Integer }
1034      *     
1035      */
1036     public Integer getZoomIn() {
1037         return zoomIn;
1038     }
1039
1040     /**
1041      * Sets the value of the zoomIn property.
1042      * 
1043      * @param value
1044      *     allowed object is
1045      *     {@link Integer }
1046      *     
1047      */
1048     public void setZoomIn(Integer value) {
1049         this.zoomIn = value;
1050     }
1051
1052     /**
1053      * Gets the value of the timeAxisType property.
1054      * 
1055      * @return
1056      *     possible object is
1057      *     {@link String }
1058      *     
1059      */
1060     public String getTimeAxisType() {
1061         return timeAxisType;
1062     }
1063
1064     /**
1065      * Sets the value of the timeAxisType property.
1066      * 
1067      * @param value
1068      *     allowed object is
1069      *     {@link String }
1070      *     
1071      */
1072     public void setTimeAxisType(String value) {
1073         this.timeAxisType = value;
1074     }
1075
1076     /**
1077      * Gets the value of the logScale property.
1078      * 
1079      * @return
1080      *     possible object is
1081      *     {@link Boolean }
1082      *     
1083      */
1084     public Boolean isLogScale() {
1085         return logScale;
1086     }
1087
1088     /**
1089      * Sets the value of the logScale property.
1090      * 
1091      * @param value
1092      *     allowed object is
1093      *     {@link Boolean }
1094      *     
1095      */
1096     public void setLogScale(Boolean value) {
1097         this.logScale = value;
1098     }
1099
1100     /**
1101      * Gets the value of the topMargin property.
1102      * 
1103      * @return
1104      *     possible object is
1105      *     {@link Integer }
1106      *     
1107      */
1108     public Integer getTopMargin() {
1109         return topMargin;
1110     }
1111
1112     /**
1113      * Sets the value of the topMargin property.
1114      * 
1115      * @param value
1116      *     allowed object is
1117      *     {@link Integer }
1118      *     
1119      */
1120     public void setTopMargin(Integer value) {
1121         this.topMargin = value;
1122     }
1123
1124     /**
1125      * Gets the value of the bottomMargin property.
1126      * 
1127      * @return
1128      *     possible object is
1129      *     {@link Integer }
1130      *     
1131      */
1132     public Integer getBottomMargin() {
1133         return bottomMargin;
1134     }
1135
1136     /**
1137      * Sets the value of the bottomMargin property.
1138      * 
1139      * @param value
1140      *     allowed object is
1141      *     {@link Integer }
1142      *     
1143      */
1144     public void setBottomMargin(Integer value) {
1145         this.bottomMargin = value;
1146     }
1147
1148     /**
1149      * Gets the value of the rightMargin property.
1150      * 
1151      * @return
1152      *     possible object is
1153      *     {@link Integer }
1154      *     
1155      */
1156     public Integer getRightMargin() {
1157         return rightMargin;
1158     }
1159
1160     /**
1161      * Sets the value of the rightMargin property.
1162      * 
1163      * @param value
1164      *     allowed object is
1165      *     {@link Integer }
1166      *     
1167      */
1168     public void setRightMargin(Integer value) {
1169         this.rightMargin = value;
1170     }
1171
1172     /**
1173      * Gets the value of the leftMargin property.
1174      * 
1175      * @return
1176      *     possible object is
1177      *     {@link Integer }
1178      *     
1179      */
1180     public Integer getLeftMargin() {
1181         return leftMargin;
1182     }
1183
1184     /**
1185      * Sets the value of the leftMargin property.
1186      * 
1187      * @param value
1188      *     allowed object is
1189      *     {@link Integer }
1190      *     
1191      */
1192     public void setLeftMargin(Integer value) {
1193         this.leftMargin = value;
1194     }
1195
1196 }