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 =
"GetParcelShopByIdResponseType", propOrder = {
35 @XmlElement(name =
"ExitCode", required =
true)
37 @XmlElement(name = "ParcelShop")
61 this.exitCode = value;
85 this.parcelShop = value;
void setParcelShop(GLSParcelShop value)
GLSParcelShop getParcelShop()
void setExitCode(GLSExitCode value)