Module org.glassfish.jaxb.runtime
Interface RuntimeElementInfo
-
- All Superinterfaces:
org.glassfish.jaxb.core.v2.model.core.Element<Type,Class>,org.glassfish.jaxb.core.v2.model.core.ElementInfo<Type,Class>,org.glassfish.jaxb.core.v2.model.annotation.Locatable,RuntimeElement,RuntimeTypeInfo,org.glassfish.jaxb.core.v2.model.core.TypeInfo<Type,Class>
public interface RuntimeElementInfo extends org.glassfish.jaxb.core.v2.model.core.ElementInfo<Type,Class>, RuntimeElement
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeNonElementgetContentType()RuntimeElementPropertyInfogetProperty()RuntimeClassInfogetScope()Class<? extends jakarta.xml.bind.JAXBElement>getType()Returns the customJAXBElementclass tailored this element.-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
getContentInMemoryType, getSubstitutionHead, getSubstitutionMembers
-
-
-
-
Method Detail
-
getScope
RuntimeClassInfo getScope()
-
getProperty
RuntimeElementPropertyInfo getProperty()
-
getType
Class<? extends jakarta.xml.bind.JAXBElement> getType()
Returns the customJAXBElementclass tailored this element.
-
getContentType
RuntimeNonElement getContentType()
-
-