@DefaultSchema(value=AutoValueSchema.class) public abstract static class FileWriteSchemaTransformConfiguration.XmlConfiguration extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FileWriteSchemaTransformConfiguration.XmlConfiguration.Builder | 
| Constructor and Description | 
|---|
| XmlConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.String | getCharset() | 
| abstract java.lang.String | getRootElement() | 
@SchemaFieldDescription(value="Sets the enclosing root element for the generated XML files.") public abstract java.lang.String getRootElement()
@SchemaFieldDescription(value="The charset used to write the file. Defaults to UTF_8") public abstract java.lang.String getCharset()