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;
37 @XmlAccessorType(XmlAccessType.FIELD)
38 @XmlType(name =
"GLSParcelShop", propOrder = {
51 @XmlElement(name =
"ParcelShopId", required =
true)
52 protected String parcelShopId;
53 @XmlElement(name = "Address", required = true)
55 @XmlElement(name = "Phone")
57 @XmlElement(name = "Mobile")
59 @XmlElement(name = "Fax")
61 @XmlElement(name = "Email", required = true)
62 protected String email;
63 @XmlElement(name = "URL", required = true)
66 protected GLSCoordinates glsCoordinates;
78 public String getParcelShopId() {
91 this.parcelShopId = value;
115 this.address = value;
247 return glsCoordinates;
259 this.glsCoordinates = value;
285 if (glsWorkingDay == null) {
286 glsWorkingDay =
new ArrayList<GLSWorkingDay>();
288 return this.glsWorkingDay;
void setMobile(GLSPhonenumber value)
void setEmail(String value)
void setPhone(GLSPhonenumber value)
GLSPhonenumber getPhone()
void setFax(GLSPhonenumber value)
GLSCoordinates getGLSCoordinates()
void setGLSCoordinates(GLSCoordinates value)
List< GLSWorkingDay > getGLSWorkingDay()
GLSPhonenumber getMobile()
void setURL(String value)
void setAddress(GLSAddress value)
void setParcelShopId(String value)