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

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

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

Author:
Kohsuke Kawaguchi

Method Summary
 Set<? extends RuntimeElement> getElements()
           
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
getAdapter, getDOMHandler, getWildcard, getXmlName, isCollectionNillable, isCollectionRequired, isMixed, isRequired, ref
 
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
 
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

getElements

Set<? extends RuntimeElement> getElements()
Specified by:
getElements in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo<Type,Class>


Copyright © 2014 Oracle Corporation. All Rights Reserved.