Name of the XML Schema attribute. By default, the XML Schema
attribute name is derived from the JavaBean property name.
Returns:
Name
Default:
"##default"
required
public abstract boolean required
Deprecated.
Specifies if the XML Schema attribute is optional or
required. If true, then the JavaBean property is mapped to a
XML Schema attribute that is required. Otherwise it is mapped
to a XML Schema attribute that is optional.