View Javadoc

1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:15 PM(kohsuke)-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: 2012.10.03 at 04:27:47 AM CEST 
6   //
7   
8   
9   package org.jdtaus.mojo.resource.model;
10  
11  
12  /**
13   * Java content class for template element declaration.
14   * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 143)
15   * <p>
16   * <pre>
17   * &lt;element name="template" type="{http://jdtaus.org/core/model/container}Texts"/>
18   * </pre>
19   * 
20   */
21  public interface TemplateElement
22      extends javax.xml.bind.Element, org.jdtaus.mojo.resource.model.Texts
23  {
24  
25  
26  }