KickJava   Java API By Example, From Geeks To Geeks.

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


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 EmployeeWithInnerClass 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 12)
15  * <p>
16  * <pre>
17  * &lt;element name="EmployeeWithInnerClass">
18  * &lt;complexType>
19  * &lt;complexContent>
20  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21  * &lt;sequence>
22  * &lt;element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
23  * &lt;element name="BirthDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
24  * &lt;element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
25  * &lt;element name="Address">
26  * &lt;complexType>
27  * &lt;complexContent>
28  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29  * &lt;sequence>
30  * &lt;element name="Street" type="{http://www.w3.org/2001/XMLSchema}string"/>
31  * &lt;/sequence>
32  * &lt;/restriction>
33  * &lt;/complexContent>
34  * &lt;/complexType>
35  * &lt;/element>
36  * &lt;/sequence>
37  * &lt;/restriction>
38  * &lt;/complexContent>
39  * &lt;/complexType>
40  * &lt;/element>
41  * </pre>
42  *
43  */

44 public interface EmployeeWithInnerClass
45     extends javax.xml.bind.Element, net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClassType
46 {
47
48
49 }
50
Popular Tags