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 methodsignature 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 26)
15   * <p>
16   * <pre>
17   * &lt;element name="methodsignature">
18   *   &lt;complexType>
19   *     &lt;complexContent>
20   *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21   *         &lt;sequence>
22   *           &lt;element ref="{}trim" maxOccurs="unbounded"/>
23   *         &lt;/sequence>
24   *       &lt;/restriction>
25   *     &lt;/complexContent>
26   *   &lt;/complexType>
27   * &lt;/element>
28   * </pre>
29   * 
30   */
31  public interface Methodsignature
32      extends javax.xml.bind.Element, net.sf.jour.rt.view.config.MethodsignatureType
33  {
34  
35  
36  }