Module com.sun.xml.bind
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
-
-
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.Element
getElementName
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.ElementInfo
getContentInMemoryType, getSubstitutionHead, getSubstitutionMembers
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.TypeInfo
canBeReferencedByIDREF
-
-
-
-
Method Detail
-
getScope
RuntimeClassInfo getScope()
-
getProperty
RuntimeElementPropertyInfo getProperty()
- Specified by:
getPropertyin interfaceElementInfo<Type,Class>
-
getType
Class<? extends jakarta.xml.bind.JAXBElement> getType()
Returns the customJAXBElementclass tailored this element.
-
getContentType
RuntimeNonElement getContentType()
- Specified by:
getContentTypein interfaceElementInfo<Type,Class>
-
-