Interface TypeReplacer

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

public interface TypeReplacer
Interface defining type substitutions.
Author:
Dennis M. Sosnoski
  • Method Summary

    Modifier and Type
    Method
    Description
    Get replacement type.
  • Method Details

    • getReplacement

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