com.sun.xml.bind.v2.model.runtime
Interface RuntimeTypeRef

All Superinterfaces:
com.sun.xml.bind.v2.model.core.NonElementRef<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElementRef, com.sun.xml.bind.v2.model.core.TypeRef<java.lang.reflect.Type,java.lang.Class>

public interface RuntimeTypeRef
extends com.sun.xml.bind.v2.model.core.TypeRef<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElementRef


Method Summary
 RuntimePropertyInfo getSource()
           
 RuntimeNonElement getTarget()
           
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeRef
getDefaultValue, getTagName, isNillable
 
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
getTransducer
 

Method Detail

getTarget

RuntimeNonElement getTarget()
Specified by:
getTarget in interface com.sun.xml.bind.v2.model.core.NonElementRef<java.lang.reflect.Type,java.lang.Class>
Specified by:
getTarget in interface RuntimeNonElementRef

getSource

RuntimePropertyInfo getSource()
Specified by:
getSource in interface com.sun.xml.bind.v2.model.core.NonElementRef<java.lang.reflect.Type,java.lang.Class>
Specified by:
getSource in interface RuntimeNonElementRef