API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. XmlAttribute View Source
Author(s)
Sekhar Vajjhala, Sun Microsystems, Inc.
Since
JAXB2.0
Version
$Revision: 1.13 $
Serial
Description
@Retention (value=RUNTIME)
@Target (value={FIELD, METHOD})
public annotation XmlAttribute
  Maps a JavaBean property to a XML attribute.
See also:    XmlType
Elements
name = "##default"
  Name of the XML Schema attribute.
namespace = "##default"
Specifies the XML target namespace of the XML Schema attribute.
required = false
  Specifies if the XML Schema attribute is optional or required.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar