com.sun.xml.bind.v2.model.runtime

Interface RuntimeElementInfo

public interface RuntimeElementInfo extends ElementInfo<Type,Class>, RuntimeElement

Method Summary
RuntimeNonElementgetContentType()
RuntimeElementPropertyInfogetProperty()
RuntimeClassInfogetScope()
Class<? extends JAXBElement>getType()
Returns the custom JAXBElement class tailored this element.

Method Detail

getContentType

public RuntimeNonElement getContentType()
{@inheritDoc }

getProperty

public RuntimeElementPropertyInfo getProperty()

getScope

public RuntimeClassInfo getScope()

getType

public Class<? extends JAXBElement> getType()
Returns the custom JAXBElement class tailored this element.