Class JasperReportEngineConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class JasperReportEngineConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of jasper-based reports. <p>Java class for JasperReportEngineConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="JasperReportEngineConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="reportType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}JasperReportTypeType" minOccurs="0"/&gt; &lt;element name="parent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="subreport" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubreportType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="template" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/&gt; &lt;element name="templateStyle" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/&gt; &lt;element name="orientation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrientationType" minOccurs="0"/&gt; &lt;element name="export" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}JasperExportType" minOccurs="0"/&gt; &lt;element name="useHibernateSession" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="dataSource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DataSourceType" minOccurs="0"/&gt; &lt;element name="field" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportFieldConfigurationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="configuration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportConfigurationType" minOccurs="0"/&gt; &lt;element name="configurationSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}XmlSchemaType" minOccurs="0"/&gt; &lt;element name="virtualizer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="virtualizerKickOn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="maxPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form