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
getTransducerMethods inherited from interface com.sun.xml.bind.v2.model.core.TypeRef
getDefaultValue, getTagName, isNillable
-
Method Details
-
getTarget
RuntimeNonElement getTarget()Description copied from interface:NonElementRefTarget of the reference.- Specified by:
getTargetin interfaceNonElementRef<Type,Class> - Specified by:
getTargetin interfaceRuntimeNonElementRef- Returns:
- never null
-
getSource
RuntimePropertyInfo getSource()Description copied from interface:NonElementRefGets the property which is the source of this reference.- Specified by:
getSourcein interfaceNonElementRef<Type,Class> - Specified by:
getSourcein interfaceRuntimeNonElementRef- Returns:
- never null
-