net.sf.jour.rt.view.config
Interface Accumulation

All Superinterfaces:
AccumulationType, javax.xml.bind.Element
All Known Implementing Classes:
AccumulationImpl

public interface Accumulation
extends javax.xml.bind.Element, AccumulationType

Java content class for accumulation element declaration.

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)

 <element name="accumulation">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="timeFrame" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.AccumulationType
getTimeFrame, setTimeFrame
 



Copyright © 2004 sourceforge. All Rights Reserved.