public class CsvAuditType extends AuditType
Java class for csvAuditType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="csvAuditType">
   <complexContent>
     <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}auditType">
       <sequence>
         <element name="datasets" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="outputHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="taskNames" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
| CsvAuditType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDatasets()Gets the value of the datasets property. | 
| String | getSeparator()Gets the value of the separator property. | 
| ValuesType | getTaskNames()Gets the value of the taskNames property. | 
| Boolean | isOutputHeader()Gets the value of the outputHeader property. | 
| void | setDatasets(String value)Sets the value of the datasets property. | 
| void | setOutputHeader(Boolean value)Sets the value of the outputHeader property. | 
| void | setSeparator(String value)Sets the value of the separator property. | 
| void | setTaskNames(ValuesType value)Sets the value of the taskNames property. | 
public String getDatasets()
Stringpublic void setDatasets(String value)
value - allowed object is
     Stringpublic String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
     Stringpublic Boolean isOutputHeader()
Booleanpublic void setOutputHeader(Boolean value)
value - allowed object is
     Booleanpublic ValuesType getTaskNames()
ValuesTypepublic void setTaskNames(ValuesType value)
value - allowed object is
     ValuesTypeCopyright © 2005-2025 LSC project. All Rights Reserved.