View Javadoc

1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.3-b18-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: 2004.12.16 at 07:09:44 EST 
6   //
7   
8   
9   package net.sf.jour.rt.view.config;
10  
11  
12  /***
13   * Java content class for accumulation element declaration.
14   * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 33)
15   * <p>
16   * <pre>
17   * &lt;element name="accumulation">
18   *   &lt;complexType>
19   *     &lt;complexContent>
20   *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21   *         &lt;attribute name="timeFrame" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
22   *       &lt;/restriction>
23   *     &lt;/complexContent>
24   *   &lt;/complexType>
25   * &lt;/element>
26   * </pre>
27   * 
28   */
29  public interface Accumulation
30      extends javax.xml.bind.Element, net.sf.jour.rt.view.config.AccumulationType
31  {
32  
33  
34  }