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