Interface RuntimeAttributePropertyInfo
-
- All Superinterfaces:
AnnotationSource
,AttributePropertyInfo<java.lang.reflect.Type,java.lang.Class>
,NonElementRef<java.lang.reflect.Type,java.lang.Class>
,PropertyInfo<java.lang.reflect.Type,java.lang.Class>
,RuntimeNonElementRef
,RuntimePropertyInfo
public interface RuntimeAttributePropertyInfo extends AttributePropertyInfo<java.lang.reflect.Type,java.lang.Class>, RuntimePropertyInfo, RuntimeNonElementRef
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeNonElement
getTarget()
Gets the type of the attribute.-
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
-
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.core.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
-
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
getSource, getTransducer
-
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
-
-
-
-
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 interfaceAttributePropertyInfo<java.lang.reflect.Type,java.lang.Class>
- Specified by:
getTarget
in interfaceNonElementRef<java.lang.reflect.Type,java.lang.Class>
- Specified by:
getTarget
in interfaceRuntimeNonElementRef
- Returns:
- always non-null.
-
-