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

All Superinterfaces:
com.sun.xml.bind.v2.model.annotation.AnnotationSource, com.sun.xml.bind.v2.model.core.AttributePropertyInfo<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.core.NonElementRef<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.core.PropertyInfo<java.lang.reflect.Type,java.lang.Class>, RuntimeNonElementRef, RuntimePropertyInfo

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


Method Summary
 RuntimeNonElement getTarget()
           
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo
getAdapter, getXmlName, isRequired
 
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
 
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
 
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
getSource, getTransducer
 

Method Detail

getTarget

RuntimeNonElement getTarget()
Specified by:
getTarget in interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo<java.lang.reflect.Type,java.lang.Class>
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