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