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()
String
public void setDatasets(String value)
value
- allowed object is
String
public String getSeparator()
String
public void setSeparator(String value)
value
- allowed object is
String
public Boolean isOutputHeader()
Boolean
public void setOutputHeader(Boolean value)
value
- allowed object is
Boolean
public ValuesType getTaskNames()
ValuesType
public void setTaskNames(ValuesType value)
value
- allowed object is
ValuesType
Copyright © 2005-2024 LSC project. All Rights Reserved.