org.apache.commons.betwixt.schema
Class TranscriptionConfiguration

java.lang.Object
  extended byorg.apache.commons.betwixt.schema.TranscriptionConfiguration

public class TranscriptionConfiguration
extends java.lang.Object

Configuration for XMLBeanInfo to XML schema transcription. All settings are gathered into this one class for convenience.

Version:
$Revision: 155402 $
Author:
Jakarta Commons Team

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

dataTypeMapper

private DataTypeMapper dataTypeMapper
Constructor Detail

TranscriptionConfiguration

public TranscriptionConfiguration()
Method Detail

getDataTypeMapper

public DataTypeMapper getDataTypeMapper()
Gets the DataTypeMapper to be used during the transcription.

Returns:
DataTypeMapper, not null

setDataTypeMapper

public void setDataTypeMapper(DataTypeMapper mapper)
Sets the DataTypeMapper to be used during the transcription/

Parameters:
mapper - DataTypeMapper, not null