com.sun.xml.bind.v2.model.core
Interface TypeRef<T,C>

All Superinterfaces:
NonElementRef<T,C>
All Known Subinterfaces:
RuntimeTypeRef
All Known Implementing Classes:
CTypeRef, ElementInfoImpl.PropertyImpl, RuntimeElementInfoImpl.RuntimePropertyImpl, RuntimeTypeRefImpl, TypeRefImpl

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

Information about a type referenced from ElementPropertyInfo.


Method Summary
 String getDefaultValue()
          The default value for this element if any.
 QName getTagName()
          The associated element name.
 boolean isNillable()
          Returns true if this element is nillable.
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElementRef
getSource, getTarget
 

Method Detail

getTagName

QName getTagName()
The associated element name.

Returns:
never null.

isNillable

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


getDefaultValue

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