FileDocCategorySizeDatePackage
XmlSchemaTypes.javaAPI DocJava SE 6 API1282Tue Jun 10 00:27:04 BST 2008javax.xml.bind.annotation

XmlSchemaTypes

public class XmlSchemaTypes

A container for multiple @{@link XmlSchemaType} annotations.

Multiple annotations of the same type are not allowed on a program element. This annotation therefore serves as a container annotation for multiple @XmlSchemaType annotations as follows:

@XmlSchemaTypes({ @XmlSchemaType(...), @XmlSchemaType(...) })

The @XmlSchemaTypes annnotation can be used to define {@link XmlSchemaType} for different types at the package level.

See "Package Specification" in javax.xml.bind.package javadoc for additional common information.

author
  • Sekhar Vajjhala, Sun Microsystems, Inc.
see
XmlSchemaType
since
JAXB2.0

Fields Summary
Constructors Summary
Methods Summary
javax.xml.bind.annotation.XmlSchemaType[]value()
Collection of @{@link XmlSchemaType} annotations