Class FileFormatConfigurationType

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

    public class FileFormatConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Export configuration. <p>Java class for FileFormatConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FileFormatConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FileFormatTypeType" minOccurs="0"/&gt; &lt;choice&gt; &lt;element name="csv" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CsvFileFormatType" minOccurs="0"/&gt; &lt;element name="html" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HtmlFileFormatType" minOccurs="0"/&gt; &lt;/choice&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form