GLS ShipIT  2.8.11
GLS ShipIT - REST services
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 
88  return new CashService();
89  }
90 
96  return new DeliveryAtWorkService();
97  }
98 
104  return new Address();
105  }
106 
112  return new ShopDeliveryService();
113  }
114 
120  return new HazardousGoodsService();
121  }
122 
128  return new ShopReturnService();
129  }
130 
136  return new IdentService();
137  }
138 
144  return new KeyValuePair();
145  }
146 
152  return new IdentPINService();
153  }
154 
160  return new DepositService();
161  }
162 
168  return new AddOnLiabilityService();
169  }
170 
176  return new PickAndShipService();
177  }
178 
184  return new LimitedQuantitiesService();
185  }
186 
192  return new Consignee();
193  }
194 
200  return new Shipper();
201  }
202 
208  return new IntercompanyService();
209  }
210 
216  return new ShipmentService();
217  }
218 
224  return new HazardousGood();
225  }
226 
232  return new UnitService();
233  }
234 
240  return new PickAndReturnService();
241  }
242 
248  return new Service();
249  }
250 
256  return new ExWorksService();
257  }
258 
264  return new Nationality();
265  }
266 
272  return new ExchangeService();
273  }
274 
279  @XmlElementDecl(namespace = "http://fpcs.gls-group.eu/v1/Common", name = "CountryCode")
280  public JAXBElement<String> createCountryCode(String value) {
281  return new JAXBElement<String>(_CountryCode_QNAME, String.class, null, value);
282  }
283 
284 }