public interface RIElement extends Element
Element
interface
always also implement this interface, so that the name of the
element can be obtained.
Since Element
is used only when the schema language is
XML Schema, this interface is also XML Schema specific
and used only when the classes are generated from XML Schema.
This interface allows the runtime to retrieve the element name from the generated code. To avoid name conflict with user-defined properties, names of the methods are intentionally obfuscated.
deprecated in 2.0 We no longer expect JAXB-bound beans to implement any interface.
Modifier and Type | Method and Description |
---|---|
String |
____jaxb_ri____getLocalName() |
String |
____jaxb_ri____getNamespaceURI() |
Copyright © 2022 Oracle Corporation. All rights reserved.