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;
30 @XmlAccessorType(XmlAccessType.FIELD)
31 @XmlType(name =
"SearchResults", propOrder = {
37 @XmlElement(name =
"Parcelshop")
39 @XmlElement(name = "AirLineDistance", required = true)
40 protected String airLineDistance;
63 this.parcelshop = value;
75 return airLineDistance;
87 this.airLineDistance = value;