com.sun.xml.bind.v2.model.runtime
Interface RuntimeElementInfo
- All Superinterfaces:
- com.sun.xml.bind.v2.model.core.Element<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.core.ElementInfo<java.lang.reflect.Type,java.lang.Class>, com.sun.xml.bind.v2.model.annotation.Locatable, RuntimeElement, RuntimeTypeInfo, com.sun.xml.bind.v2.model.core.TypeInfo<java.lang.reflect.Type,java.lang.Class>
public interface RuntimeElementInfo
- extends com.sun.xml.bind.v2.model.core.ElementInfo<java.lang.reflect.Type,java.lang.Class>, RuntimeElement
| Methods inherited from interface com.sun.xml.bind.v2.model.core.ElementInfo |
getContentInMemoryType, getSubstitutionHead, getSubstitutionMembers |
| Methods inherited from interface com.sun.xml.bind.v2.model.core.Element |
getElementName |
| Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo |
canBeReferencedByIDREF |
| Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable |
getLocation, getUpstream |
getScope
RuntimeClassInfo getScope()
- Specified by:
getScope in interface com.sun.xml.bind.v2.model.core.Element<java.lang.reflect.Type,java.lang.Class>
getProperty
RuntimeElementPropertyInfo getProperty()
- Specified by:
getProperty in interface com.sun.xml.bind.v2.model.core.ElementInfo<java.lang.reflect.Type,java.lang.Class>
getType
java.lang.Class<? extends javax.xml.bind.JAXBElement> getType()
- Returns the custom
JAXBElement class tailored this element.
- Specified by:
getType in interface com.sun.xml.bind.v2.model.core.ElementInfo<java.lang.reflect.Type,java.lang.Class>- Specified by:
getType in interface com.sun.xml.bind.v2.model.core.TypeInfo<java.lang.reflect.Type,java.lang.Class>
getContentType
RuntimeNonElement getContentType()
-
- Specified by:
getContentType in interface com.sun.xml.bind.v2.model.core.ElementInfo<java.lang.reflect.Type,java.lang.Class>