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

Since
JAXB2.0
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value={FIELD, METHOD})
public annotation XmlElementWrapper
  Generates a wrapper element around XML representation.
Elements
name = "##default"
  Name of the XML wrapper element.
namespace = "##default"
  XML target namespace of the XML wrapper element.
nillable = false
  If true, the absence of the collection is represented by using xsi:nil='true'.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar