org.jibx.schema.codegen.custom
Interface TypeReplacer

All Known Implementing Classes:
ComponentCustom, NestingCustomBase, SchemaCustom, SchemaRootBase, SchemasetCustom

public interface TypeReplacer

Interface defining type substitutions.

Author:
Dennis M. Sosnoski

Method Summary
 QName getReplacement(QName qname)
          Get replacement type.
 

Method Detail

getReplacement

QName getReplacement(QName qname)
Get replacement type.

Parameters:
qname -
Returns:
replacement type (the same as the supplied type, if no replacement defined)


Project Web Site