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

All Superinterfaces:
AnnotationSource, AttributePropertyInfo<Type,Class>, NonElementRef<Type,Class>, PropertyInfo<Type,Class>, RuntimeNonElementRef, RuntimePropertyInfo
All Known Implementing Classes:
RuntimeAttributePropertyInfoImpl

public interface RuntimeAttributePropertyInfo
extends AttributePropertyInfo<Type,Class>, RuntimePropertyInfo, RuntimeNonElementRef


Method Summary
 RuntimeNonElement getTarget()
          Gets the type of the attribute.
 
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()
Description copied from interface: AttributePropertyInfo
Gets the type of the attribute.

Note that when this property is a collection, this method returns the type of each item in the collection.

Specified by:
getTarget in interface AttributePropertyInfo<Type,Class>
Specified by:
getTarget in interface NonElementRef<Type,Class>
Specified by:
getTarget in interface RuntimeNonElementRef
Returns:
always non-null.