Module com.sun.xml.bind
Interface RuntimeAttributePropertyInfo
-
- All Superinterfaces:
org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource,org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo<Type,Class>,org.glassfish.jaxb.core.v2.model.core.NonElementRef<Type,Class>,org.glassfish.jaxb.core.v2.model.core.PropertyInfo<Type,Class>,RuntimeNonElementRef,RuntimePropertyInfo
public interface RuntimeAttributePropertyInfo extends org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo<Type,Class>, RuntimePropertyInfo, RuntimeNonElementRef
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeNonElementgetTarget()-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo
getAdapter, getXmlName, isRequired
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElementRef
getSource, getTransducer
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
-
-
-
-
Method Detail
-
getTarget
RuntimeNonElement getTarget()
-
-