org.apache.commons.betwixt.schema
Class TranscriptionConfiguration

java.lang.Object
  |
  +--org.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

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
 

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


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.