GLS ShipIT 4.0.f2
GLS ShipIT - REST services
Loading...
Searching...
No Matches
gls_group/fpcs/v1/common/ObjectFactory.java
Go to the documentation of this file.
1
2package eu.gls_group.fpcs.v1.common;
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 _CountryCode_QNAME = new QName("http://fpcs.gls-group.eu/v1/Common", "CountryCode");
28
33 public ObjectFactory() {
34 }
35
41 return new NationalParcelData();
42 }
43
49 return new InsufficientPermissionFault();
50 }
51
57 return new MandatoryFieldMissingFault();
58 }
59
64 public Field createField() {
65 return new Field();
66 }
67
73 return new InvalidFieldValueFault();
74 }
75
81 return new Fields();
82 }
83
89 return new AlreadyExistingParcelFault();
90 }
91
97 return new Shipper();
98 }
99
105 return new Return();
106 }
107
113 return new Consignee();
114 }
115
121 return new Address();
122 }
123
129 return new KeyValuePair();
130 }
131
137 return new Service();
138 }
139
145 return new ShipmentService();
146 }
147
153 return new UnitService();
154 }
155
161 return new CashService();
162 }
163
169 return new ShopDeliveryService();
170 }
171
177 return new ShopReturnService();
178 }
179
185 return new IntercompanyService();
186 }
187
193 return new ExchangeService();
194 }
195
201 return new DeliveryAtWorkService();
202 }
203
209 return new DepositService();
210 }
211
217 return new AddOnLiabilityService();
218 }
219
225 return new IdentPINService();
226 }
227
233 return new IdentService();
234 }
235
241 return new PickAndShipService();
242 }
243
249 return new PickAndReturnService();
250 }
251
257 return new CarrierService();
258 }
259
265 return new LimitedQuantitiesService();
266 }
267
273 return new HazardousGoodsService();
274 }
275
281 return new HazardousGood();
282 }
283
289 return new ExWorksService();
290 }
291
297 return new Nationality();
298 }
299
305 return new Volume();
306 }
307
316 @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/Common", name = "CountryCode")
317 public JAXBElement<String> createCountryCode(String value) {
318 return new JAXBElement<String>(_CountryCode_QNAME, String.class, null, value);
319 }
320
321}