KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > rentacar > agency > services > reservation > jaxws > CloseReservationResponse


1
2 package org.objectweb.rentacar.agency.services.reservation.jaxws;
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.rentacar.agency.services.reservation.jaxws.CloseReservationResponse;
9
10 @XmlRootElement(name = "closeReservationResponse", namespace = "http://reservation.services.agency.rentacar.objectweb.org/")
11 @XmlAccessorType(AccessType.FIELD)
12 @XmlType(name = "closeReservationResponse", namespace = "http://reservation.services.agency.rentacar.objectweb.org/")
13 public class CloseReservationResponse {
14
15
16 }
17
Popular Tags