KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > rentacar > services > client > GetAListOfPolymorphicCars


1
2 package org.objectweb.rentacar.services.client;
3
4 import javax.xml.bind.annotation.AccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlType;
7 import org.objectweb.rentacar.services.client.GetAListOfPolymorphicCars;
8
9
10 /**
11  * <p>Java class for getAListOfPolymorphicCars complex type.
12  *
13  * <p>The following schema fragment specifies the expected content contained within this class.
14  *
15  * <pre>
16  * &lt;complexType name="getAListOfPolymorphicCars">
17  * &lt;complexContent>
18  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19  * &lt;/restriction>
20  * &lt;/complexContent>
21  * &lt;/complexType>
22  * </pre>
23  *
24  *
25  */

26 @XmlAccessorType(AccessType.FIELD)
27 @XmlType(name = "getAListOfPolymorphicCars")
28 public class GetAListOfPolymorphicCars {
29
30
31 }
32
Popular Tags