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

All Superinterfaces:
NonElementRef<Type,Class>, RuntimeNonElementRef, TypeRef<Type,Class>
All Known Implementing Classes:
RuntimeElementInfoImpl.RuntimePropertyImpl, RuntimeTypeRefImpl

public interface RuntimeTypeRef
extends TypeRef<Type,Class>, RuntimeNonElementRef


Method Summary
 RuntimePropertyInfo getSource()
          Gets the property which is the source of this reference.
 RuntimeNonElement getTarget()
          Target of the reference.
 
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()
Description copied from interface: NonElementRef
Target of the reference.

Specified by:
getTarget in interface NonElementRef<Type,Class>
Specified by:
getTarget in interface RuntimeNonElementRef
Returns:
never null

getSource

RuntimePropertyInfo getSource()
Description copied from interface: NonElementRef
Gets the property which is the source of this reference.

Specified by:
getSource in interface NonElementRef<Type,Class>
Specified by:
getSource in interface RuntimeNonElementRef
Returns:
never null