KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > easybeans > tests > common > ws > ejbref > gen > types > CheckResponse


1
2 package org.objectweb.easybeans.tests.common.ws.ejbref.gen.types;
3
4 import javax.xml.bind.annotation.AccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlRootElement;
7 import javax.xml.bind.annotation.XmlType;
8 import org.objectweb.easybeans.tests.common.ws.ejbref.gen.types.CheckResponse;
9
10
11 /**
12  * <p>Java class for checkResponse element declaration.
13  *
14  * <p>The following schema fragment specifies the expected content contained within this class.
15  *
16  * <pre>
17  * &lt;element name="checkResponse">
18  * &lt;complexType>
19  * &lt;complexContent>
20  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21  * &lt;/restriction>
22  * &lt;/complexContent>
23  * &lt;/complexType>
24  * &lt;/element>
25  * </pre>
26  *
27  *
28  */

29 @XmlAccessorType(AccessType.FIELD)
30 @XmlType(name = "")
31 @XmlRootElement(name = "checkResponse")
32 public class CheckResponse {
33
34
35 }
36
Popular Tags