com.sun.xml.bind
Interface RIElement


public interface RIElement

RI-generated class that implements the 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.

Since:
1.0

Method Summary
 java.lang.String ____jaxb_ri____getLocalName()
           
 java.lang.String ____jaxb_ri____getNamespaceURI()
           
 

Method Detail

____jaxb_ri____getNamespaceURI

java.lang.String ____jaxb_ri____getNamespaceURI()

____jaxb_ri____getLocalName

java.lang.String ____jaxb_ri____getLocalName()