Class XMLValidation
- java.lang.Object
-
- org.citydb.config.project.importer.XMLValidation
-
public class XMLValidation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XMLValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getReportOneErrorPerFeature()
java.lang.Boolean
getUseXMLValidation()
boolean
isSetReportOneErrorPerFeature()
boolean
isSetUseXMLValidation()
void
setReportOneErrorPerFeature(java.lang.Boolean reportOneErrorPerFeature)
void
setUseXMLValidation(java.lang.Boolean useXMLValidation)
-
-
-
Method Detail
-
isSetUseXMLValidation
public boolean isSetUseXMLValidation()
-
getUseXMLValidation
public java.lang.Boolean getUseXMLValidation()
-
setUseXMLValidation
public void setUseXMLValidation(java.lang.Boolean useXMLValidation)
-
isSetReportOneErrorPerFeature
public boolean isSetReportOneErrorPerFeature()
-
getReportOneErrorPerFeature
public java.lang.Boolean getReportOneErrorPerFeature()
-
setReportOneErrorPerFeature
public void setReportOneErrorPerFeature(java.lang.Boolean reportOneErrorPerFeature)
-
-