API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.annotation. XmlSchemaType View Source
Author(s)
Since
JAXB2.0
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value={FIELD, METHOD, PACKAGE})
public annotation XmlSchemaType
  Maps a Java type to a simple schema built-in type.
See also:   
Elements
name [REQUIRED]
namespace = "http://www.w3.org/2001/XMLSchema"
type = javax.xml.bind.annotation.XmlSchemaType.DEFAULT.class
If this annotation is used at the package level, then value of the type() must be specified.
Nested Classes
  XmlSchemaType.DEFAULT
Used in XmlSchemaType.type() to signal that the type be inferred from the signature of the property.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar