Module com.sun.xml.bind
Interface RuntimeElementPropertyInfo
-
- All Superinterfaces:
AnnotationSource,ElementPropertyInfo<Type,Class>,PropertyInfo<Type,Class>,RuntimePropertyInfo
public interface RuntimeElementPropertyInfo extends ElementPropertyInfo<Type,Class>, RuntimePropertyInfo
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends RuntimeTypeRef>getTypes()Collection<? extends RuntimeTypeInfo>ref()-
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.ElementPropertyInfo
getAdapter, getXmlName, isCollectionNillable, isCollectionRequired, isRequired, isValueList
-
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.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType
-
-
-
-
Method Detail
-
ref
Collection<? extends RuntimeTypeInfo> ref()
- Specified by:
refin interfacePropertyInfo<Type,Class>- Specified by:
refin interfaceRuntimePropertyInfo
-
getTypes
List<? extends RuntimeTypeRef> getTypes()
- Specified by:
getTypesin interfaceElementPropertyInfo<Type,Class>
-
-