2 package eu.glsgroup.ws.parcelshopsearch;
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlElement;
7 import javax.xml.bind.annotation.XmlType;
28 @XmlAccessorType(XmlAccessType.FIELD)
29 @XmlType(name =
"GetParcelShopByIdRequestType", propOrder = {
35 @XmlElement(name =
"ParcelShopId", required =
true)
36 protected String parcelShopId;
37 @XmlElement(name = "Credentials", required = true)
48 public String getParcelShopId() {
61 this.parcelShopId = value;
85 this.credentials = value;
void setCredentials(GLSUserCredentials value)
void setParcelShopId(String value)
GLSUserCredentials getCredentials()