Class ReportOutputType

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

    public class ReportOutputType
    extends AssignmentHolderType
    implements Serializable, Cloneable
    Reports outputs.

    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}AssignmentHolderType">
           <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="reportRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
             <element name="nodeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form