|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.betwixt.schema.TranscriptionConfiguration
Configuration for XMLBeanInfo to XML schema transcription. All settings are gathered into this one class for convenience.
Field Summary | |
private DataTypeMapper |
dataTypeMapper
|
Constructor Summary | |
TranscriptionConfiguration()
|
Method Summary | |
DataTypeMapper |
getDataTypeMapper()
Gets the DataTypeMapper to be used during the transcription. |
void |
setDataTypeMapper(DataTypeMapper mapper)
Sets the DataTypeMapper to be used during the transcription/ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private DataTypeMapper dataTypeMapper
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 null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |