Package com.epam.xml.anotations
Annotation Interface XmlAttribute
Deprecated.
- Author:
- Serhiy_Zahriychuk Date: Oct 14, 2008
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameDeprecated.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
boolean requiredDeprecated.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.- Returns:
- Required
- Default:
- false
-