|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeElementInfo
Method Summary | |
---|---|
RuntimeNonElement |
getContentType()
Short for getProperty().ref().get(0) . |
RuntimeElementPropertyInfo |
getProperty()
Gets the object that represents the value property. |
RuntimeClassInfo |
getScope()
If non-null, this element is only active inside the given scope. |
java.lang.Class<? extends javax.xml.bind.JAXBElement> |
getType()
Returns the custom JAXBElement class tailored this element. |
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 |
Method Detail |
---|
RuntimeClassInfo getScope()
Element
getScope
in interface Element<java.lang.reflect.Type,java.lang.Class>
RuntimeElementPropertyInfo getProperty()
ElementInfo
getProperty
in interface ElementInfo<java.lang.reflect.Type,java.lang.Class>
java.lang.Class<? extends javax.xml.bind.JAXBElement> getType()
JAXBElement
class tailored this element.
getType
in interface ElementInfo<java.lang.reflect.Type,java.lang.Class>
getType
in interface TypeInfo<java.lang.reflect.Type,java.lang.Class>
RuntimeNonElement getContentType()
getProperty().ref().get(0)
.
The type of the value this element holds.
Normally, this is the T of JAXBElement<T>
.
But if the property is adapted, this is the on-the-wire type.
Or if the element has a list of values, then this field
represents the type of the individual item.
getContentType
in interface ElementInfo<java.lang.reflect.Type,java.lang.Class>
ElementInfo.getContentInMemoryType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |