GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
gls_group/fpcs/v1/shipmentprocessing/types/ObjectFactory.java
Go to the documentation of this file.
1
2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
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 _TrackID_QNAME = new QName("http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", "TrackID");
28 private final static QName _EndOfDayDate_QNAME = new QName("http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", "EndOfDayDate");
29
34 public ObjectFactory() {
35 }
36
42 return new ValidateShipmentRequestData();
43 }
44
50 return new Shipment();
51 }
52
58 return new ShipmentRequestData();
59 }
60
66 return new PrintingOptions();
67 }
68
74 return new CustomContent();
75 }
76
82 return new ReturnOptions();
83 }
84
91 }
92
98 return new Location();
99 }
100
107 }
108
114 return new CreateParcelsResponse();
115 }
116
122 return new CreatedShipment();
123 }
124
130 return new ValidateParcelsResponse();
131 }
132
138 return new ShipmentValidationResult();
139 }
140
146 return new CancelParcelResponse();
147 }
148
154 return new AllowedServicesResponse();
155 }
156
162 return new AllowedService();
163 }
164
170 return new EndOfDayResponse();
171 }
172
178 return new UpdateParcelWeightResponse();
179 }
180
187 }
188
194 return new RelabelParcelResponse();
195 }
196
203 }
204
210 return new ReprintParcelResponse();
211 }
212
218 return new InvalidShipmentIDFault();
219 }
220
226 return new InvalidShipmentUnitFault();
227 }
228
234 return new ShipmentUnit();
235 }
236
243 }
244
250 return new ValidationIssue();
251 }
252
258 return new Document();
259 }
260
266 return new ParcelData();
267 }
268
274 return new NDIArea();
275 }
276
282 return new MondialRelayArea();
283 }
284
290 return new MetaData();
291 }
292
298 return new RoutingInfo();
299 }
300
306 return new ExpressData();
307 }
308
314 return new ServiceArea();
315 }
316
322 return new ServiceInfo();
323 }
324
330 return new Information();
331 }
332
338 return new Barcodes();
339 }
340
346 return new ItalianData();
347 }
348
354 return new ReturnLabels();
355 }
356
362 return new DefinePrinter();
363 }
364
373 @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "TrackID")
374 public JAXBElement<String> createTrackID(String value) {
375 return new JAXBElement<String>(_TrackID_QNAME, String.class, null, value);
376 }
377
386 @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "EndOfDayDate")
387 public JAXBElement<String> createEndOfDayDate(String value) {
388 return new JAXBElement<String>(_EndOfDayDate_QNAME, String.class, null, value);
389 }
390
391}