Interface RuntimeTypeRef
- All Superinterfaces:
NonElementRef<Type,
,Class> RuntimeNonElementRef
,TypeRef<Type,
Class>
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionGets the property which is the source of this reference.Target of the reference.Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
getTransducer
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeRef
getDefaultValue, getTagName, isNillable
-
Method Details
-
getTarget
RuntimeNonElement getTarget()Description copied from interface:NonElementRef
Target of the reference.- Specified by:
getTarget
in interfaceNonElementRef<Type,
Class> - Specified by:
getTarget
in interfaceRuntimeNonElementRef
- 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 interfaceNonElementRef<Type,
Class> - Specified by:
getSource
in interfaceRuntimeNonElementRef
- Returns:
- never null
-