GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java
Go to the documentation of this file.
1 
2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
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 InvalidShipmentIDFault();
187  }
188 
194  return new InvalidShipmentUnitFault();
195  }
196 
202  return new ShipmentUnit();
203  }
204 
210  return new CouldNotTransmitShipmentsFault();
211  }
212 
218  return new ValidationIssue();
219  }
220 
226  return new Document();
227  }
228 
234  return new ParcelData();
235  }
236 
242  return new NDIArea();
243  }
244 
250  return new MondialRelayArea();
251  }
252 
258  return new MetaData();
259  }
260 
266  return new RoutingInfo();
267  }
268 
274  return new ExpressData();
275  }
276 
282  return new ServiceArea();
283  }
284 
290  return new ServiceInfo();
291  }
292 
298  return new Information();
299  }
300 
306  return new Barcodes();
307  }
308 
314  return new ReturnLabels();
315  }
316 
322  return new DefinePrinter();
323  }
324 
333  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "TrackID")
334  public JAXBElement<String> createTrackID(String value) {
335  return new JAXBElement<String>(_TrackID_QNAME, String.class, null, value);
336  }
337 
346  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "EndOfDayDate")
347  public JAXBElement<String> createEndOfDayDate(String value) {
348  return new JAXBElement<String>(_EndOfDayDate_QNAME, String.class, null, value);
349  }
350 
351 }