2package eu.glsgroup.ws.parcelshopsearch;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlType;
31@XmlAccessorType(XmlAccessType.FIELD)
32@XmlType(name =
"GetParcelShopByCountryCodeRequestType", propOrder = {
39 @XmlElement(name =
"Credentials", required =
true)
41 @XmlElement(name = "CountryCode", required = true)
42 protected String countryCode;
43 @XmlElement(name = "ParcelShopType", required = true)
44 protected String parcelShopType;
67 this.credentials = value;
91 this.countryCode = value;
103 return parcelShopType;
115 this.parcelShopType = value;
void setCountryCode(String value)
void setCredentials(GLSUserCredentials value)
void setParcelShopType(String value)
String getParcelShopType()