Searched defs:XmlType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlType.java38 * <p> The <tt>@XmlType</tt> annnotation can be used with the following program
67 * type by annotating the class with <tt>&#64XmlType(name="")</tt>.
77 * a class annotated with @XmlType(name="") and is mapped to the
82 * a class annotated with @XmlType(name="") and is mapped to the
87 * <li>If class is annotated with <tt>@XmlType(name="") </tt>, it
197 * &#64;XmlType(propOrder={"street", "city" , "state", "zip", "name" })
229 * &#64;XmlType(propOrder={})
248 * &#64;XmlType(name="")
274 * &#64;XmlType(name="")
307 * &#64;XmlType(nam
386 public @interface XmlType { interface
[all...]

Completed in 24 milliseconds