GLS ShipIT  3.5.15
GLS ShipIT - SOAP services
gls_group/fpcs/v1/shipmentprocessing/types/ObjectFactory.java
Go to the documentation of this file.
1 
2 package eu.gls_group.fpcs.v1.shipmentprocessing.types;
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;
8 
9 
24 @XmlRegistry
25 public 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 
186  return new RelabelParcelRequestParameter();
187  }
188 
194  return new RelabelParcelResponse();
195  }
196 
202  return new ReprintParcelRequestParameter();
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 
242  return new CouldNotTransmitShipmentsFault();
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 ReturnLabels();
347  }
348 
354  return new DefinePrinter();
355  }
356 
365  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "TrackID")
366  public JAXBElement<String> createTrackID(String value) {
367  return new JAXBElement<String>(_TrackID_QNAME, String.class, null, value);
368  }
369 
378  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "EndOfDayDate")
379  public JAXBElement<String> createEndOfDayDate(String value) {
380  return new JAXBElement<String>(_EndOfDayDate_QNAME, String.class, null, value);
381  }
382 
383 }