GLS ShipIT  2.8.11
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 
41  return new EndOfDayResponse();
42  }
43 
49  return new Shipment();
50  }
51 
57  return new CreateParcelsResponse();
58  }
59 
65  return new CreatedShipment();
66  }
67 
73  return new InvalidShipmentUnitFault();
74  }
75 
81  return new ShipmentUnit();
82  }
83 
89  return new AllowedServicesResponse();
90  }
91 
97  return new AllowedService();
98  }
99 
105  return new CouldNotTransmitShipmentsFault();
106  }
107 
113  return new UpdateParcelWeightResponse();
114  }
115 
121  return new AllowedServicesRequestParameter();
122  }
123 
129  return new Location();
130  }
131 
137  return new ValidateParcelsResponse();
138  }
139 
145  return new ShipmentValidationResult();
146  }
147 
153  return new CancelParcelResponse();
154  }
155 
161  return new ShipmentRequestData();
162  }
163 
169  return new PrintingOptions();
170  }
171 
177  return new CustomContent();
178  }
179 
185  return new ReturnOptions();
186  }
187 
193  return new ValidateShipmentRequestData();
194  }
195 
202  }
203 
209  return new InvalidShipmentIDFault();
210  }
211 
217  return new Document();
218  }
219 
225  return new Information();
226  }
227 
233  return new ServiceInfo();
234  }
235 
241  return new NDIArea();
242  }
243 
249  return new ExpressData();
250  }
251 
257  return new MetaData();
258  }
259 
265  return new DefinePrinter();
266  }
267 
273  return new Barcodes();
274  }
275 
281  return new ValidationIssue();
282  }
283 
289  return new RoutingInfo();
290  }
291 
297  return new ParcelData();
298  }
299 
305  return new ServiceArea();
306  }
307 
313  return new ReturnLabels();
314  }
315 
320  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "TrackID")
321  public JAXBElement<String> createTrackID(String value) {
322  return new JAXBElement<String>(_TrackID_QNAME, String.class, null, value);
323  }
324 
329  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types", name = "EndOfDayDate")
330  public JAXBElement<String> createEndOfDayDate(String value) {
331 
332  return new JAXBElement<String>(_EndOfDayDate_QNAME, String.class, null, value);
333  }
334 
335 }