com.sun.xml.bind.v2.model.core

Interface BuiltinLeafInfo<T,C>

public interface BuiltinLeafInfo<T,C> extends LeafInfo<T,C>

JAXB spec designates a few Java classes to be mapped to leaves in XML.

Built-in leaves also have another priviledge; specifically, they often have more than one XML type names associated with it.

Method Summary
QNamegetTypeName()
{@inheritDoc }

This method returns the 'primary' type name of this built-in leaf, which should be used when values of this type are marshalled.

Method Detail

getTypeName

public 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.

Returns: never null.