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