KickJava   Java API By Example, From Geeks To Geeks.

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


1
2 package org.objectweb.rentacar.services.client;
3
4 import javax.xml.bind.JAXBElement;
5 import javax.xml.bind.annotation.XmlElementDecl;
6 import javax.xml.bind.annotation.XmlRegistry;
7 import javax.xml.namespace.QName JavaDoc;
8 import org.objectweb.rentacar.services.client.AddressVO;
9 import org.objectweb.rentacar.services.client.AgencyCriteria;
10 import org.objectweb.rentacar.services.client.AgencyVO;
11 import org.objectweb.rentacar.services.client.CarCriteria;
12 import org.objectweb.rentacar.services.client.CarVO;
13 import org.objectweb.rentacar.services.client.CentralOfficeException;
14 import org.objectweb.rentacar.services.client.Consult;
15 import org.objectweb.rentacar.services.client.ConsultResponse;
16 import org.objectweb.rentacar.services.client.ContactVO;
17 import org.objectweb.rentacar.services.client.ObjectFactory;
18 import org.objectweb.rentacar.services.client.RetreiveAgencies;
19 import org.objectweb.rentacar.services.client.RetreiveAgenciesResponse;
20
21
22 /**
23  * This object contains factory methods for each
24  * Java content interface and Java element interface
25  * generated in the org.objectweb.rentacar.services.client package.
26  * <p>An ObjectFactory allows you to programatically
27  * construct new instances of the Java representation
28  * for XML content. The Java representation of XML
29  * content can consist of schema derived interfaces
30  * and classes representing the binding of schema
31  * type definitions, element declarations and model
32  * groups. Factory methods for each of these are
33  * provided in this class.
34  *
35  */

36 @XmlRegistry
37 public class ObjectFactory {
38
39     private final static QName JavaDoc _CentralOfficeException_QNAME = new QName JavaDoc("http://consultation.services.centraloffice.rentacar.objectweb.org/", "CentralOfficeException");
40     private final static QName JavaDoc _ConsultResponse_QNAME = new QName JavaDoc("http://consultation.services.centraloffice.rentacar.objectweb.org/", "consultResponse");
41     private final static QName JavaDoc _RetreiveAgencies_QNAME = new QName JavaDoc("http://consultation.services.centraloffice.rentacar.objectweb.org/", "retreiveAgencies");
42     private final static QName JavaDoc _Consult_QNAME = new QName JavaDoc("http://consultation.services.centraloffice.rentacar.objectweb.org/", "consult");
43     private final static QName JavaDoc _RetreiveAgenciesResponse_QNAME = new QName JavaDoc("http://consultation.services.centraloffice.rentacar.objectweb.org/", "retreiveAgenciesResponse");
44
45     /**
46      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.objectweb.rentacar.services.client
47      *
48      */

49     public ObjectFactory() {
50     }
51
52     /**
53      * Create an instance of {@link ContactVO }
54      *
55      */

56     public ContactVO createContactVO() {
57         return new ContactVO();
58     }
59
60     /**
61      * Create an instance of {@link Consult }
62      *
63      */

64     public Consult createConsult() {
65         return new Consult();
66     }
67
68     /**
69      * Create an instance of {@link CentralOfficeException }
70      *
71      */

72     public CentralOfficeException createCentralOfficeException() {
73         return new CentralOfficeException();
74     }
75
76     /**
77      * Create an instance of {@link RetreiveAgencies }
78      *
79      */

80     public RetreiveAgencies createRetreiveAgencies() {
81         return new RetreiveAgencies();
82     }
83
84     /**
85      * Create an instance of {@link AgencyCriteria }
86      *
87      */

88     public AgencyCriteria createAgencyCriteria() {
89         return new AgencyCriteria();
90     }
91
92     /**
93      * Create an instance of {@link AddressVO }
94      *
95      */

96     public AddressVO createAddressVO() {
97         return new AddressVO();
98     }
99
100     /**
101      * Create an instance of {@link CarVO }
102      *
103      */

104     public CarVO createCarVO() {
105         return new CarVO();
106     }
107
108     /**
109      * Create an instance of {@link CarCriteria }
110      *
111      */

112     public CarCriteria createCarCriteria() {
113         return new CarCriteria();
114     }
115
116     /**
117      * Create an instance of {@link AgencyVO }
118      *
119      */

120     public AgencyVO createAgencyVO() {
121         return new AgencyVO();
122     }
123
124     /**
125      * Create an instance of {@link RetreiveAgenciesResponse }
126      *
127      */

128     public RetreiveAgenciesResponse createRetreiveAgenciesResponse() {
129         return new RetreiveAgenciesResponse();
130     }
131
132     /**
133      * Create an instance of {@link ConsultResponse }
134      *
135      */

136     public ConsultResponse createConsultResponse() {
137         return new ConsultResponse();
138     }
139
140     /**
141      * Create an instance of {@link JAXBElement }{@code <}{@link CentralOfficeException }{@code >}}
142      *
143      */

144     @XmlElementDecl(namespace = "http://consultation.services.centraloffice.rentacar.objectweb.org/", name = "CentralOfficeException")
145     public JAXBElement<CentralOfficeException> createCentralOfficeException(CentralOfficeException value) {
146         return new JAXBElement<CentralOfficeException>(_CentralOfficeException_QNAME, CentralOfficeException.class, null, value);
147     }
148
149     /**
150      * Create an instance of {@link JAXBElement }{@code <}{@link ConsultResponse }{@code >}}
151      *
152      */

153     @XmlElementDecl(namespace = "http://consultation.services.centraloffice.rentacar.objectweb.org/", name = "consultResponse")
154     public JAXBElement<ConsultResponse> createConsultResponse(ConsultResponse value) {
155         return new JAXBElement<ConsultResponse>(_ConsultResponse_QNAME, ConsultResponse.class, null, value);
156     }
157
158     /**
159      * Create an instance of {@link JAXBElement }{@code <}{@link RetreiveAgencies }{@code >}}
160      *
161      */

162     @XmlElementDecl(namespace = "http://consultation.services.centraloffice.rentacar.objectweb.org/", name = "retreiveAgencies")
163     public JAXBElement<RetreiveAgencies> createRetreiveAgencies(RetreiveAgencies value) {
164         return new JAXBElement<RetreiveAgencies>(_RetreiveAgencies_QNAME, RetreiveAgencies.class, null, value);
165     }
166
167     /**
168      * Create an instance of {@link JAXBElement }{@code <}{@link Consult }{@code >}}
169      *
170      */

171     @XmlElementDecl(namespace = "http://consultation.services.centraloffice.rentacar.objectweb.org/", name = "consult")
172     public JAXBElement<Consult> createConsult(Consult value) {
173         return new JAXBElement<Consult>(_Consult_QNAME, Consult.class, null, value);
174     }
175
176     /**
177      * Create an instance of {@link JAXBElement }{@code <}{@link RetreiveAgenciesResponse }{@code >}}
178      *
179      */

180     @XmlElementDecl(namespace = "http://consultation.services.centraloffice.rentacar.objectweb.org/", name = "retreiveAgenciesResponse")
181     public JAXBElement<RetreiveAgenciesResponse> createRetreiveAgenciesResponse(RetreiveAgenciesResponse value) {
182         return new JAXBElement<RetreiveAgenciesResponse>(_RetreiveAgenciesResponse_QNAME, RetreiveAgenciesResponse.class, null, value);
183     }
184
185 }
186
Popular Tags