Uses of Class
com.sun.xml.bind.v2.model.impl.TypeRefImpl

Packages that use TypeRefImpl
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Uses of TypeRefImpl in com.sun.xml.bind.v2.model.impl
 

Subclasses of TypeRefImpl in com.sun.xml.bind.v2.model.impl
(package private)  class RuntimeTypeRefImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl that return TypeRefImpl
protected  TypeRefImpl<TypeT,ClassDeclT> ElementPropertyInfoImpl.createTypeRef(QName name, TypeT type, boolean isNillable, String defaultValue)
          Used by PropertyInfoImpl to create new instances of TypeRef
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type TypeRefImpl
 List<? extends TypeRefImpl<TypeT,ClassDeclT>> ElementPropertyInfoImpl.getTypes()