KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > sf > dozer > util > mapping > vo > jaxb > employee > Employee


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-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: 2006.10.05 at 10:03:40 CEST
6
//
7

8
9 package net.sf.dozer.util.mapping.vo.jaxb.employee;
10
11
12 /**
13  * Java content class for Employee element declaration.
14  * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Tools/dozer-2.3-src/dozer/dozer-src/etc/Employee.xsd line 11)
15  * <p>
16  * <pre>
17  * &lt;element name="Employee" type="{http://jaxb.vo.mapping.util.dozer.sf.net/Employee}EmployeeType"/>
18  * </pre>
19  *
20  */

21 public interface Employee
22     extends javax.xml.bind.Element, net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeType
23 {
24
25
26 }
27
Popular Tags