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

Interface TypeRef<T,C>

public interface TypeRef<T,C> extends NonElementRef<T,C>

Information about a type referenced from ElementPropertyInfo.
Method Summary
StringgetDefaultValue()
The default value for this element if any.
QNamegetTagName()
The associated element name.
booleanisNillable()
Returns true if this element is nillable.

Method Detail

getDefaultValue

public String getDefaultValue()
The default value for this element if any. Otherwise null.

getTagName

public QName getTagName()
The associated element name.

Returns: never null.

isNillable

public boolean isNillable()
Returns true if this element is nillable.