Package org.jibx.schema.codegen.custom
Interface TypeReplacer
-
- All Known Implementing Classes:
ComponentCustom,NestingCustomBase,SchemaCustom,SchemaRootBase,SchemasetCustom
public interface TypeReplacerInterface defining type substitutions.- Author:
- Dennis M. Sosnoski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetReplacement(QName qname)Get replacement type.
-