2 * ================================================================================
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
11 * http://www.apache.org/licenses/LICENSE-2.0
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 * ================================================================================
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
28 package org.openecomp.portalsdk.analytics.xmlobj;
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.XmlSchemaType;
35 import javax.xml.bind.annotation.XmlType;
36 import javax.xml.datatype.XMLGregorianCalendar;
40 * <p>Java class for CustomReportType complex type.
42 * <p>The following schema fragment specifies the expected content contained within this class.
45 * <complexType name="CustomReportType">
47 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
49 * <element name="reportName" type="{http://www.w3.org/2001/XMLSchema}string"/>
50 * <element name="reportDescr" type="{http://www.w3.org/2001/XMLSchema}string"/>
51 * <element name="numDashCols" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
52 * <element name="dashboardLayoutHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
53 * <element name="dbInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
54 * <element name="dbType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
55 * <element name="chartType" type="{http://www.w3.org/2001/XMLSchema}string"/>
56 * <element name="chartTypeFixed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
57 * <element name="chartMultiSeries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
58 * <element name="chartLeftAxisLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
59 * <element name="chartRightAxisLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
60 * <element name="chartWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
61 * <element name="chartHeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
62 * <element name="showChartTitle" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
63 * <element name="public" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
64 * <element name="hideFormFieldAfterRun" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
65 * <element name="createId" type="{http://www.w3.org/2001/XMLSchema}string"/>
66 * <element name="createDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
67 * <element name="reportSQL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
68 * <element name="reportTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
69 * <element name="reportSubTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
70 * <element name="reportHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
71 * <element name="frozenColumns" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
72 * <element name="pdfImgLogo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
73 * <element name="emptyMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
74 * <element name="widthNoColumn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
75 * <element name="dataGridAlign" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
76 * <element name="reportFooter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
77 * <element name="numFormCols" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
78 * <element name="displayOptions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
79 * <element name="jumpTo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
80 * <element name="searchPageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
81 * <element name="navPosition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
82 * <element name="toggleLayout" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
83 * <element name="pageNav" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
84 * <element name="showPageSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
85 * <element name="showNavPos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
86 * <element name="showGotoOption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
87 * <element name="dataContainerHeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
88 * <element name="dataContainerWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
89 * <element name="allowSchedule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
90 * <element name="multiGroupColumn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
91 * <element name="topDown" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
92 * <element name="sizedByContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
93 * <element ref="{}comment" minOccurs="0"/>
94 * <element name="dataSourceList" type="{}DataSourceList" minOccurs="0"/>
95 * <element name="formFieldList" type="{}FormFieldList" minOccurs="0"/>
96 * <element name="javascriptList" type="{}JavascriptList" minOccurs="0"/>
97 * <element name="semaphoreList" type="{}SemaphoreList" minOccurs="0"/>
98 * <element name="dashboardOptions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
99 * <element name="dashboardType" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
100 * <element name="reportInNewWindow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
101 * <element name="displayFolderTree" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
102 * <element name="maxRowsInExcelDownload" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
103 * <element name="dashBoardReports" type="{}DashboardReports" minOccurs="0"/>
104 * <element name="dashBoardReportsNew" type="{}DashboardReportsNew" minOccurs="0"/>
105 * <element name="chartAdditionalOptions" type="{}ChartAdditionalOptions" minOccurs="0"/>
106 * <element name="pdfAdditionalOptions" type="{}PDFAdditionalOptions" minOccurs="0"/>
107 * <element name="chartDrillOptions" type="{}ChartDrillOptions" minOccurs="0"/>
108 * <element name="dataminingOptions" type="{}DataminingOptions" minOccurs="0"/>
109 * <element name="javascriptElement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
110 * <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
111 * <element name="drillURLInPoPUpPresent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
112 * <element name="isOneTimeScheduleAllowed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
113 * <element name="isHourlyScheduleAllowed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
114 * <element name="isDailyScheduleAllowed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
115 * <element name="isDailyMFScheduleAllowed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
116 * <element name="isWeeklyScheduleAllowed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
117 * <element name="isMonthlyScheduleAllowed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
118 * <element name="reportMap" type="{}ReportMap" minOccurs="0"/>
120 * <attribute name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" />
121 * <attribute name="reportType" type="{http://www.w3.org/2001/XMLSchema}string" />
123 * </complexContent>
129 @XmlAccessorType(XmlAccessType.FIELD)
130 @XmlType(name = "CustomReportType", propOrder = {
134 "dashboardLayoutHTML",
140 "chartLeftAxisLabel",
141 "chartRightAxisLabel",
146 "hideFormFieldAfterRun",
169 "dataContainerHeight",
170 "dataContainerWidth",
184 "maxRowsInExcelDownload",
186 "dashBoardReportsNew",
187 "chartAdditionalOptions",
188 "pdfAdditionalOptions",
193 "drillURLInPoPUpPresent",
194 "isOneTimeScheduleAllowed",
195 "isHourlyScheduleAllowed",
196 "isDailyScheduleAllowed",
197 "isDailyMFScheduleAllowed",
198 "isWeeklyScheduleAllowed",
199 "isMonthlyScheduleAllowed",
202 public class CustomReportType {
204 @XmlElement(required = true)
205 protected String reportName;
206 @XmlElement(required = true)
207 protected String reportDescr;
208 protected String numDashCols;
209 protected String dashboardLayoutHTML;
210 protected String dbInfo;
211 protected String dbType;
212 @XmlElement(required = true)
213 protected String chartType;
214 protected String chartTypeFixed;
215 protected String chartMultiSeries;
216 protected String chartLeftAxisLabel;
217 protected String chartRightAxisLabel;
218 protected String chartWidth;
219 protected String chartHeight;
220 @XmlElement(defaultValue = "false")
221 protected boolean showChartTitle;
222 @XmlElement(name = "public", defaultValue = "false")
223 protected boolean _public;
224 @XmlElement(defaultValue = "false")
225 protected Boolean hideFormFieldAfterRun;
226 @XmlElement(required = true)
227 protected String createId;
228 @XmlElement(required = true)
229 @XmlSchemaType(name = "date")
230 protected XMLGregorianCalendar createDate;
231 protected String reportSQL;
232 protected String reportTitle;
233 protected String reportSubTitle;
234 protected String reportHeader;
235 @XmlElement(defaultValue = "0")
236 protected Integer frozenColumns;
237 protected String pdfImgLogo;
238 protected String emptyMessage;
239 protected String widthNoColumn;
240 protected String dataGridAlign;
241 protected String reportFooter;
242 protected String numFormCols;
243 protected String displayOptions;
244 protected Integer jumpTo;
245 protected Integer searchPageSize;
246 protected String navPosition;
247 @XmlElement(defaultValue = "true")
248 protected Boolean toggleLayout;
249 @XmlElement(defaultValue = "true")
250 protected Boolean pageNav;
251 @XmlElement(defaultValue = "true")
252 protected Boolean showPageSize;
253 @XmlElement(defaultValue = "true")
254 protected Boolean showNavPos;
255 @XmlElement(defaultValue = "true")
256 protected Boolean showGotoOption;
257 protected String dataContainerHeight;
258 protected String dataContainerWidth;
259 protected String allowSchedule;
260 protected String multiGroupColumn;
261 protected String topDown;
262 protected String sizedByContent;
263 protected String comment;
264 protected DataSourceList dataSourceList;
265 protected FormFieldList formFieldList;
266 protected JavascriptList javascriptList;
267 protected SemaphoreList semaphoreList;
268 protected String dashboardOptions;
269 @XmlElement(defaultValue = "false")
270 protected Boolean dashboardType;
271 @XmlElement(defaultValue = "false")
272 protected Boolean reportInNewWindow;
273 @XmlElement(defaultValue = "false")
274 protected Boolean displayFolderTree;
275 protected Integer maxRowsInExcelDownload;
276 protected DashboardReports dashBoardReports;
277 protected DashboardReportsNew dashBoardReportsNew;
278 protected ChartAdditionalOptions chartAdditionalOptions;
279 protected PDFAdditionalOptions pdfAdditionalOptions;
280 protected ChartDrillOptions chartDrillOptions;
281 protected DataminingOptions dataminingOptions;
282 protected String javascriptElement;
283 @XmlElement(defaultValue = "0")
284 protected String folderId;
285 @XmlElement(defaultValue = "false")
286 protected Boolean drillURLInPoPUpPresent;
287 protected String isOneTimeScheduleAllowed;
288 protected String isHourlyScheduleAllowed;
289 protected String isDailyScheduleAllowed;
290 protected String isDailyMFScheduleAllowed;
291 protected String isWeeklyScheduleAllowed;
292 protected String isMonthlyScheduleAllowed;
293 protected ReportMap reportMap;
294 @XmlAttribute(name = "pageSize")
295 protected Integer pageSize;
296 @XmlAttribute(name = "reportType")
297 protected String reportType;
300 * Gets the value of the reportName property.
307 public String getReportName() {
312 * Sets the value of the reportName property.
319 public void setReportName(String value) {
320 this.reportName = value;
324 * Gets the value of the reportDescr property.
331 public String getReportDescr() {
336 * Sets the value of the reportDescr property.
343 public void setReportDescr(String value) {
344 this.reportDescr = value;
348 * Gets the value of the numDashCols property.
355 public String getNumDashCols() {
360 * Sets the value of the numDashCols property.
367 public void setNumDashCols(String value) {
368 this.numDashCols = value;
372 * Gets the value of the dashboardLayoutHTML property.
379 public String getDashboardLayoutHTML() {
380 return dashboardLayoutHTML;
384 * Sets the value of the dashboardLayoutHTML property.
391 public void setDashboardLayoutHTML(String value) {
392 this.dashboardLayoutHTML = value;
396 * Gets the value of the dbInfo property.
403 public String getDbInfo() {
408 * Sets the value of the dbInfo property.
415 public void setDbInfo(String value) {
420 * Gets the value of the dbType property.
427 public String getDbType() {
432 * Sets the value of the dbType property.
439 public void setDbType(String value) {
444 * Gets the value of the chartType property.
451 public String getChartType() {
456 * Sets the value of the chartType property.
463 public void setChartType(String value) {
464 this.chartType = value;
468 * Gets the value of the chartTypeFixed property.
475 public String getChartTypeFixed() {
476 return chartTypeFixed;
480 * Sets the value of the chartTypeFixed property.
487 public void setChartTypeFixed(String value) {
488 this.chartTypeFixed = value;
492 * Gets the value of the chartMultiSeries property.
499 public String getChartMultiSeries() {
500 return chartMultiSeries;
504 * Sets the value of the chartMultiSeries property.
511 public void setChartMultiSeries(String value) {
512 this.chartMultiSeries = value;
516 * Gets the value of the chartLeftAxisLabel property.
523 public String getChartLeftAxisLabel() {
524 return chartLeftAxisLabel;
528 * Sets the value of the chartLeftAxisLabel property.
535 public void setChartLeftAxisLabel(String value) {
536 this.chartLeftAxisLabel = value;
540 * Gets the value of the chartRightAxisLabel property.
547 public String getChartRightAxisLabel() {
548 return chartRightAxisLabel;
552 * Sets the value of the chartRightAxisLabel property.
559 public void setChartRightAxisLabel(String value) {
560 this.chartRightAxisLabel = value;
564 * Gets the value of the chartWidth property.
571 public String getChartWidth() {
576 * Sets the value of the chartWidth property.
583 public void setChartWidth(String value) {
584 this.chartWidth = value;
588 * Gets the value of the chartHeight property.
595 public String getChartHeight() {
600 * Sets the value of the chartHeight property.
607 public void setChartHeight(String value) {
608 this.chartHeight = value;
612 * Gets the value of the showChartTitle property.
615 public boolean isShowChartTitle() {
616 return showChartTitle;
620 * Sets the value of the showChartTitle property.
623 public void setShowChartTitle(boolean value) {
624 this.showChartTitle = value;
628 * Gets the value of the public property.
631 public boolean isPublic() {
636 * Sets the value of the public property.
639 public void setPublic(boolean value) {
640 this._public = value;
644 * Gets the value of the hideFormFieldAfterRun property.
651 public Boolean isHideFormFieldAfterRun() {
652 return hideFormFieldAfterRun;
656 * Sets the value of the hideFormFieldAfterRun property.
663 public void setHideFormFieldAfterRun(Boolean value) {
664 this.hideFormFieldAfterRun = value;
668 * Gets the value of the createId property.
675 public String getCreateId() {
680 * Sets the value of the createId property.
687 public void setCreateId(String value) {
688 this.createId = value;
692 * Gets the value of the createDate property.
696 * {@link XMLGregorianCalendar }
699 public XMLGregorianCalendar getCreateDate() {
704 * Sets the value of the createDate property.
708 * {@link XMLGregorianCalendar }
711 public void setCreateDate(XMLGregorianCalendar value) {
712 this.createDate = value;
716 * Gets the value of the reportSQL property.
723 public String getReportSQL() {
728 * Sets the value of the reportSQL property.
735 public void setReportSQL(String value) {
736 this.reportSQL = value;
740 * Gets the value of the reportTitle property.
747 public String getReportTitle() {
752 * Sets the value of the reportTitle property.
759 public void setReportTitle(String value) {
760 this.reportTitle = value;
764 * Gets the value of the reportSubTitle property.
771 public String getReportSubTitle() {
772 return reportSubTitle;
776 * Sets the value of the reportSubTitle property.
783 public void setReportSubTitle(String value) {
784 this.reportSubTitle = value;
788 * Gets the value of the reportHeader property.
795 public String getReportHeader() {
800 * Sets the value of the reportHeader property.
807 public void setReportHeader(String value) {
808 this.reportHeader = value;
812 * Gets the value of the frozenColumns property.
819 public Integer getFrozenColumns() {
820 return frozenColumns;
824 * Sets the value of the frozenColumns property.
831 public void setFrozenColumns(Integer value) {
832 this.frozenColumns = value;
836 * Gets the value of the pdfImgLogo property.
843 public String getPdfImgLogo() {
848 * Sets the value of the pdfImgLogo property.
855 public void setPdfImgLogo(String value) {
856 this.pdfImgLogo = value;
860 * Gets the value of the emptyMessage property.
867 public String getEmptyMessage() {
872 * Sets the value of the emptyMessage property.
879 public void setEmptyMessage(String value) {
880 this.emptyMessage = value;
884 * Gets the value of the widthNoColumn property.
891 public String getWidthNoColumn() {
892 return widthNoColumn;
896 * Sets the value of the widthNoColumn property.
903 public void setWidthNoColumn(String value) {
904 this.widthNoColumn = value;
908 * Gets the value of the dataGridAlign property.
915 public String getDataGridAlign() {
916 return dataGridAlign;
920 * Sets the value of the dataGridAlign property.
927 public void setDataGridAlign(String value) {
928 this.dataGridAlign = value;
932 * Gets the value of the reportFooter property.
939 public String getReportFooter() {
944 * Sets the value of the reportFooter property.
951 public void setReportFooter(String value) {
952 this.reportFooter = value;
956 * Gets the value of the numFormCols property.
963 public String getNumFormCols() {
968 * Sets the value of the numFormCols property.
975 public void setNumFormCols(String value) {
976 this.numFormCols = value;
980 * Gets the value of the displayOptions property.
987 public String getDisplayOptions() {
988 return displayOptions;
992 * Sets the value of the displayOptions property.
999 public void setDisplayOptions(String value) {
1000 this.displayOptions = value;
1004 * Gets the value of the jumpTo property.
1007 * possible object is
1011 public Integer getJumpTo() {
1016 * Sets the value of the jumpTo property.
1023 public void setJumpTo(Integer value) {
1024 this.jumpTo = value;
1028 * Gets the value of the searchPageSize property.
1031 * possible object is
1035 public Integer getSearchPageSize() {
1036 return searchPageSize;
1040 * Sets the value of the searchPageSize property.
1047 public void setSearchPageSize(Integer value) {
1048 this.searchPageSize = value;
1052 * Gets the value of the navPosition property.
1055 * possible object is
1059 public String getNavPosition() {
1064 * Sets the value of the navPosition property.
1071 public void setNavPosition(String value) {
1072 this.navPosition = value;
1076 * Gets the value of the toggleLayout property.
1079 * possible object is
1083 public Boolean isToggleLayout() {
1084 return toggleLayout;
1088 * Sets the value of the toggleLayout property.
1095 public void setToggleLayout(Boolean value) {
1096 this.toggleLayout = value;
1100 * Gets the value of the pageNav property.
1103 * possible object is
1107 public Boolean isPageNav() {
1112 * Sets the value of the pageNav property.
1119 public void setPageNav(Boolean value) {
1120 this.pageNav = value;
1124 * Gets the value of the showPageSize property.
1127 * possible object is
1131 public Boolean isShowPageSize() {
1132 return showPageSize;
1136 * Sets the value of the showPageSize property.
1143 public void setShowPageSize(Boolean value) {
1144 this.showPageSize = value;
1148 * Gets the value of the showNavPos property.
1151 * possible object is
1155 public Boolean isShowNavPos() {
1160 * Sets the value of the showNavPos property.
1167 public void setShowNavPos(Boolean value) {
1168 this.showNavPos = value;
1172 * Gets the value of the showGotoOption property.
1175 * possible object is
1179 public Boolean isShowGotoOption() {
1180 return showGotoOption;
1184 * Sets the value of the showGotoOption property.
1191 public void setShowGotoOption(Boolean value) {
1192 this.showGotoOption = value;
1196 * Gets the value of the dataContainerHeight property.
1199 * possible object is
1203 public String getDataContainerHeight() {
1204 return dataContainerHeight;
1208 * Sets the value of the dataContainerHeight property.
1215 public void setDataContainerHeight(String value) {
1216 this.dataContainerHeight = value;
1220 * Gets the value of the dataContainerWidth property.
1223 * possible object is
1227 public String getDataContainerWidth() {
1228 return dataContainerWidth;
1232 * Sets the value of the dataContainerWidth property.
1239 public void setDataContainerWidth(String value) {
1240 this.dataContainerWidth = value;
1244 * Gets the value of the allowSchedule property.
1247 * possible object is
1251 public String getAllowSchedule() {
1252 return allowSchedule;
1256 * Sets the value of the allowSchedule property.
1263 public void setAllowSchedule(String value) {
1264 this.allowSchedule = value;
1268 * Gets the value of the multiGroupColumn property.
1271 * possible object is
1275 public String getMultiGroupColumn() {
1276 return multiGroupColumn;
1280 * Sets the value of the multiGroupColumn property.
1287 public void setMultiGroupColumn(String value) {
1288 this.multiGroupColumn = value;
1292 * Gets the value of the topDown property.
1295 * possible object is
1299 public String getTopDown() {
1304 * Sets the value of the topDown property.
1311 public void setTopDown(String value) {
1312 this.topDown = value;
1316 * Gets the value of the sizedByContent property.
1319 * possible object is
1323 public String getSizedByContent() {
1324 return sizedByContent;
1328 * Sets the value of the sizedByContent property.
1335 public void setSizedByContent(String value) {
1336 this.sizedByContent = value;
1340 * Gets the value of the comment property.
1343 * possible object is
1347 public String getComment() {
1352 * Sets the value of the comment property.
1359 public void setComment(String value) {
1360 this.comment = value;
1364 * Gets the value of the dataSourceList property.
1367 * possible object is
1368 * {@link DataSourceList }
1371 public DataSourceList getDataSourceList() {
1372 return dataSourceList;
1376 * Sets the value of the dataSourceList property.
1380 * {@link DataSourceList }
1383 public void setDataSourceList(DataSourceList value) {
1384 this.dataSourceList = value;
1388 * Gets the value of the formFieldList property.
1391 * possible object is
1392 * {@link FormFieldList }
1395 public FormFieldList getFormFieldList() {
1396 return formFieldList;
1400 * Sets the value of the formFieldList property.
1404 * {@link FormFieldList }
1407 public void setFormFieldList(FormFieldList value) {
1408 this.formFieldList = value;
1412 * Gets the value of the javascriptList property.
1415 * possible object is
1416 * {@link JavascriptList }
1419 public JavascriptList getJavascriptList() {
1420 return javascriptList;
1424 * Sets the value of the javascriptList property.
1428 * {@link JavascriptList }
1431 public void setJavascriptList(JavascriptList value) {
1432 this.javascriptList = value;
1436 * Gets the value of the semaphoreList property.
1439 * possible object is
1440 * {@link SemaphoreList }
1443 public SemaphoreList getSemaphoreList() {
1444 return semaphoreList;
1448 * Sets the value of the semaphoreList property.
1452 * {@link SemaphoreList }
1455 public void setSemaphoreList(SemaphoreList value) {
1456 this.semaphoreList = value;
1460 * Gets the value of the dashboardOptions property.
1463 * possible object is
1467 public String getDashboardOptions() {
1468 return dashboardOptions;
1472 * Sets the value of the dashboardOptions property.
1479 public void setDashboardOptions(String value) {
1480 this.dashboardOptions = value;
1484 * Gets the value of the dashboardType property.
1487 * possible object is
1491 public Boolean isDashboardType() {
1492 return dashboardType;
1496 * Sets the value of the dashboardType property.
1503 public void setDashboardType(Boolean value) {
1504 this.dashboardType = value;
1508 * Gets the value of the reportInNewWindow property.
1511 * possible object is
1515 public Boolean isReportInNewWindow() {
1516 return reportInNewWindow;
1520 * Sets the value of the reportInNewWindow property.
1527 public void setReportInNewWindow(Boolean value) {
1528 this.reportInNewWindow = value;
1532 * Gets the value of the displayFolderTree property.
1535 * possible object is
1539 public Boolean isDisplayFolderTree() {
1540 return displayFolderTree;
1544 * Sets the value of the displayFolderTree property.
1551 public void setDisplayFolderTree(Boolean value) {
1552 this.displayFolderTree = value;
1556 * Gets the value of the maxRowsInExcelDownload property.
1559 * possible object is
1563 public Integer getMaxRowsInExcelDownload() {
1564 return maxRowsInExcelDownload;
1568 * Sets the value of the maxRowsInExcelDownload property.
1575 public void setMaxRowsInExcelDownload(Integer value) {
1576 this.maxRowsInExcelDownload = value;
1580 * Gets the value of the dashBoardReports property.
1583 * possible object is
1584 * {@link DashboardReports }
1587 public DashboardReports getDashBoardReports() {
1588 return dashBoardReports;
1592 * Sets the value of the dashBoardReports property.
1596 * {@link DashboardReports }
1599 public void setDashBoardReports(DashboardReports value) {
1600 this.dashBoardReports = value;
1604 * Gets the value of the dashBoardReportsNew property.
1607 * possible object is
1608 * {@link DashboardReportsNew }
1611 public DashboardReportsNew getDashBoardReportsNew() {
1612 return dashBoardReportsNew;
1616 * Sets the value of the dashBoardReportsNew property.
1620 * {@link DashboardReportsNew }
1623 public void setDashBoardReportsNew(DashboardReportsNew value) {
1624 this.dashBoardReportsNew = value;
1628 * Gets the value of the chartAdditionalOptions property.
1631 * possible object is
1632 * {@link ChartAdditionalOptions }
1635 public ChartAdditionalOptions getChartAdditionalOptions() {
1636 return chartAdditionalOptions;
1640 * Sets the value of the chartAdditionalOptions property.
1644 * {@link ChartAdditionalOptions }
1647 public void setChartAdditionalOptions(ChartAdditionalOptions value) {
1648 this.chartAdditionalOptions = value;
1652 * Gets the value of the pdfAdditionalOptions property.
1655 * possible object is
1656 * {@link PDFAdditionalOptions }
1659 public PDFAdditionalOptions getPdfAdditionalOptions() {
1660 return pdfAdditionalOptions;
1664 * Sets the value of the pdfAdditionalOptions property.
1668 * {@link PDFAdditionalOptions }
1671 public void setPdfAdditionalOptions(PDFAdditionalOptions value) {
1672 this.pdfAdditionalOptions = value;
1676 * Gets the value of the chartDrillOptions property.
1679 * possible object is
1680 * {@link ChartDrillOptions }
1683 public ChartDrillOptions getChartDrillOptions() {
1684 return chartDrillOptions;
1688 * Sets the value of the chartDrillOptions property.
1692 * {@link ChartDrillOptions }
1695 public void setChartDrillOptions(ChartDrillOptions value) {
1696 this.chartDrillOptions = value;
1700 * Gets the value of the dataminingOptions property.
1703 * possible object is
1704 * {@link DataminingOptions }
1707 public DataminingOptions getDataminingOptions() {
1708 return dataminingOptions;
1712 * Sets the value of the dataminingOptions property.
1716 * {@link DataminingOptions }
1719 public void setDataminingOptions(DataminingOptions value) {
1720 this.dataminingOptions = value;
1724 * Gets the value of the javascriptElement property.
1727 * possible object is
1731 public String getJavascriptElement() {
1732 return javascriptElement;
1736 * Sets the value of the javascriptElement property.
1743 public void setJavascriptElement(String value) {
1744 this.javascriptElement = value;
1748 * Gets the value of the folderId property.
1751 * possible object is
1755 public String getFolderId() {
1760 * Sets the value of the folderId property.
1767 public void setFolderId(String value) {
1768 this.folderId = value;
1772 * Gets the value of the drillURLInPoPUpPresent property.
1775 * possible object is
1779 public Boolean isDrillURLInPoPUpPresent() {
1780 return drillURLInPoPUpPresent;
1784 * Sets the value of the drillURLInPoPUpPresent property.
1791 public void setDrillURLInPoPUpPresent(Boolean value) {
1792 this.drillURLInPoPUpPresent = value;
1796 * Gets the value of the isOneTimeScheduleAllowed property.
1799 * possible object is
1803 public String getIsOneTimeScheduleAllowed() {
1804 return isOneTimeScheduleAllowed;
1808 * Sets the value of the isOneTimeScheduleAllowed property.
1815 public void setIsOneTimeScheduleAllowed(String value) {
1816 this.isOneTimeScheduleAllowed = value;
1820 * Gets the value of the isHourlyScheduleAllowed property.
1823 * possible object is
1827 public String getIsHourlyScheduleAllowed() {
1828 return isHourlyScheduleAllowed;
1832 * Sets the value of the isHourlyScheduleAllowed property.
1839 public void setIsHourlyScheduleAllowed(String value) {
1840 this.isHourlyScheduleAllowed = value;
1844 * Gets the value of the isDailyScheduleAllowed property.
1847 * possible object is
1851 public String getIsDailyScheduleAllowed() {
1852 return isDailyScheduleAllowed;
1856 * Sets the value of the isDailyScheduleAllowed property.
1863 public void setIsDailyScheduleAllowed(String value) {
1864 this.isDailyScheduleAllowed = value;
1868 * Gets the value of the isDailyMFScheduleAllowed property.
1871 * possible object is
1875 public String getIsDailyMFScheduleAllowed() {
1876 return isDailyMFScheduleAllowed;
1880 * Sets the value of the isDailyMFScheduleAllowed property.
1887 public void setIsDailyMFScheduleAllowed(String value) {
1888 this.isDailyMFScheduleAllowed = value;
1892 * Gets the value of the isWeeklyScheduleAllowed property.
1895 * possible object is
1899 public String getIsWeeklyScheduleAllowed() {
1900 return isWeeklyScheduleAllowed;
1904 * Sets the value of the isWeeklyScheduleAllowed property.
1911 public void setIsWeeklyScheduleAllowed(String value) {
1912 this.isWeeklyScheduleAllowed = value;
1916 * Gets the value of the isMonthlyScheduleAllowed property.
1919 * possible object is
1923 public String getIsMonthlyScheduleAllowed() {
1924 return isMonthlyScheduleAllowed;
1928 * Sets the value of the isMonthlyScheduleAllowed property.
1935 public void setIsMonthlyScheduleAllowed(String value) {
1936 this.isMonthlyScheduleAllowed = value;
1940 * Gets the value of the reportMap property.
1943 * possible object is
1944 * {@link ReportMap }
1947 public ReportMap getReportMap() {
1952 * Sets the value of the reportMap property.
1956 * {@link ReportMap }
1959 public void setReportMap(ReportMap value) {
1960 this.reportMap = value;
1964 * Gets the value of the pageSize property.
1967 * possible object is
1971 public Integer getPageSize() {
1976 * Sets the value of the pageSize property.
1983 public void setPageSize(Integer value) {
1984 this.pageSize = value;
1988 * Gets the value of the reportType property.
1991 * possible object is
1995 public String getReportType() {
2000 * Sets the value of the reportType property.
2007 public void setReportType(String value) {
2008 this.reportType = value;