View Javadoc

1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b52-fcs 
3   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4   // Any modifications to this file will be lost upon recompilation of the source schema. 
5   // Generated on: 2007.09.26 at 09:37:45 PM IST 
6   //
7   
8   
9   package org.xmlhammer.model.preferences;
10  
11  import javax.xml.bind.annotation.XmlAccessType;
12  import javax.xml.bind.annotation.XmlAccessorType;
13  import javax.xml.bind.annotation.XmlRootElement;
14  import javax.xml.bind.annotation.XmlType;
15  
16  
17  /***
18   * <p>Java class for doctypeSystems element declaration.
19   * 
20   * <p>The following schema fragment specifies the expected content contained within this class.
21   * 
22   * <pre>
23   * &lt;element name="doctypeSystems">
24   *   &lt;complexType>
25   *     &lt;complexContent>
26   *       &lt;extension base="{http://www.xmlhammer.org/2007/preferences}historyList">
27   *       &lt;/extension>
28   *     &lt;/complexContent>
29   *   &lt;/complexType>
30   * &lt;/element>
31   * </pre>
32   * 
33   * 
34   */
35  @XmlAccessorType(XmlAccessType.FIELD)
36  @XmlType(name = "")
37  @XmlRootElement(name = "doctypeSystems")
38  public class DoctypeSystems
39      extends HistoryList
40  {
41  
42  
43  }