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;
8 import java.util.ArrayList;
30 @XmlAccessorType(XmlAccessType.FIELD)
31 @XmlType(name =
"GetParcelShopReponseType", propOrder = {
37 @XmlElement(required =
true)
63 this.exitCode = value;
89 if (searchResults == null) {
90 searchResults =
new ArrayList<SearchResults>();
92 return this.searchResults;
void setExitCode(GLSExitCode value)
List< SearchResults > getSearchResults()