|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.betwixt.schema.TranscriptionConfiguration
public class TranscriptionConfiguration
Configuration for XMLBeanInfo to XML schema transcription. All settings are gathered into this one class for convenience.
Constructor Summary | |
---|---|
TranscriptionConfiguration()
|
Method Summary | |
---|---|
DataTypeMapper |
getDataTypeMapper()
Gets the DataTypeMapper to be used during the transcription. |
SchemaTypeNamingStrategy |
getSchemaTypeNamingStrategy()
Gets the stategy to be used for naming types. |
void |
setDataTypeMapper(DataTypeMapper mapper)
Sets the DataTypeMapper to be used during the transcription/ |
void |
setSchemaTypeNamingStrategy(SchemaTypeNamingStrategy schemaTypeNamingStrategy)
Sets the strategy to be used for naming types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranscriptionConfiguration()
Method Detail |
---|
public DataTypeMapper getDataTypeMapper()
DataTypeMapper
to be used during the transcription.
public void setDataTypeMapper(DataTypeMapper mapper)
DataTypeMapper
to be used during the transcription/
mapper
- DataTypeMapper, not nullpublic SchemaTypeNamingStrategy getSchemaTypeNamingStrategy()
SchemaTypeNamingStrategy
, not nullpublic void setSchemaTypeNamingStrategy(SchemaTypeNamingStrategy schemaTypeNamingStrategy)
schemaTypeNamingStrategy
- SchemaTypeNamingStrategy
, not null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |