c710a1eab81a8ce872c2f10f2913e6a9eb723485
[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.XmlAttribute;
33 import javax.xml.bind.annotation.XmlElement;
34 import javax.xml.bind.annotation.XmlType;
35
36
37 /**
38  * <p>Java class for DataColumnType complex type.
39  * 
40  * <p>The following schema fragment specifies the expected content contained within this class.
41  * 
42  * <pre>
43  * &lt;complexType name="DataColumnType">
44  *   &lt;complexContent>
45  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
46  *       &lt;sequence>
47  *         &lt;element name="tableId" type="{http://www.w3.org/2001/XMLSchema}string"/>
48  *         &lt;element name="dbColName" type="{http://www.w3.org/2001/XMLSchema}string"/>
49  *         &lt;element name="crossTabValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
50  *         &lt;element name="colName" type="{http://www.w3.org/2001/XMLSchema}string"/>
51  *         &lt;element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
52  *         &lt;element name="displayWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
53  *         &lt;element name="displayWidthInPxls" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
54  *         &lt;element name="pdfDisplayWidthInPxls" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
55  *         &lt;element name="displayAlignment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
56  *         &lt;element name="displayHeaderAlignment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
57  *         &lt;element name="orderSeq" type="{http://www.w3.org/2001/XMLSchema}int"/>
58  *         &lt;element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
59  *         &lt;element name="calculated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
60  *         &lt;element name="colType" type="{http://www.w3.org/2001/XMLSchema}string"/>
61  *         &lt;element name="hyperlinkURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
62  *         &lt;element name="hyperlinkType" type="{http://www.w3.org/2001/XMLSchema}string"/>
63  *         &lt;element name="actionImg" type="{http://www.w3.org/2001/XMLSchema}string"/>
64  *         &lt;element name="groupByPos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
65  *         &lt;element name="subTotalCustomText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
66  *         &lt;element name="hideRepeatedKey" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
67  *         &lt;element name="colFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
68  *         &lt;element name="groupBreak" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
69  *         &lt;element name="orderBySeq" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
70  *         &lt;element name="orderByAscDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
71  *         &lt;element name="displayTotal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
72  *         &lt;element name="colOnChart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
73  *         &lt;element name="chartSeq" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
74  *         &lt;element name="chartColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
75  *         &lt;element name="chartLineType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
76  *         &lt;element name="chartSeries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
77  *         &lt;element name="isRangeAxisFilled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
78  *         &lt;element name="isSortable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
79  *         &lt;element name="createInNewChart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
80  *         &lt;element name="drillDownType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
81  *         &lt;element name="drillinPoPUp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
82  *         &lt;element name="drillDownURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
83  *         &lt;element name="drillDownParams" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
84  *         &lt;element ref="{}comment" minOccurs="0"/>
85  *         &lt;element name="colFilterList" type="{}ColFilterList" minOccurs="0"/>
86  *         &lt;element name="semaphoreId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
87  *         &lt;element name="dbColType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
88  *         &lt;element name="chartGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
89  *         &lt;element name="yAxis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
90  *         &lt;element name="dependsOnFormField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
91  *         &lt;element name="nowrap" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
92  *         &lt;element name="indentation" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
93  *         &lt;element name="enhancedPagination" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
94  *         &lt;element name="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
95  *         &lt;element name="start" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
96  *         &lt;element name="colspan" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
97  *         &lt;element name="dataMiningCol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
98  *       &lt;/sequence>
99  *       &lt;attribute name="colId" type="{http://www.w3.org/2001/XMLSchema}string" />
100  *     &lt;/restriction>
101  *   &lt;/complexContent>
102  * &lt;/complexType>
103  * </pre>
104  * 
105  * 
106  */
107 @XmlAccessorType(XmlAccessType.FIELD)
108 @XmlType(name = "DataColumnType", propOrder = {
109     "tableId",
110     "dbColName",
111     "crossTabValue",
112     "colName",
113     "displayName",
114     "displayWidth",
115     "displayWidthInPxls",
116     "pdfDisplayWidthInPxls",
117     "displayAlignment",
118     "displayHeaderAlignment",
119     "orderSeq",
120     "visible",
121     "calculated",
122     "colType",
123     "hyperlinkURL",
124     "hyperlinkType",
125     "actionImg",
126     "groupByPos",
127     "subTotalCustomText",
128     "hideRepeatedKey",
129     "colFormat",
130     "groupBreak",
131     "orderBySeq",
132     "orderByAscDesc",
133     "displayTotal",
134     "colOnChart",
135     "chartSeq",
136     "chartColor",
137     "chartLineType",
138     "chartSeries",
139     "isRangeAxisFilled",
140     "isSortable",
141     "createInNewChart",
142     "drillDownType",
143     "drillinPoPUp",
144     "drillDownURL",
145     "drillDownParams",
146     "comment",
147     "colFilterList",
148     "semaphoreId",
149     "dbColType",
150     "chartGroup",
151     "yAxis",
152     "dependsOnFormField",
153     "nowrap",
154     "indentation",
155     "enhancedPagination",
156     "level",
157     "start",
158     "colspan",
159     "dataMiningCol"
160 })
161 public class DataColumnType {
162
163     @XmlElement(required = true)
164     protected String tableId;
165     @XmlElement(required = true)
166     protected String dbColName;
167     protected String crossTabValue;
168     @XmlElement(required = true)
169     protected String colName;
170     @XmlElement(required = true)
171     protected String displayName;
172     protected Integer displayWidth;
173     protected String displayWidthInPxls;
174     protected String pdfDisplayWidthInPxls;
175     protected String displayAlignment;
176     protected String displayHeaderAlignment;
177     protected int orderSeq;
178     @XmlElement(defaultValue = "true")
179     protected boolean visible;
180     @XmlElement(defaultValue = "false")
181     protected boolean calculated;
182     @XmlElement(required = true)
183     protected String colType;
184     @XmlElement(required = true)
185     protected String hyperlinkURL;
186     @XmlElement(required = true)
187     protected String hyperlinkType;
188     @XmlElement(required = true)
189     protected String actionImg;
190     protected Integer groupByPos;
191     protected String subTotalCustomText;
192     @XmlElement(defaultValue = "false")
193     protected Boolean hideRepeatedKey;
194     protected String colFormat;
195     @XmlElement(defaultValue = "false")
196     protected boolean groupBreak;
197     protected Integer orderBySeq;
198     protected String orderByAscDesc;
199     protected String displayTotal;
200     protected String colOnChart;
201     protected Integer chartSeq;
202     protected String chartColor;
203     protected String chartLineType;
204     @XmlElement(defaultValue = "false")
205     protected Boolean chartSeries;
206     @XmlElement(defaultValue = "false")
207     protected Boolean isRangeAxisFilled;
208     @XmlElement(defaultValue = "false")
209     protected Boolean isSortable;
210     @XmlElement(defaultValue = "false")
211     protected Boolean createInNewChart;
212     protected String drillDownType;
213     @XmlElement(defaultValue = "false")
214     protected Boolean drillinPoPUp;
215     protected String drillDownURL;
216     protected String drillDownParams;
217     protected String comment;
218     protected ColFilterList colFilterList;
219     protected String semaphoreId;
220     protected String dbColType;
221     protected String chartGroup;
222     protected String yAxis;
223     protected String dependsOnFormField;
224     protected String nowrap;
225     @XmlElement(defaultValue = "0")
226     protected Integer indentation;
227     @XmlElement(defaultValue = "false")
228     protected Boolean enhancedPagination;
229     @XmlElement(defaultValue = "0")
230     protected Integer level;
231     @XmlElement(defaultValue = "0")
232     protected Integer start;
233     @XmlElement(defaultValue = "0")
234     protected Integer colspan;
235     protected String dataMiningCol;
236     @XmlAttribute(name = "colId")
237     protected String colId;
238
239     /**
240      * Gets the value of the tableId property.
241      * 
242      * @return
243      *     possible object is
244      *     {@link String }
245      *     
246      */
247     public String getTableId() {
248         return tableId;
249     }
250
251     /**
252      * Sets the value of the tableId property.
253      * 
254      * @param value
255      *     allowed object is
256      *     {@link String }
257      *     
258      */
259     public void setTableId(String value) {
260         this.tableId = value;
261     }
262
263     /**
264      * Gets the value of the dbColName property.
265      * 
266      * @return
267      *     possible object is
268      *     {@link String }
269      *     
270      */
271     public String getDbColName() {
272         return dbColName;
273     }
274
275     /**
276      * Sets the value of the dbColName property.
277      * 
278      * @param value
279      *     allowed object is
280      *     {@link String }
281      *     
282      */
283     public void setDbColName(String value) {
284         this.dbColName = value;
285     }
286
287     /**
288      * Gets the value of the crossTabValue property.
289      * 
290      * @return
291      *     possible object is
292      *     {@link String }
293      *     
294      */
295     public String getCrossTabValue() {
296         return crossTabValue;
297     }
298
299     /**
300      * Sets the value of the crossTabValue property.
301      * 
302      * @param value
303      *     allowed object is
304      *     {@link String }
305      *     
306      */
307     public void setCrossTabValue(String value) {
308         this.crossTabValue = value;
309     }
310
311     /**
312      * Gets the value of the colName property.
313      * 
314      * @return
315      *     possible object is
316      *     {@link String }
317      *     
318      */
319     public String getColName() {
320         return colName;
321     }
322
323     /**
324      * Sets the value of the colName property.
325      * 
326      * @param value
327      *     allowed object is
328      *     {@link String }
329      *     
330      */
331     public void setColName(String value) {
332         this.colName = value;
333     }
334
335     /**
336      * Gets the value of the displayName property.
337      * 
338      * @return
339      *     possible object is
340      *     {@link String }
341      *     
342      */
343     public String getDisplayName() {
344         return displayName;
345     }
346
347     /**
348      * Sets the value of the displayName property.
349      * 
350      * @param value
351      *     allowed object is
352      *     {@link String }
353      *     
354      */
355     public void setDisplayName(String value) {
356         this.displayName = value;
357     }
358
359     /**
360      * Gets the value of the displayWidth property.
361      * 
362      * @return
363      *     possible object is
364      *     {@link Integer }
365      *     
366      */
367     public Integer getDisplayWidth() {
368         return displayWidth;
369     }
370
371     /**
372      * Sets the value of the displayWidth property.
373      * 
374      * @param value
375      *     allowed object is
376      *     {@link Integer }
377      *     
378      */
379     public void setDisplayWidth(Integer value) {
380         this.displayWidth = value;
381     }
382
383     /**
384      * Gets the value of the displayWidthInPxls property.
385      * 
386      * @return
387      *     possible object is
388      *     {@link String }
389      *     
390      */
391     public String getDisplayWidthInPxls() {
392         return displayWidthInPxls;
393     }
394
395     /**
396      * Sets the value of the displayWidthInPxls property.
397      * 
398      * @param value
399      *     allowed object is
400      *     {@link String }
401      *     
402      */
403     public void setDisplayWidthInPxls(String value) {
404         this.displayWidthInPxls = value;
405     }
406
407     /**
408      * Gets the value of the pdfDisplayWidthInPxls property.
409      * 
410      * @return
411      *     possible object is
412      *     {@link String }
413      *     
414      */
415     public String getPdfDisplayWidthInPxls() {
416         return pdfDisplayWidthInPxls;
417     }
418
419     /**
420      * Sets the value of the pdfDisplayWidthInPxls property.
421      * 
422      * @param value
423      *     allowed object is
424      *     {@link String }
425      *     
426      */
427     public void setPdfDisplayWidthInPxls(String value) {
428         this.pdfDisplayWidthInPxls = value;
429     }
430
431     /**
432      * Gets the value of the displayAlignment property.
433      * 
434      * @return
435      *     possible object is
436      *     {@link String }
437      *     
438      */
439     public String getDisplayAlignment() {
440         return displayAlignment;
441     }
442
443     /**
444      * Sets the value of the displayAlignment property.
445      * 
446      * @param value
447      *     allowed object is
448      *     {@link String }
449      *     
450      */
451     public void setDisplayAlignment(String value) {
452         this.displayAlignment = value;
453     }
454
455     /**
456      * Gets the value of the displayHeaderAlignment property.
457      * 
458      * @return
459      *     possible object is
460      *     {@link String }
461      *     
462      */
463     public String getDisplayHeaderAlignment() {
464         return displayHeaderAlignment;
465     }
466
467     /**
468      * Sets the value of the displayHeaderAlignment property.
469      * 
470      * @param value
471      *     allowed object is
472      *     {@link String }
473      *     
474      */
475     public void setDisplayHeaderAlignment(String value) {
476         this.displayHeaderAlignment = value;
477     }
478
479     /**
480      * Gets the value of the orderSeq property.
481      * 
482      */
483     public int getOrderSeq() {
484         return orderSeq;
485     }
486
487     /**
488      * Sets the value of the orderSeq property.
489      * 
490      */
491     public void setOrderSeq(int value) {
492         this.orderSeq = value;
493     }
494
495     /**
496      * Gets the value of the visible property.
497      * 
498      */
499     public boolean isVisible() {
500         return visible;
501     }
502
503     /**
504      * Sets the value of the visible property.
505      * 
506      */
507     public void setVisible(boolean value) {
508         this.visible = value;
509     }
510
511     /**
512      * Gets the value of the calculated property.
513      * 
514      */
515     public boolean isCalculated() {
516         return calculated;
517     }
518
519     /**
520      * Sets the value of the calculated property.
521      * 
522      */
523     public void setCalculated(boolean value) {
524         this.calculated = value;
525     }
526
527     /**
528      * Gets the value of the colType property.
529      * 
530      * @return
531      *     possible object is
532      *     {@link String }
533      *     
534      */
535     public String getColType() {
536         return colType;
537     }
538
539     /**
540      * Sets the value of the colType property.
541      * 
542      * @param value
543      *     allowed object is
544      *     {@link String }
545      *     
546      */
547     public void setColType(String value) {
548         this.colType = value;
549     }
550
551     /**
552      * Gets the value of the hyperlinkURL property.
553      * 
554      * @return
555      *     possible object is
556      *     {@link String }
557      *     
558      */
559     public String getHyperlinkURL() {
560         return hyperlinkURL;
561     }
562
563     /**
564      * Sets the value of the hyperlinkURL property.
565      * 
566      * @param value
567      *     allowed object is
568      *     {@link String }
569      *     
570      */
571     public void setHyperlinkURL(String value) {
572         this.hyperlinkURL = value;
573     }
574
575     /**
576      * Gets the value of the hyperlinkType property.
577      * 
578      * @return
579      *     possible object is
580      *     {@link String }
581      *     
582      */
583     public String getHyperlinkType() {
584         return hyperlinkType;
585     }
586
587     /**
588      * Sets the value of the hyperlinkType property.
589      * 
590      * @param value
591      *     allowed object is
592      *     {@link String }
593      *     
594      */
595     public void setHyperlinkType(String value) {
596         this.hyperlinkType = value;
597     }
598
599     /**
600      * Gets the value of the actionImg property.
601      * 
602      * @return
603      *     possible object is
604      *     {@link String }
605      *     
606      */
607     public String getActionImg() {
608         return actionImg;
609     }
610
611     /**
612      * Sets the value of the actionImg property.
613      * 
614      * @param value
615      *     allowed object is
616      *     {@link String }
617      *     
618      */
619     public void setActionImg(String value) {
620         this.actionImg = value;
621     }
622
623     /**
624      * Gets the value of the groupByPos property.
625      * 
626      * @return
627      *     possible object is
628      *     {@link Integer }
629      *     
630      */
631     public Integer getGroupByPos() {
632         return groupByPos;
633     }
634
635     /**
636      * Sets the value of the groupByPos property.
637      * 
638      * @param value
639      *     allowed object is
640      *     {@link Integer }
641      *     
642      */
643     public void setGroupByPos(Integer value) {
644         this.groupByPos = value;
645     }
646
647     /**
648      * Gets the value of the subTotalCustomText property.
649      * 
650      * @return
651      *     possible object is
652      *     {@link String }
653      *     
654      */
655     public String getSubTotalCustomText() {
656         return subTotalCustomText;
657     }
658
659     /**
660      * Sets the value of the subTotalCustomText property.
661      * 
662      * @param value
663      *     allowed object is
664      *     {@link String }
665      *     
666      */
667     public void setSubTotalCustomText(String value) {
668         this.subTotalCustomText = value;
669     }
670
671     /**
672      * Gets the value of the hideRepeatedKey property.
673      * 
674      * @return
675      *     possible object is
676      *     {@link Boolean }
677      *     
678      */
679     public Boolean isHideRepeatedKey() {
680         return hideRepeatedKey;
681     }
682
683     /**
684      * Sets the value of the hideRepeatedKey property.
685      * 
686      * @param value
687      *     allowed object is
688      *     {@link Boolean }
689      *     
690      */
691     public void setHideRepeatedKey(Boolean value) {
692         this.hideRepeatedKey = value;
693     }
694
695     /**
696      * Gets the value of the colFormat property.
697      * 
698      * @return
699      *     possible object is
700      *     {@link String }
701      *     
702      */
703     public String getColFormat() {
704         return colFormat;
705     }
706
707     /**
708      * Sets the value of the colFormat property.
709      * 
710      * @param value
711      *     allowed object is
712      *     {@link String }
713      *     
714      */
715     public void setColFormat(String value) {
716         this.colFormat = value;
717     }
718
719     /**
720      * Gets the value of the groupBreak property.
721      * 
722      */
723     public boolean isGroupBreak() {
724         return groupBreak;
725     }
726
727     /**
728      * Sets the value of the groupBreak property.
729      * 
730      */
731     public void setGroupBreak(boolean value) {
732         this.groupBreak = value;
733     }
734
735     /**
736      * Gets the value of the orderBySeq property.
737      * 
738      * @return
739      *     possible object is
740      *     {@link Integer }
741      *     
742      */
743     public Integer getOrderBySeq() {
744         return orderBySeq;
745     }
746
747     /**
748      * Sets the value of the orderBySeq property.
749      * 
750      * @param value
751      *     allowed object is
752      *     {@link Integer }
753      *     
754      */
755     public void setOrderBySeq(Integer value) {
756         this.orderBySeq = value;
757     }
758
759     /**
760      * Gets the value of the orderByAscDesc property.
761      * 
762      * @return
763      *     possible object is
764      *     {@link String }
765      *     
766      */
767     public String getOrderByAscDesc() {
768         return orderByAscDesc;
769     }
770
771     /**
772      * Sets the value of the orderByAscDesc property.
773      * 
774      * @param value
775      *     allowed object is
776      *     {@link String }
777      *     
778      */
779     public void setOrderByAscDesc(String value) {
780         this.orderByAscDesc = value;
781     }
782
783     /**
784      * Gets the value of the displayTotal property.
785      * 
786      * @return
787      *     possible object is
788      *     {@link String }
789      *     
790      */
791     public String getDisplayTotal() {
792         return displayTotal;
793     }
794
795     /**
796      * Sets the value of the displayTotal property.
797      * 
798      * @param value
799      *     allowed object is
800      *     {@link String }
801      *     
802      */
803     public void setDisplayTotal(String value) {
804         this.displayTotal = value;
805     }
806
807     /**
808      * Gets the value of the colOnChart property.
809      * 
810      * @return
811      *     possible object is
812      *     {@link String }
813      *     
814      */
815     public String getColOnChart() {
816         return colOnChart;
817     }
818
819     /**
820      * Sets the value of the colOnChart property.
821      * 
822      * @param value
823      *     allowed object is
824      *     {@link String }
825      *     
826      */
827     public void setColOnChart(String value) {
828         this.colOnChart = value;
829     }
830
831     /**
832      * Gets the value of the chartSeq property.
833      * 
834      * @return
835      *     possible object is
836      *     {@link Integer }
837      *     
838      */
839     public Integer getChartSeq() {
840         return chartSeq;
841     }
842
843     /**
844      * Sets the value of the chartSeq property.
845      * 
846      * @param value
847      *     allowed object is
848      *     {@link Integer }
849      *     
850      */
851     public void setChartSeq(Integer value) {
852         this.chartSeq = value;
853     }
854
855     /**
856      * Gets the value of the chartColor property.
857      * 
858      * @return
859      *     possible object is
860      *     {@link String }
861      *     
862      */
863     public String getChartColor() {
864         return chartColor;
865     }
866
867     /**
868      * Sets the value of the chartColor property.
869      * 
870      * @param value
871      *     allowed object is
872      *     {@link String }
873      *     
874      */
875     public void setChartColor(String value) {
876         this.chartColor = value;
877     }
878
879     /**
880      * Gets the value of the chartLineType property.
881      * 
882      * @return
883      *     possible object is
884      *     {@link String }
885      *     
886      */
887     public String getChartLineType() {
888         return chartLineType;
889     }
890
891     /**
892      * Sets the value of the chartLineType property.
893      * 
894      * @param value
895      *     allowed object is
896      *     {@link String }
897      *     
898      */
899     public void setChartLineType(String value) {
900         this.chartLineType = value;
901     }
902
903     /**
904      * Gets the value of the chartSeries property.
905      * 
906      * @return
907      *     possible object is
908      *     {@link Boolean }
909      *     
910      */
911     public Boolean isChartSeries() {
912         return chartSeries;
913     }
914
915     /**
916      * Sets the value of the chartSeries property.
917      * 
918      * @param value
919      *     allowed object is
920      *     {@link Boolean }
921      *     
922      */
923     public void setChartSeries(Boolean value) {
924         this.chartSeries = value;
925     }
926
927     /**
928      * Gets the value of the isRangeAxisFilled property.
929      * 
930      * @return
931      *     possible object is
932      *     {@link Boolean }
933      *     
934      */
935     public Boolean isIsRangeAxisFilled() {
936         return isRangeAxisFilled;
937     }
938
939     /**
940      * Sets the value of the isRangeAxisFilled property.
941      * 
942      * @param value
943      *     allowed object is
944      *     {@link Boolean }
945      *     
946      */
947     public void setIsRangeAxisFilled(Boolean value) {
948         this.isRangeAxisFilled = value;
949     }
950
951     /**
952      * Gets the value of the isSortable property.
953      * 
954      * @return
955      *     possible object is
956      *     {@link Boolean }
957      *     
958      */
959     public Boolean isIsSortable() {
960         return isSortable;
961     }
962
963     /**
964      * Sets the value of the isSortable property.
965      * 
966      * @param value
967      *     allowed object is
968      *     {@link Boolean }
969      *     
970      */
971     public void setIsSortable(Boolean value) {
972         this.isSortable = value;
973     }
974
975     /**
976      * Gets the value of the createInNewChart property.
977      * 
978      * @return
979      *     possible object is
980      *     {@link Boolean }
981      *     
982      */
983     public Boolean isCreateInNewChart() {
984         return createInNewChart;
985     }
986
987     /**
988      * Sets the value of the createInNewChart property.
989      * 
990      * @param value
991      *     allowed object is
992      *     {@link Boolean }
993      *     
994      */
995     public void setCreateInNewChart(Boolean value) {
996         this.createInNewChart = value;
997     }
998
999     /**
1000      * Gets the value of the drillDownType property.
1001      * 
1002      * @return
1003      *     possible object is
1004      *     {@link String }
1005      *     
1006      */
1007     public String getDrillDownType() {
1008         return drillDownType;
1009     }
1010
1011     /**
1012      * Sets the value of the drillDownType property.
1013      * 
1014      * @param value
1015      *     allowed object is
1016      *     {@link String }
1017      *     
1018      */
1019     public void setDrillDownType(String value) {
1020         this.drillDownType = value;
1021     }
1022
1023     /**
1024      * Gets the value of the drillinPoPUp property.
1025      * 
1026      * @return
1027      *     possible object is
1028      *     {@link Boolean }
1029      *     
1030      */
1031     public Boolean isDrillinPoPUp() {
1032         return drillinPoPUp;
1033     }
1034
1035     /**
1036      * Sets the value of the drillinPoPUp property.
1037      * 
1038      * @param value
1039      *     allowed object is
1040      *     {@link Boolean }
1041      *     
1042      */
1043     public void setDrillinPoPUp(Boolean value) {
1044         this.drillinPoPUp = value;
1045     }
1046
1047     /**
1048      * Gets the value of the drillDownURL property.
1049      * 
1050      * @return
1051      *     possible object is
1052      *     {@link String }
1053      *     
1054      */
1055     public String getDrillDownURL() {
1056         return drillDownURL;
1057     }
1058
1059     /**
1060      * Sets the value of the drillDownURL property.
1061      * 
1062      * @param value
1063      *     allowed object is
1064      *     {@link String }
1065      *     
1066      */
1067     public void setDrillDownURL(String value) {
1068         this.drillDownURL = value;
1069     }
1070
1071     /**
1072      * Gets the value of the drillDownParams property.
1073      * 
1074      * @return
1075      *     possible object is
1076      *     {@link String }
1077      *     
1078      */
1079     public String getDrillDownParams() {
1080         return drillDownParams;
1081     }
1082
1083     /**
1084      * Sets the value of the drillDownParams property.
1085      * 
1086      * @param value
1087      *     allowed object is
1088      *     {@link String }
1089      *     
1090      */
1091     public void setDrillDownParams(String value) {
1092         this.drillDownParams = value;
1093     }
1094
1095     /**
1096      * Gets the value of the comment property.
1097      * 
1098      * @return
1099      *     possible object is
1100      *     {@link String }
1101      *     
1102      */
1103     public String getComment() {
1104         return comment;
1105     }
1106
1107     /**
1108      * Sets the value of the comment property.
1109      * 
1110      * @param value
1111      *     allowed object is
1112      *     {@link String }
1113      *     
1114      */
1115     public void setComment(String value) {
1116         this.comment = value;
1117     }
1118
1119     /**
1120      * Gets the value of the colFilterList property.
1121      * 
1122      * @return
1123      *     possible object is
1124      *     {@link ColFilterList }
1125      *     
1126      */
1127     public ColFilterList getColFilterList() {
1128         return colFilterList;
1129     }
1130
1131     /**
1132      * Sets the value of the colFilterList property.
1133      * 
1134      * @param value
1135      *     allowed object is
1136      *     {@link ColFilterList }
1137      *     
1138      */
1139     public void setColFilterList(ColFilterList value) {
1140         this.colFilterList = value;
1141     }
1142
1143     /**
1144      * Gets the value of the semaphoreId property.
1145      * 
1146      * @return
1147      *     possible object is
1148      *     {@link String }
1149      *     
1150      */
1151     public String getSemaphoreId() {
1152         return semaphoreId;
1153     }
1154
1155     /**
1156      * Sets the value of the semaphoreId property.
1157      * 
1158      * @param value
1159      *     allowed object is
1160      *     {@link String }
1161      *     
1162      */
1163     public void setSemaphoreId(String value) {
1164         this.semaphoreId = value;
1165     }
1166
1167     /**
1168      * Gets the value of the dbColType property.
1169      * 
1170      * @return
1171      *     possible object is
1172      *     {@link String }
1173      *     
1174      */
1175     public String getDbColType() {
1176         return dbColType;
1177     }
1178
1179     /**
1180      * Sets the value of the dbColType property.
1181      * 
1182      * @param value
1183      *     allowed object is
1184      *     {@link String }
1185      *     
1186      */
1187     public void setDbColType(String value) {
1188         this.dbColType = value;
1189     }
1190
1191     /**
1192      * Gets the value of the chartGroup property.
1193      * 
1194      * @return
1195      *     possible object is
1196      *     {@link String }
1197      *     
1198      */
1199     public String getChartGroup() {
1200         return chartGroup;
1201     }
1202
1203     /**
1204      * Sets the value of the chartGroup property.
1205      * 
1206      * @param value
1207      *     allowed object is
1208      *     {@link String }
1209      *     
1210      */
1211     public void setChartGroup(String value) {
1212         this.chartGroup = value;
1213     }
1214
1215     /**
1216      * Gets the value of the yAxis property.
1217      * 
1218      * @return
1219      *     possible object is
1220      *     {@link String }
1221      *     
1222      */
1223     public String getYAxis() {
1224         return yAxis;
1225     }
1226
1227     /**
1228      * Sets the value of the yAxis property.
1229      * 
1230      * @param value
1231      *     allowed object is
1232      *     {@link String }
1233      *     
1234      */
1235     public void setYAxis(String value) {
1236         this.yAxis = value;
1237     }
1238
1239     /**
1240      * Gets the value of the dependsOnFormField property.
1241      * 
1242      * @return
1243      *     possible object is
1244      *     {@link String }
1245      *     
1246      */
1247     public String getDependsOnFormField() {
1248         return dependsOnFormField;
1249     }
1250
1251     /**
1252      * Sets the value of the dependsOnFormField property.
1253      * 
1254      * @param value
1255      *     allowed object is
1256      *     {@link String }
1257      *     
1258      */
1259     public void setDependsOnFormField(String value) {
1260         this.dependsOnFormField = value;
1261     }
1262
1263     /**
1264      * Gets the value of the nowrap property.
1265      * 
1266      * @return
1267      *     possible object is
1268      *     {@link String }
1269      *     
1270      */
1271     public String getNowrap() {
1272         return nowrap;
1273     }
1274
1275     /**
1276      * Sets the value of the nowrap property.
1277      * 
1278      * @param value
1279      *     allowed object is
1280      *     {@link String }
1281      *     
1282      */
1283     public void setNowrap(String value) {
1284         this.nowrap = value;
1285     }
1286
1287     /**
1288      * Gets the value of the indentation property.
1289      * 
1290      * @return
1291      *     possible object is
1292      *     {@link Integer }
1293      *     
1294      */
1295     public Integer getIndentation() {
1296         return indentation;
1297     }
1298
1299     /**
1300      * Sets the value of the indentation property.
1301      * 
1302      * @param value
1303      *     allowed object is
1304      *     {@link Integer }
1305      *     
1306      */
1307     public void setIndentation(Integer value) {
1308         this.indentation = value;
1309     }
1310
1311     /**
1312      * Gets the value of the enhancedPagination property.
1313      * 
1314      * @return
1315      *     possible object is
1316      *     {@link Boolean }
1317      *     
1318      */
1319     public Boolean isEnhancedPagination() {
1320         return enhancedPagination;
1321     }
1322
1323     /**
1324      * Sets the value of the enhancedPagination property.
1325      * 
1326      * @param value
1327      *     allowed object is
1328      *     {@link Boolean }
1329      *     
1330      */
1331     public void setEnhancedPagination(Boolean value) {
1332         this.enhancedPagination = value;
1333     }
1334
1335     /**
1336      * Gets the value of the level property.
1337      * 
1338      * @return
1339      *     possible object is
1340      *     {@link Integer }
1341      *     
1342      */
1343     public Integer getLevel() {
1344         return level;
1345     }
1346
1347     /**
1348      * Sets the value of the level property.
1349      * 
1350      * @param value
1351      *     allowed object is
1352      *     {@link Integer }
1353      *     
1354      */
1355     public void setLevel(Integer value) {
1356         this.level = value;
1357     }
1358
1359     /**
1360      * Gets the value of the start property.
1361      * 
1362      * @return
1363      *     possible object is
1364      *     {@link Integer }
1365      *     
1366      */
1367     public Integer getStart() {
1368         return start;
1369     }
1370
1371     /**
1372      * Sets the value of the start property.
1373      * 
1374      * @param value
1375      *     allowed object is
1376      *     {@link Integer }
1377      *     
1378      */
1379     public void setStart(Integer value) {
1380         this.start = value;
1381     }
1382
1383     /**
1384      * Gets the value of the colspan property.
1385      * 
1386      * @return
1387      *     possible object is
1388      *     {@link Integer }
1389      *     
1390      */
1391     public Integer getColspan() {
1392         return colspan;
1393     }
1394
1395     /**
1396      * Sets the value of the colspan property.
1397      * 
1398      * @param value
1399      *     allowed object is
1400      *     {@link Integer }
1401      *     
1402      */
1403     public void setColspan(Integer value) {
1404         this.colspan = value;
1405     }
1406
1407     /**
1408      * Gets the value of the dataMiningCol property.
1409      * 
1410      * @return
1411      *     possible object is
1412      *     {@link String }
1413      *     
1414      */
1415     public String getDataMiningCol() {
1416         return dataMiningCol;
1417     }
1418
1419     /**
1420      * Sets the value of the dataMiningCol property.
1421      * 
1422      * @param value
1423      *     allowed object is
1424      *     {@link String }
1425      *     
1426      */
1427     public void setDataMiningCol(String value) {
1428         this.dataMiningCol = value;
1429     }
1430
1431     /**
1432      * Gets the value of the colId property.
1433      * 
1434      * @return
1435      *     possible object is
1436      *     {@link String }
1437      *     
1438      */
1439     public String getColId() {
1440         return colId;
1441     }
1442
1443     /**
1444      * Sets the value of the colId property.
1445      * 
1446      * @param value
1447      *     allowed object is
1448      *     {@link String }
1449      *     
1450      */
1451     public void setColId(String value) {
1452         this.colId = value;
1453     }
1454
1455 }