Package | Description |
---|---|
org.apache.commons.betwixt.schema |
WARNING: EXPERIMENTAL
Contains classes that generate XML (w3c) schema
from
Betwixt descriptors. |
org.apache.commons.betwixt.schema.strategy.impl |
Modifier and Type | Method and Description |
---|---|
SchemaTypeNamingStrategy |
TranscriptionConfiguration.getSchemaTypeNamingStrategy()
Gets the stategy to be used for naming types.
|
Modifier and Type | Method and Description |
---|---|
void |
TranscriptionConfiguration.setSchemaTypeNamingStrategy(SchemaTypeNamingStrategy schemaTypeNamingStrategy)
Sets the strategy to be used for naming types.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassNameSchemaNamingStrategy
Names schema types from the property type of the descriptor
|
class |
ElementSchemaNamingStrategy
Strategy uses the name of the element for the complex type
|
class |
QualifiedPropertyTypeSchemaNamingStrategy
Names schema types from the fully qualified property type of the descriptor
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.