net.sf.jour.config
Interface Jour

All Superinterfaces:
javax.xml.bind.Element, JourType
All Known Implementing Classes:
JourImpl

public interface Jour
extends javax.xml.bind.Element, JourType

Java content class for jour 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.xsd line 14)

 <element name="jour">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}aspect" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.config.JourType
getAspect, isDebug, setDebug
 



Copyright © 2004 sourceforge. All Rights Reserved.