com.sun.xml.bind.v2.model.core
public interface Element<T,C> extends TypeInfo<T,C>
Method Summary | |
---|---|
QName | getElementName()
Gets the element name of the class.
|
ClassInfo<T,C> | getScope()
If non-null, this element is only active inside the given scope. |
Element<T,C> | getSubstitutionHead()
If this element can substitute another element, return that element.
|
Returns: Always non-null.
Substitutability of elements are transitive.
Returns: null if no such element exists.