public class ReportOutputType extends ObjectType implements Serializable, Cloneable
Java class for ReportOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportOutputType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="filePath" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="exportType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExportType"/> <element name="report" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportType"/> <element name="reportRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_EXPORT_TYPE |
static QName |
F_FILE_PATH |
static QName |
F_REPORT |
static QName |
F_REPORT_REF |
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 |
---|
ReportOutputType() |
ReportOutputType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ReportOutputType |
clone() |
ExportType |
getExportType() |
String |
getFilePath() |
ReportType |
getReport() |
ObjectReferenceType |
getReportRef() |
void |
setExportType(ExportType value) |
void |
setFilePath(String value) |
void |
setReport(ReportType value) |
void |
setReportRef(ObjectReferenceType 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_FILE_PATH
public static final QName F_EXPORT_TYPE
public static final QName F_REPORT
public static final QName F_REPORT_REF
public ReportOutputType()
public ReportOutputType(com.evolveum.midpoint.prism.PrismContext prismContext)
public String getFilePath()
public void setFilePath(String value)
public ExportType getExportType()
public void setExportType(ExportType value)
public ReportType getReport()
public void setReport(ReportType value)
public ObjectReferenceType getReportRef()
public void setReportRef(ObjectReferenceType value)
public ReportOutputType clone()
clone
in class ObjectType
Copyright © 2016 Evolveum. All rights reserved.