Module com.sun.xml.bind
Interface RuntimeReferencePropertyInfo
-
- All Superinterfaces:
AnnotationSource,PropertyInfo<Type,Class>,ReferencePropertyInfo<Type,Class>,RuntimePropertyInfo
public interface RuntimeReferencePropertyInfo extends ReferencePropertyInfo<Type,Class>, RuntimePropertyInfo
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<? extends RuntimeElement>getElements()-
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.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.ReferencePropertyInfo
getAdapter, getDOMHandler, getWildcard, getXmlName, isCollectionNillable, isCollectionRequired, isMixed, isRequired, ref
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
-
-
-
-
Method Detail
-
getElements
Set<? extends RuntimeElement> getElements()
- Specified by:
getElementsin interfaceReferencePropertyInfo<Type,Class>
-
-