com.sun.xml.bind.v2.model.runtime
Interface RuntimeElementInfo
- All Superinterfaces:
- Element<Type,Class>, ElementInfo<Type,Class>, Locatable, RuntimeElement, RuntimeTypeInfo, TypeInfo<Type,Class>
public interface RuntimeElementInfo
- extends ElementInfo<Type,Class>, RuntimeElement
- Author:
- Kohsuke Kawaguchi
getScope
RuntimeClassInfo getScope()
- Specified by:
getScope in interface Element<Type,Class>
getProperty
RuntimeElementPropertyInfo getProperty()
- Specified by:
getProperty in interface ElementInfo<Type,Class>
getType
Class<? extends JAXBElement> getType()
- Returns the custom
JAXBElement class tailored this element.
- Specified by:
getType in interface ElementInfo<Type,Class>- Specified by:
getType in interface TypeInfo<Type,Class>
getContentType
RuntimeNonElement getContentType()
-
- Specified by:
getContentType in interface ElementInfo<Type,Class>
Copyright © 2014 Oracle Corporation. All Rights Reserved.