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

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

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

Author:
Kohsuke Kawaguchi

Method Summary
 List<? extends RuntimeTypeRef> getTypes()
           
 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

Collection<? extends RuntimeTypeInfo> ref()

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

getTypes

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


Copyright © 2014 Oracle Corporation. All Rights Reserved.