public interface ReportingTypeConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ReportingTypeConfig.FactoryA factory class with static methods for creating instances
 of this type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertiesTypeConfig | addNewParameters()Appends and returns a new empty "parameters" element | 
| ReportTemplateConfig | addNewReportTemplates()Appends and returns a new empty value (as xml) as the last "reportTemplates" element | 
| XmlTemplatesConfig | addNewXmlTemplates()Appends and returns a new empty "xmlTemplates" element | 
| PropertiesTypeConfig | getParameters()Gets the "parameters" element | 
| ReportTemplateConfig[] | getReportTemplatesArray()Deprecated.   | 
| ReportTemplateConfig | getReportTemplatesArray(int i)Gets ith "reportTemplates" element | 
| List<ReportTemplateConfig> | getReportTemplatesList()Gets a List of "reportTemplates" elements | 
| XmlTemplatesConfig | getXmlTemplates()Gets the "xmlTemplates" element | 
| ReportTemplateConfig | insertNewReportTemplates(int i)Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element | 
| boolean | isSetParameters()True if has "parameters" element | 
| boolean | isSetXmlTemplates()True if has "xmlTemplates" element | 
| void | removeReportTemplates(int i)Removes the ith "reportTemplates" element | 
| void | setParameters(PropertiesTypeConfig parameters)Sets the "parameters" element | 
| void | setReportTemplatesArray(int i,
                       ReportTemplateConfig reportTemplates)Sets ith "reportTemplates" element | 
| void | setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)Sets array of all "reportTemplates" element | 
| void | setXmlTemplates(XmlTemplatesConfig xmlTemplates)Sets the "xmlTemplates" element | 
| int | sizeOfReportTemplatesArray()Returns number of "reportTemplates" element | 
| void | unsetParameters()Unsets the "parameters" element | 
| void | unsetXmlTemplates()Unsets the "xmlTemplates" element | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<ReportTemplateConfig> getReportTemplatesList()
ReportTemplateConfig[] getReportTemplatesArray()
ReportTemplateConfig getReportTemplatesArray(int i)
int sizeOfReportTemplatesArray()
void setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
void setReportTemplatesArray(int i,
                             ReportTemplateConfig reportTemplates)
ReportTemplateConfig insertNewReportTemplates(int i)
ReportTemplateConfig addNewReportTemplates()
void removeReportTemplates(int i)
XmlTemplatesConfig getXmlTemplates()
boolean isSetXmlTemplates()
void setXmlTemplates(XmlTemplatesConfig xmlTemplates)
XmlTemplatesConfig addNewXmlTemplates()
void unsetXmlTemplates()
PropertiesTypeConfig getParameters()
boolean isSetParameters()
void setParameters(PropertiesTypeConfig parameters)
PropertiesTypeConfig addNewParameters()
void unsetParameters()
Copyright © 2019. All Rights Reserved.