GLS ShipIT  3.0.6
GLS ShipIT - SOAP services
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 EndOfDayResponse();
43  }
44 
50  return new Shipment();
51  }
52 
58  return new CreateParcelsResponse();
59  }
60 
66  return new CreatedShipment();
67  }
68 
74  return new InvalidShipmentUnitFault();
75  }
76 
82  return new ShipmentUnit();
83  }
84 
90  return new AllowedServicesResponse();
91  }
92 
98  return new AllowedService();
99  }
100 
106  return new CouldNotTransmitShipmentsFault();
107  }
108 
114  return new UpdateParcelWeightResponse();
115  }
116 
122  return new AllowedServicesRequestParameter();
123  }
124 
130  return new Location();
131  }
132 
138  return new ValidateParcelsResponse();
139  }
140 
146  return new ShipmentValidationResult();
147  }
148 
154  return new CancelParcelResponse();
155  }
156 
162  return new ShipmentRequestData();
163  }
164 
170  return new PrintingOptions();
171  }
172 
178  return new CustomContent();
179  }
180 
186  return new ReturnOptions();
187  }
188 
194  return new ValidateShipmentRequestData();
195  }
196 
203  }
204 
210  return new InvalidShipmentIDFault();
211  }
212 
218  return new Document();
219  }
220 
226  return new Information();
227  }
228 
234  return new ServiceInfo();
235  }
236 
242  return new NDIArea();
243  }
244 
250  return new ExpressData();
251  }
252 
258  return new MetaData();
259  }
260 
266  return new DefinePrinter();
267  }
268 
274  return new Barcodes();
275  }
276 
282  return new ValidationIssue();
283  }
284 
290  return new RoutingInfo();
291  }
292 
298  return new ParcelData();
299  }
300 
306  return new ServiceArea();
307  }
308 
314  return new ReturnLabels();
315  }
316 
321  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "TrackID")
322  public JAXBElement<String> createTrackID(String value) {
323  return new JAXBElement<String>(_TrackID_QNAME, String.class, null, value);
324  }
325 
330  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "EndOfDayDate")
331  public JAXBElement<String> createEndOfDayDate(String value) {
332  return new JAXBElement<String>(_EndOfDayDate_QNAME, String.class, null, value);
333  }
334 
335 }