API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. XmlElementRef View Source
Author(s)

Since
JAXB2.0
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value={FIELD, METHOD})
public annotation XmlElementRef
  Maps a JavaBean property to a XML element derived from property's type.
See also:    XmlElementRefs
Elements
name = "##default"
 
namespace = ""
  This parameter and XmlElementRef.name() are used to determine the XML element for the JavaBean property.
type = javax.xml.bind.annotation.XmlElementRef.DEFAULT.class
  The Java type being referenced.
Nested Classes
  XmlElementRef.DEFAULT
Used in XmlElementRef.type() to signal that the type be inferred from the signature of the property.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar