Class ReportDataType

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

    public class ReportDataType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Reports outputs. <p>Java class for ReportDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ReportDataType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType"&gt; &lt;sequence&gt; &lt;element name="filePath" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="fileFormat" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FileFormatTypeType"/&gt; &lt;element name="reportRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/&gt; &lt;element name="nodeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form