Class FileFormatConfigurationType

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

    public class FileFormatConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Export configuration.

    Java class for FileFormatConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FileFormatConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FileFormatTypeType" minOccurs="0"/>
             <choice>
               <element name="csv" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CsvFileFormatType" minOccurs="0"/>
               <element name="html" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HtmlFileFormatType" minOccurs="0"/>
             </choice>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form