GLS ShipIT 4.0.f2
GLS ShipIT - REST services
Loading...
Searching...
No Matches
glsgroup/ws/parcelshopsearch/ObjectFactory.java
Go to the documentation of this file.
1
2package eu.glsgroup.ws.parcelshopsearch;
3
4import javax.xml.bind.JAXBElement;
5import javax.xml.bind.annotation.XmlElementDecl;
6import javax.xml.bind.annotation.XmlRegistry;
7import javax.xml.namespace.QName;
8
9
24@XmlRegistry
25public class ObjectFactory {
26
27 private final static QName _GetParcelShopByIdResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByIdResponse");
28 private final static QName _GetParcelShopByIdRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByIdRequest");
29 private final static QName _GetParcelShopByCountryCodeResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByCountryCodeResponse");
30 private final static QName _GetParcelShopByCountryCodeRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByCountryCodeRequest");
31 private final static QName _GetParcelShopInAreaResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopInAreaResponse");
32 private final static QName _GetParcelShopInAreaRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopInAreaRequest");
33 private final static QName _GetParcelShopsResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopsResponse");
34 private final static QName _GetParcelShopsRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopsRequest");
35
40 public ObjectFactory() {
41 }
42
48 return new GLSWorkingDay();
49 }
50
57 }
58
65 }
66
73 }
74
81 }
82
88 return new GetParcelShopInAreaResponse();
89 }
90
97 }
98
104 return new GetParcelShopReponseType();
105 }
106
112 return new GetParcelShopRequestType();
113 }
114
120 return new GLSUserCredentials();
121 }
122
128 return new GLSExitCode();
129 }
130
136 return new GLSParcelShop();
137 }
138
144 return new GLSAddress();
145 }
146
152 return new GLSPhonenumber();
153 }
154
160 return new GLSCoordinates();
161 }
162
168 return new Hours();
169 }
170
176 return new SearchResults();
177 }
178
183 public GLSWorkingDay.OpeningHours createGLSWorkingDayOpeningHours() {
184 return new GLSWorkingDay.OpeningHours();
185 }
186
191 public GLSWorkingDay.Breaks createGLSWorkingDayBreaks() {
192 return new GLSWorkingDay.Breaks();
193 }
194
203 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByIdResponse")
205 return new JAXBElement<GetParcelShopByIdResponseType>(_GetParcelShopByIdResponse_QNAME, GetParcelShopByIdResponseType.class, null, value);
206 }
207
216 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByIdRequest")
218 return new JAXBElement<GetParcelShopByIdRequestType>(_GetParcelShopByIdRequest_QNAME, GetParcelShopByIdRequestType.class, null, value);
219 }
220
229 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByCountryCodeResponse")
231 return new JAXBElement<GetParcelShopByCountryCodeResponseType>(_GetParcelShopByCountryCodeResponse_QNAME, GetParcelShopByCountryCodeResponseType.class, null, value);
232 }
233
242 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByCountryCodeRequest")
244 return new JAXBElement<GetParcelShopByCountryCodeRequestType>(_GetParcelShopByCountryCodeRequest_QNAME, GetParcelShopByCountryCodeRequestType.class, null, value);
245 }
246
255 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopInAreaResponse")
257 return new JAXBElement<GetParcelShopInAreaResponse>(_GetParcelShopInAreaResponse_QNAME, GetParcelShopInAreaResponse.class, null, value);
258 }
259
268 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopInAreaRequest")
270 return new JAXBElement<GetParcelShopInAreaRequestType>(_GetParcelShopInAreaRequest_QNAME, GetParcelShopInAreaRequestType.class, null, value);
271 }
272
281 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopsResponse")
283 return new JAXBElement<GetParcelShopReponseType>(_GetParcelShopsResponse_QNAME, GetParcelShopReponseType.class, null, value);
284 }
285
294 @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopsRequest")
296 return new JAXBElement<GetParcelShopRequestType>(_GetParcelShopsRequest_QNAME, GetParcelShopRequestType.class, null, value);
297 }
298
299}
JAXBElement< GetParcelShopByIdResponseType > createGetParcelShopByIdResponse(GetParcelShopByIdResponseType value)
JAXBElement< GetParcelShopByCountryCodeRequestType > createGetParcelShopByCountryCodeRequest(GetParcelShopByCountryCodeRequestType value)
GetParcelShopByCountryCodeRequestType createGetParcelShopByCountryCodeRequestType()
JAXBElement< GetParcelShopRequestType > createGetParcelShopsRequest(GetParcelShopRequestType value)
GetParcelShopByCountryCodeResponseType createGetParcelShopByCountryCodeResponseType()
JAXBElement< GetParcelShopInAreaRequestType > createGetParcelShopInAreaRequest(GetParcelShopInAreaRequestType value)
JAXBElement< GetParcelShopByCountryCodeResponseType > createGetParcelShopByCountryCodeResponse(GetParcelShopByCountryCodeResponseType value)
JAXBElement< GetParcelShopReponseType > createGetParcelShopsResponse(GetParcelShopReponseType value)
JAXBElement< GetParcelShopByIdRequestType > createGetParcelShopByIdRequest(GetParcelShopByIdRequestType value)