GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
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("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopInAreaRequest");
28  private final static QName _GetParcelShopsResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopsResponse");
29  private final static QName _GetParcelShopByIdRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByIdRequest");
30  private final static QName _GetParcelShopByCountryCodeRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByCountryCodeRequest");
31  private final static QName _GetParcelShopsRequest_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopsRequest");
32  private final static QName _GetParcelShopByCountryCodeResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByCountryCodeResponse");
33  private final static QName _GetParcelShopByIdResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopByIdResponse");
34  private final static QName _GetParcelShopInAreaResponse_QNAME = new QName("http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", "GetParcelShopInAreaResponse");
35 
40  public ObjectFactory() {
41  }
42 
48  return new GLSWorkingDay();
49  }
50 
56  return new GetParcelShopInAreaRequestType();
57  }
58 
64  return new GetParcelShopReponseType();
65  }
66 
72  return new GetParcelShopByIdRequestType();
73  }
74 
81  }
82 
89  }
90 
96  return new GetParcelShopRequestType();
97  }
98 
104  return new GetParcelShopInAreaResponse();
105  }
106 
112  return new GetParcelShopByIdResponseType();
113  }
114 
120  return new GLSPhonenumber();
121  }
122 
127  public Hours createHours() {
128  return new Hours();
129  }
130 
136  return new GLSAddress();
137  }
138 
144  return new SearchResults();
145  }
146 
152  return new GLSExitCode();
153  }
154 
160  return new GLSParcelShop();
161  }
162 
168  return new GLSCoordinates();
169  }
170 
176  return new GLSUserCredentials();
177  }
178 
184  return new GLSWorkingDay.OpeningHours();
185  }
186 
192  return new GLSWorkingDay.Breaks();
193  }
194 
199  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopInAreaRequest")
201  return new JAXBElement<GetParcelShopInAreaRequestType>(_GetParcelShopInAreaRequest_QNAME, GetParcelShopInAreaRequestType.class, null, value);
202  }
203 
208  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopsResponse")
210  return new JAXBElement<GetParcelShopReponseType>(_GetParcelShopsResponse_QNAME, GetParcelShopReponseType.class, null, value);
211  }
212 
217  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByIdRequest")
219  return new JAXBElement<GetParcelShopByIdRequestType>(_GetParcelShopByIdRequest_QNAME, GetParcelShopByIdRequestType.class, null, value);
220  }
221 
226  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByCountryCodeRequest")
228  return new JAXBElement<GetParcelShopByCountryCodeRequestType>(_GetParcelShopByCountryCodeRequest_QNAME, GetParcelShopByCountryCodeRequestType.class, null, value);
229  }
230 
235  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopsRequest")
237  return new JAXBElement<GetParcelShopRequestType>(_GetParcelShopsRequest_QNAME, GetParcelShopRequestType.class, null, value);
238  }
239 
244  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByCountryCodeResponse")
246  return new JAXBElement<GetParcelShopByCountryCodeResponseType>(_GetParcelShopByCountryCodeResponse_QNAME, GetParcelShopByCountryCodeResponseType.class, null, value);
247  }
248 
253  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopByIdResponse")
255  return new JAXBElement<GetParcelShopByIdResponseType>(_GetParcelShopByIdResponse_QNAME, GetParcelShopByIdResponseType.class, null, value);
256  }
257 
262  @XmlElementDecl(namespace = "http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/", name = "GetParcelShopInAreaResponse")
264  return new JAXBElement<GetParcelShopInAreaResponse>(_GetParcelShopInAreaResponse_QNAME, GetParcelShopInAreaResponse.class, null, value);
265  }
266 
267 }