2package eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop;
4import javax.xml.bind.JAXBElement;
5import javax.xml.bind.annotation.XmlElementDecl;
6import javax.xml.bind.annotation.XmlRegistry;
7import javax.xml.namespace.QName;
27 private final static QName _ParcelShopID_QNAME =
new QName(
"http://fpcs.gls-group.eu/v1/ParcelShop",
"ParcelShopID");
28 private final static QName _CountryCode_QNAME =
new QName(
"http://fpcs.gls-group.eu/v1/ParcelShop",
"CountryCode");
29 private final static QName _ParcelShopType_QNAME =
new QName(
"http://fpcs.gls-group.eu/v1/ParcelShop",
"ParcelShopType");
150 @XmlElementDecl(namespace =
"http://fpcs.gls-group.eu/v1/ParcelShop", name =
"ParcelShopID")
152 return new JAXBElement<String>(_ParcelShopID_QNAME, String.class,
null, value);
163 @XmlElementDecl(namespace =
"http://fpcs.gls-group.eu/v1/ParcelShop", name =
"CountryCode")
165 return new JAXBElement<String>(_CountryCode_QNAME, String.class,
null, value);
176 @XmlElementDecl(namespace =
"http://fpcs.gls-group.eu/v1/ParcelShop", name =
"ParcelShopType")
178 return new JAXBElement<ParcelShopType>(_ParcelShopType_QNAME,
ParcelShopType.class,
null, value);
ParcelShopSearchDistance createParcelShopSearchDistance()
JAXBElement< String > createCountryCode(String value)
Vacations createVacations()
UnitItem createUnitItem()
ParcelShop createParcelShop()
ListOfParcelShop createListOfParcelShop()
InvalidParcelShopIDFault createInvalidParcelShopIDFault()
OpeningClosingHours createOpeningClosingHours()
ParcelShopSearchLocation createParcelShopSearchLocation()
Location createLocation()
JAXBElement< String > createParcelShopID(String value)
JAXBElement< ParcelShopType > createParcelShopType(ParcelShopType value)
WorkingDay createWorkingDay()