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

All Superinterfaces:
javax.xml.bind.Element, TimeType
All Known Implementing Classes:
TimeImpl

public interface Time
extends javax.xml.bind.Element, TimeType

Java content class for time 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 101)

 <element name="time">
   <complexType>
     <simpleContent>
       <extension base="<http://www.w3.org/2001/XMLSchema>string">
         <attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
       </extension>
     </simpleContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.TimeType
getFrom, getTo, getValue, isExclude, setExclude, setFrom, setTo, setValue
 



Copyright © 2004 sourceforge. All Rights Reserved.