Class JasperReportEngineConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class JasperReportEngineConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of jasper-based reports.

    Java class for JasperReportEngineConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="JasperReportEngineConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="reportType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}JasperReportTypeType" minOccurs="0"/>
             <element name="parent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="subreport" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubreportType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="template" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="templateStyle" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="orientation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrientationType" minOccurs="0"/>
             <element name="export" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExportType" minOccurs="0"/>
             <element name="useHibernateSession" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="dataSource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DataSourceType" minOccurs="0"/>
             <element name="field" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportFieldConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="configuration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportConfigurationType" minOccurs="0"/>
             <element name="configurationSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}XmlSchemaType" minOccurs="0"/>
             <element name="virtualizer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="virtualizerKickOn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="maxPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form