GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
fpcs/datatypes/soap/v1/common/ObjectFactory.java
Go to the documentation of this file.
1 
2 package eu.glsgroup.fpcs.datatypes.soap.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 CashService();
90  }
91 
97  return new DeliveryAtWorkService();
98  }
99 
105  return new Address();
106  }
107 
113  return new ShopDeliveryService();
114  }
115 
121  return new HazardousGoodsService();
122  }
123 
129  return new ShopReturnService();
130  }
131 
137  return new IdentService();
138  }
139 
145  return new KeyValuePair();
146  }
147 
153  return new IdentPINService();
154  }
155 
161  return new DepositService();
162  }
163 
169  return new AddOnLiabilityService();
170  }
171 
177  return new PickAndShipService();
178  }
179 
185  return new LimitedQuantitiesService();
186  }
187 
193  return new Consignee();
194  }
195 
201  return new Shipper();
202  }
203 
209  return new IntercompanyService();
210  }
211 
217  return new ShipmentService();
218  }
219 
225  return new HazardousGood();
226  }
227 
233  return new UnitService();
234  }
235 
241  return new PickAndReturnService();
242  }
243 
249  return new Service();
250  }
251 
257  return new ExWorksService();
258  }
259 
265  return new Nationality();
266  }
267 
273  return new ExchangeService();
274  }
275 
280  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/Common", name = "CountryCode")
281  public JAXBElement<String> createCountryCode(String value) {
282  return new JAXBElement<String>(_CountryCode_QNAME, String.class, null, value);
283  }
284 
285 }