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;
31@XmlAccessorType(XmlAccessType.FIELD)
32@XmlType(name =
"GetParcelShopInAreaRequestType", propOrder = {
39 @XmlElement(name =
"Credentials", required =
true)
41 @XmlElement(name = "From", required = true)
43 @XmlElement(name = "To", required = true)
67 this.credentials = value;
void setTo(GLSCoordinates value)
void setFrom(GLSCoordinates value)
void setCredentials(GLSUserCredentials value)