Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getReplacement(QName qname)
Get replacement type.
-