API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. XmlElementDecl View Source
Author(s)
Since
JAXB 2.0
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value=METHOD)
public annotation XmlElementDecl
  Maps a factory method to a XML element.
See also:    XmlRegistry
Elements
defaultValue = "\u0000"
  Default value of this element.
name [REQUIRED]
  local name of the XML element.
namespace = "##default"
  namespace name of the XML element.
scope = javax.xml.bind.annotation.XmlElementDecl.GLOBAL.class
  scope of the mapping.
substitutionHeadName = ""
  XML local name of a substitution group's head element.
substitutionHeadNamespace = "##default"
  namespace name of a substitution group's head XML element.
Nested Classes
  XmlElementDecl.GLOBAL
Used in XmlElementDecl.scope() to signal that the declaration is in the global scope.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar