Class CsvFileFormatType

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

    public class CsvFileFormatType
    extends AbstractFileFormatType
    implements Serializable, Cloneable, Containerable
    CSV export type for Report.

    Java class for CsvFileFormatType complex type.

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

     <complexType name="CsvFileFormatType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractFileFormatType">
           <sequence>
             <element name="multivalueDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="fieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="escape" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="quote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="quoteMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}QuoteModeType" minOccurs="0"/>
             <element name="recordSeparator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="trailingDelimiter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="trim" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="header" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form