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"/> </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_ORIENTATION |
static QName |
F_PARENT |
static QName |
F_SUBREPORT |
static QName |
F_TEMPLATE |
static QName |
F_TEMPLATE_STYLE |
static QName |
F_USE_HIBERNATE_SESSION |
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() |
Modifier and Type | Method and Description |
---|---|
ReportType |
clone() |
ReportConfigurationType |
getConfiguration() |
XmlSchemaType |
getConfigurationSchema() |
DataSourceType |
getDataSource() |
ExportType |
getExport() |
List<ReportFieldConfigurationType> |
getField() |
OrientationType |
getOrientation() |
List<SubreportType> |
getSubreport() |
byte[] |
getTemplate() |
byte[] |
getTemplateStyle() |
Boolean |
isParent() |
Boolean |
isUseHibernateSession() |
void |
setConfiguration(ReportConfigurationType value) |
void |
setConfigurationSchema(XmlSchemaType value) |
void |
setDataSource(DataSourceType value) |
void |
setExport(ExportType value) |
void |
setOrientation(OrientationType value) |
void |
setParent(Boolean value) |
void |
setTemplate(byte[] value) |
void |
setTemplateStyle(byte[] value) |
void |
setUseHibernateSession(Boolean value) |
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 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 ReportType clone()
clone
in class ObjectType
Copyright © 2014 Evolveum. All rights reserved.