com.sun.xml.bind.v2.model.core
public interface AttributePropertyInfo<T,C> extends PropertyInfo<T,C>, NonElementRef<T,C>
Method Summary | |
---|---|
Adapter<T,C> | getAdapter() |
NonElement<T,C> | getTarget()
Gets the type of the attribute.
|
QName | getXmlName()
Gets the attribute name.
|
boolean | isRequired()
Returns true if this attribute is mandatory. |
Note that when this property is a collection, this method returns the type of each item in the collection.
Returns: always non-null.
Returns: must be non-null.