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

All Superinterfaces:
com.sun.xml.bind.v2.model.annotation.AnnotationSource, com.sun.xml.bind.v2.model.core.ElementPropertyInfo<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.core.PropertyInfo<java.lang.reflect.Type,java.lang.Class>, RuntimePropertyInfo

public interface RuntimeElementPropertyInfo
extends com.sun.xml.bind.v2.model.core.ElementPropertyInfo<java.lang.reflect.Type,java.lang.Class>, RuntimePropertyInfo


Method Summary
 java.util.List<? extends RuntimeTypeRef> getTypes()
           
 java.util.Collection<? extends RuntimeTypeInfo> ref()
          
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
getAdapter, getXmlName, isCollectionNillable, isCollectionRequired, isRequired, isValueList
 
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType
 
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
 

Method Detail

ref

java.util.Collection<? extends RuntimeTypeInfo> ref()

Specified by:
ref in interface com.sun.xml.bind.v2.model.core.PropertyInfo<java.lang.reflect.Type,java.lang.Class>
Specified by:
ref in interface RuntimePropertyInfo

getTypes

java.util.List<? extends RuntimeTypeRef> getTypes()
Specified by:
getTypes in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo<java.lang.reflect.Type,java.lang.Class>