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

All Superinterfaces:
javax.xml.bind.Element, MethodsType
All Known Implementing Classes:
MethodsImpl

public interface Methods
extends javax.xml.bind.Element, MethodsType

Java content class for methods 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 60)

 <element name="methods">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}include" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}exclude" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}signature" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         <attribute name="names" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.MethodsType
getContent, getNames, isEnabled, setEnabled, setNames
 



Copyright © 2004 sourceforge. All Rights Reserved.