GLS ShipIT  2.8.11
GLS ShipIT - REST services
ws/parcelshopsearch/ObjectFactory.java
Go to the documentation of this file.
1 
2 package eu.glsgroup.ws.parcelshopsearch;
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 _GetParcelShopInAreaRequest_QNAME = new QName(
28  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
29  "GetParcelShopInAreaRequest");
30  private final static QName _GetParcelShopsResponse_QNAME = new QName(
31  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
32  "GetParcelShopsResponse");
33  private final static QName _GetParcelShopByIdRequest_QNAME = new QName(
34  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
35  "GetParcelShopByIdRequest");
36  private final static QName _GetParcelShopByCountryCodeRequest_QNAME = new QName(
37  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
38  "GetParcelShopByCountryCodeRequest");
39  private final static QName _GetParcelShopsRequest_QNAME = new QName(
40  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
41  "GetParcelShopsRequest");
42  private final static QName _GetParcelShopByCountryCodeResponse_QNAME = new QName(
43  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
44  "GetParcelShopByCountryCodeResponse");
45  private final static QName _GetParcelShopByIdResponse_QNAME = new QName(
46  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
47  "GetParcelShopByIdResponse");
48  private final static QName _GetParcelShopInAreaResponse_QNAME = new QName(
49  "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/",
50  "GetParcelShopInAreaResponse");
51 
55  public ObjectFactory() {
56 
57  }
58 
63  return new GLSWorkingDay();
64  }
65 
71  return new GetParcelShopInAreaRequestType();
72  }
73 
79  return new GetParcelShopReponseType();
80  }
81 
87  return new GetParcelShopByIdRequestType();
88  }
89 
96  }
97 
104  }
105 
111  return new GetParcelShopRequestType();
112  }
113 
119  return new GetParcelShopInAreaResponse();
120  }
121 
127  return new GetParcelShopByIdResponseType();
128  }
129 
135  return new GLSPhonenumber();
136  }
137 
142  public Hours createHours() {
143  return new Hours();
144  }
145 
151  return new GLSAddress();
152  }
153 
159  return new SearchResults();
160  }
161 
167  return new GLSExitCode();
168  }
169 
175  return new GLSParcelShop();
176  }
177 
183  return new GLSCoordinates();
184  }
185 
191  return new GLSUserCredentials();
192  }
193 
199  return new GLSWorkingDay.OpeningHours();
200  }
201 
207  return new GLSWorkingDay.Breaks();
208  }
209 
214  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopInAreaRequest")
216  return new JAXBElement<GetParcelShopInAreaRequestType>(_GetParcelShopInAreaRequest_QNAME,
218  null,
219  value);
220  }
221 
226  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopsResponse")
228  return new JAXBElement<GetParcelShopReponseType>(_GetParcelShopsResponse_QNAME,
230  null,
231  value);
232  }
233 
238  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByIdRequest")
240  return new JAXBElement<GetParcelShopByIdRequestType>(_GetParcelShopByIdRequest_QNAME,
242  null,
243  value);
244  }
245 
250  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByCountryCodeRequest")
253 
254  return new JAXBElement<GetParcelShopByCountryCodeRequestType>(_GetParcelShopByCountryCodeRequest_QNAME,
256  null,
257  value);
258  }
259 
264  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopsRequest")
266  return new JAXBElement<GetParcelShopRequestType>(_GetParcelShopsRequest_QNAME,
268  null,
269  value);
270  }
271 
276  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByCountryCodeResponse")
279 
280  return new JAXBElement<GetParcelShopByCountryCodeResponseType>(_GetParcelShopByCountryCodeResponse_QNAME,
282  null,
283  value);
284  }
285 
290  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByIdResponse")
292  return new JAXBElement<GetParcelShopByIdResponseType>(_GetParcelShopByIdResponse_QNAME,
294  null,
295  value);
296  }
297 
302  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopInAreaResponse")
304  return new JAXBElement<GetParcelShopInAreaResponse>(_GetParcelShopInAreaResponse_QNAME, GetParcelShopInAreaResponse.class, null, value);
305  }
306 
307 }
GetParcelShopByCountryCodeRequestType createGetParcelShopByCountryCodeRequestType()
JAXBElement< GetParcelShopByCountryCodeRequestType > createGetParcelShopByCountryCodeRequest(GetParcelShopByCountryCodeRequestType value)
JAXBElement< GetParcelShopInAreaRequestType > createGetParcelShopInAreaRequest(GetParcelShopInAreaRequestType value)
JAXBElement< GetParcelShopByIdResponseType > createGetParcelShopByIdResponse(GetParcelShopByIdResponseType value)
JAXBElement< GetParcelShopRequestType > createGetParcelShopsRequest(GetParcelShopRequestType value)
JAXBElement< GetParcelShopByCountryCodeResponseType > createGetParcelShopByCountryCodeResponse(GetParcelShopByCountryCodeResponseType value)
GetParcelShopByCountryCodeResponseType createGetParcelShopByCountryCodeResponseType()
JAXBElement< GetParcelShopByIdRequestType > createGetParcelShopByIdRequest(GetParcelShopByIdRequestType value)
JAXBElement< GetParcelShopReponseType > createGetParcelShopsResponse(GetParcelShopReponseType value)