Class CsvFileFormatType

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

    public class CsvFileFormatType
    extends AbstractFileFormatType
    implements Serializable, Cloneable, Containerable
    CSV export type for Report. <p>Java class for CsvFileFormatType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CsvFileFormatType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractFileFormatType"&gt; &lt;sequence&gt; &lt;element name="multivalueDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="fieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="escape" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="quote" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="quoteMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}QuoteModeType" minOccurs="0"/&gt; &lt;element name="recordSeparator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="trailingDelimiter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="trim" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="header" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form