com.sun.xml.bind.v2.model.core
public interface BuiltinLeafInfo<T,C> extends LeafInfo<T,C>
Built-in leaves also have another priviledge; specifically, they often have more than one XML type names associated with it.
Method Summary | |
---|---|
QName | getTypeName()
{@inheritDoc }
This method returns the 'primary' type name of this built-in leaf, which should be used when values of this type are marshalled. |
This method returns the 'primary' type name of this built-in leaf, which should be used when values of this type are marshalled.
Returns: never null.