public static class ReportTemplateAdminStub.ChartReportDTO extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
ReportTemplateAdminStub.ChartReportDTO.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localBackgroundColour
field for BackgroundColour
|
protected boolean |
localBackgroundColourTracker |
protected ReportTemplateAdminStub.SeriesDTO[] |
localCategorySeries
field for CategorySeries
This was an Array!
|
protected boolean |
localCategorySeriesTracker |
protected String |
localChartBackColor
field for ChartBackColor
|
protected boolean |
localChartBackColorTracker |
protected String |
localDsName
field for DsName
|
protected boolean |
localDsNameTracker |
protected boolean |
localPeriodicGeneration
field for PeriodicGeneration
|
protected String |
localPeriodicGenerationDate
field for PeriodicGenerationDate
|
protected boolean |
localPeriodicGenerationDateTracker |
protected boolean |
localPeriodicGenerationTracker |
protected ReportTemplateAdminStub.ReportHeaderInformationDTO |
localReportHeaderInformation
field for ReportHeaderInformation
|
protected boolean |
localReportHeaderInformationTracker |
protected String |
localReportName
field for ReportName
|
protected boolean |
localReportNameTracker |
protected String |
localReportType
field for ReportType
|
protected boolean |
localReportTypeTracker |
protected String |
localSubTitle
field for SubTitle
|
protected boolean |
localSubTitleTracker |
protected String |
localTimeSeperation
field for TimeSeperation
|
protected boolean |
localTimeSeperationTracker |
protected String |
localTitle
field for Title
|
protected boolean |
localTitleTracker |
protected String |
localXAxisLabel
field for XAxisLabel
|
protected boolean |
localXAxisLabelTracker |
protected String |
localYAxisLabel
field for YAxisLabel
|
protected boolean |
localYAxisLabelTracker |
Constructor and Description |
---|
ChartReportDTO() |
Modifier and Type | Method and Description |
---|---|
void |
addCategorySeries(ReportTemplateAdminStub.SeriesDTO param)
Auto generated add method for the array for convenience
|
String |
getBackgroundColour()
Auto generated getter method
|
ReportTemplateAdminStub.SeriesDTO[] |
getCategorySeries()
Auto generated getter method
|
String |
getChartBackColor()
Auto generated getter method
|
String |
getDsName()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
boolean |
getPeriodicGeneration()
Auto generated getter method
|
String |
getPeriodicGenerationDate()
Auto generated getter method
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
ReportTemplateAdminStub.ReportHeaderInformationDTO |
getReportHeaderInformation()
Auto generated getter method
|
String |
getReportName()
Auto generated getter method
|
String |
getReportType()
Auto generated getter method
|
String |
getSubTitle()
Auto generated getter method
|
String |
getTimeSeperation()
Auto generated getter method
|
String |
getTitle()
Auto generated getter method
|
String |
getXAxisLabel()
Auto generated getter method
|
String |
getYAxisLabel()
Auto generated getter method
|
boolean |
isBackgroundColourSpecified() |
boolean |
isCategorySeriesSpecified() |
boolean |
isChartBackColorSpecified() |
boolean |
isDsNameSpecified() |
boolean |
isPeriodicGenerationDateSpecified() |
boolean |
isPeriodicGenerationSpecified() |
boolean |
isReportHeaderInformationSpecified() |
boolean |
isReportNameSpecified() |
boolean |
isReportTypeSpecified() |
boolean |
isSubTitleSpecified() |
boolean |
isTimeSeperationSpecified() |
boolean |
isTitleSpecified() |
boolean |
isXAxisLabelSpecified() |
boolean |
isYAxisLabelSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setBackgroundColour(String param)
Auto generated setter method
|
void |
setCategorySeries(ReportTemplateAdminStub.SeriesDTO[] param)
Auto generated setter method
|
void |
setChartBackColor(String param)
Auto generated setter method
|
void |
setDsName(String param)
Auto generated setter method
|
void |
setPeriodicGeneration(boolean param)
Auto generated setter method
|
void |
setPeriodicGenerationDate(String param)
Auto generated setter method
|
void |
setReportHeaderInformation(ReportTemplateAdminStub.ReportHeaderInformationDTO param)
Auto generated setter method
|
void |
setReportName(String param)
Auto generated setter method
|
void |
setReportType(String param)
Auto generated setter method
|
void |
setSubTitle(String param)
Auto generated setter method
|
void |
setTimeSeperation(String param)
Auto generated setter method
|
void |
setTitle(String param)
Auto generated setter method
|
void |
setXAxisLabel(String param)
Auto generated setter method
|
void |
setYAxisLabel(String param)
Auto generated setter method
|
protected void |
validateCategorySeries(ReportTemplateAdminStub.SeriesDTO[] param)
validate the array for CategorySeries
|
protected String localBackgroundColour
protected boolean localBackgroundColourTracker
protected ReportTemplateAdminStub.SeriesDTO[] localCategorySeries
protected boolean localCategorySeriesTracker
protected String localChartBackColor
protected boolean localChartBackColorTracker
protected String localDsName
protected boolean localDsNameTracker
protected boolean localPeriodicGeneration
protected boolean localPeriodicGenerationTracker
protected String localPeriodicGenerationDate
protected boolean localPeriodicGenerationDateTracker
protected ReportTemplateAdminStub.ReportHeaderInformationDTO localReportHeaderInformation
protected boolean localReportHeaderInformationTracker
protected String localReportName
protected boolean localReportNameTracker
protected String localReportType
protected boolean localReportTypeTracker
protected String localSubTitle
protected boolean localSubTitleTracker
protected String localTimeSeperation
protected boolean localTimeSeperationTracker
protected String localTitle
protected boolean localTitleTracker
protected String localXAxisLabel
protected boolean localXAxisLabelTracker
protected String localYAxisLabel
protected boolean localYAxisLabelTracker
public boolean isBackgroundColourSpecified()
public String getBackgroundColour()
public void setBackgroundColour(String param)
param
- BackgroundColourpublic boolean isCategorySeriesSpecified()
public ReportTemplateAdminStub.SeriesDTO[] getCategorySeries()
protected void validateCategorySeries(ReportTemplateAdminStub.SeriesDTO[] param)
public void setCategorySeries(ReportTemplateAdminStub.SeriesDTO[] param)
param
- CategorySeriespublic void addCategorySeries(ReportTemplateAdminStub.SeriesDTO param)
param
- SeriesDTOpublic boolean isChartBackColorSpecified()
public String getChartBackColor()
public void setChartBackColor(String param)
param
- ChartBackColorpublic boolean isDsNameSpecified()
public String getDsName()
public void setDsName(String param)
param
- DsNamepublic boolean isPeriodicGenerationSpecified()
public boolean getPeriodicGeneration()
public void setPeriodicGeneration(boolean param)
param
- PeriodicGenerationpublic boolean isPeriodicGenerationDateSpecified()
public String getPeriodicGenerationDate()
public void setPeriodicGenerationDate(String param)
param
- PeriodicGenerationDatepublic boolean isReportHeaderInformationSpecified()
public ReportTemplateAdminStub.ReportHeaderInformationDTO getReportHeaderInformation()
public void setReportHeaderInformation(ReportTemplateAdminStub.ReportHeaderInformationDTO param)
param
- ReportHeaderInformationpublic boolean isReportNameSpecified()
public String getReportName()
public void setReportName(String param)
param
- ReportNamepublic boolean isReportTypeSpecified()
public String getReportType()
public void setReportType(String param)
param
- ReportTypepublic boolean isSubTitleSpecified()
public String getSubTitle()
public void setSubTitle(String param)
param
- SubTitlepublic boolean isTimeSeperationSpecified()
public String getTimeSeperation()
public void setTimeSeperation(String param)
param
- TimeSeperationpublic boolean isTitleSpecified()
public String getTitle()
public void setTitle(String param)
param
- Titlepublic boolean isXAxisLabelSpecified()
public String getXAxisLabel()
public void setXAxisLabel(String param)
param
- XAxisLabelpublic boolean isYAxisLabelSpecified()
public String getYAxisLabel()
public void setYAxisLabel(String param)
param
- YAxisLabelpublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement
in interface org.apache.axis2.databinding.ADBBean
parentQName
- factory
- org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
Copyright © 2018 WSO2. All rights reserved.