View Javadoc

1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v@@BUILD_VERSION@@ 
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: 2005.06.30 um 05:21:08 CEST 
6   //
7   
8   package de.nierbeck.timeTrack.model;
9   
10  /***
11   * Java content class for Entries element declaration.
12   * <p>
13   * The following schema fragment specifies the expected content contained within
14   * this java content object. (defined at
15   * file:/G:/workspace/TimeTrackPlugin2/schema/timetrack.xsd line 3)
16   * <p>
17   * 
18   * <pre>
19   *     &lt;element name=&quot;Entries&quot;&gt;
20   *       &lt;complexType&gt;
21   *         &lt;complexContent&gt;
22   *           &lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
23   *             &lt;sequence&gt;
24   *               &lt;element name=&quot;currentSelected&quot; type=&quot;{}entryType&quot;/&gt;
25   *               &lt;element name=&quot;entry&quot; type=&quot;{}entryType&quot; maxOccurs=&quot;unbounded&quot;/&gt;
26   *             &lt;/sequence&gt;
27   *           &lt;/restriction&gt;
28   *         &lt;/complexContent&gt;
29   *       &lt;/complexType&gt;
30   *     &lt;/element&gt;
31   * </pre>
32   * 
33   */
34  public interface Entries extends javax.xml.bind.Element,
35  		de.nierbeck.timeTrack.model.EntriesType {
36  
37  }