Uses of Interface
com.sun.tools.xjc.api.Mapping

Packages that use Mapping
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
 

Uses of Mapping in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return Mapping
 Mapping S2JJAXBModel.get(javax.xml.namespace.QName elementName)
          Gets a Mapping object for the given global element.
 

Methods in com.sun.tools.xjc.api that return types with arguments of type Mapping
 java.util.Collection<? extends Mapping> S2JJAXBModel.getMappings()
          Gets a read-only view of all the Mappings.
 

Uses of Mapping in com.sun.tools.xjc.api.impl.s2j
 

Fields in com.sun.tools.xjc.api.impl.s2j declared as Mapping
protected  Mapping PropertyImpl.parent