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 =
"GetParcelShopByCountryCodeResponseType", propOrder = {
39 @XmlElement(name =
"ExitCode", required =
true)
41 @XmlElement(name = "ParcelShops")
65 this.exitCode = value;
91 if (parcelShops ==
null) {
92 parcelShops =
new ArrayList<GLSParcelShop>();
94 return this.parcelShops;
List< GLSParcelShop > getParcelShops()
void setExitCode(GLSExitCode value)