2package eu.glsgroup.ws.parcelshopsearch;
4import java.util.ArrayList;
6import javax.xml.bind.annotation.XmlAccessType;
7import javax.xml.bind.annotation.XmlAccessorType;
8import javax.xml.bind.annotation.XmlElement;
9import javax.xml.bind.annotation.XmlType;
32@XmlAccessorType(XmlAccessType.FIELD)
33@XmlType(name =
"GetParcelShopInAreaResponse", propOrder = {
39 @XmlElement(name =
"ExitCode", required =
true)
41 @XmlElement(name = "ParcelShop")
65 this.exitCode = value;
91 if (parcelShop ==
null) {
92 parcelShop =
new ArrayList<GLSParcelShop>();
94 return this.parcelShop;
void setExitCode(GLSExitCode value)
List< GLSParcelShop > getParcelShop()