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;
30@XmlAccessorType(XmlAccessType.FIELD)
31@XmlType(name =
"GetParcelShopByIdRequestType", propOrder = {
37 @XmlElement(name =
"ParcelShopId", required =
true)
38 protected String parcelShopId;
39 @XmlElement(name = "Credentials", required = true)
50 public String getParcelShopId() {
63 this.parcelShopId = value;
87 this.credentials = value;
void setParcelShopId(String value)
void setCredentials(GLSUserCredentials value)
GLSUserCredentials getCredentials()