2 package eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop;
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;
27 private final static QName _ParcelShopID_QNAME =
new QName(
"http://fpcs.gls-group.eu/v1/ParcelShop",
29 private final static QName _CountryCode_QNAME =
new QName(
"http://fpcs.gls-group.eu/v1/ParcelShop",
"CountryCode");
129 @XmlElementDecl(
namespace =
"http://fpcs.gls-group.eu/v1/ParcelShop", name =
"ParcelShopID")
131 return new JAXBElement<String>(_ParcelShopID_QNAME, String.class, null, value);
138 @XmlElementDecl(
namespace =
"http://fpcs.gls-group.eu/v1/ParcelShop", name =
"CountryCode")
140 return new JAXBElement<String>(_CountryCode_QNAME, String.class, null, value);
Location createLocation()
JAXBElement< String > createParcelShopID(String value)
WorkingDay createWorkingDay()
OpeningClosingHours createOpeningClosingHours()
InvalidParcelShopIDFault createInvalidParcelShopIDFault()
ParcelShop createParcelShop()
ParcelShopSearchLocation createParcelShopSearchLocation()
UnitItem createUnitItem()
ListOfParcelShop createListOfParcelShop()
JAXBElement< String > createCountryCode(String value)