public class ReportType extends ObjectType implements Serializable, Cloneable
Java class for ReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <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> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CONFIGURATION |
static QName |
F_CONFIGURATION_SCHEMA |
static QName |
F_DATA_SOURCE |
static QName |
F_EXPORT |
static QName |
F_FIELD |
static QName |
F_MAX_PAGES |
static QName |
F_ORIENTATION |
static QName |
F_PARENT |
static QName |
F_SUBREPORT |
static QName |
F_TEMPLATE |
static QName |
F_TEMPLATE_STYLE |
static QName |
F_TIMEOUT |
static QName |
F_USE_HIBERNATE_SESSION |
static QName |
F_VIRTUALIZER |
static QName |
F_VIRTUALIZER_KICK_ON |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
ReportType() |
ReportType(com.evolveum.midpoint.prism.PrismContext prismContext) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_PARENT
public static final QName F_SUBREPORT
public static final QName F_TEMPLATE
public static final QName F_TEMPLATE_STYLE
public static final QName F_ORIENTATION
public static final QName F_EXPORT
public static final QName F_USE_HIBERNATE_SESSION
public static final QName F_DATA_SOURCE
public static final QName F_FIELD
public static final QName F_CONFIGURATION
public static final QName F_CONFIGURATION_SCHEMA
public static final QName F_VIRTUALIZER
public static final QName F_VIRTUALIZER_KICK_ON
public static final QName F_MAX_PAGES
public static final QName F_TIMEOUT
public ReportType()
public ReportType(com.evolveum.midpoint.prism.PrismContext prismContext)
public Boolean isParent()
public void setParent(Boolean value)
public List<SubreportType> getSubreport()
public byte[] getTemplate()
public void setTemplate(byte[] value)
public byte[] getTemplateStyle()
public void setTemplateStyle(byte[] value)
public OrientationType getOrientation()
public void setOrientation(OrientationType value)
public ExportType getExport()
public void setExport(ExportType value)
public Boolean isUseHibernateSession()
public void setUseHibernateSession(Boolean value)
public DataSourceType getDataSource()
public void setDataSource(DataSourceType value)
public List<ReportFieldConfigurationType> getField()
public ReportConfigurationType getConfiguration()
public void setConfiguration(ReportConfigurationType value)
public XmlSchemaType getConfigurationSchema()
public void setConfigurationSchema(XmlSchemaType value)
public String getVirtualizer()
public void setVirtualizer(String value)
public Integer getVirtualizerKickOn()
public void setVirtualizerKickOn(Integer value)
public Integer getMaxPages()
public void setMaxPages(Integer value)
public Integer getTimeout()
public void setTimeout(Integer value)
public ReportType clone()
clone
in class ObjectType
Copyright © 2016 Evolveum. All rights reserved.