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 =
"GLSPhonenumber", propOrder = {
39 @XmlElement(name =
"Country")
40 protected String country;
41 @XmlElement(name = "Region")
42 protected String region;
43 @XmlElement(name = "Contact")
44 protected String contact;
45 @XmlElement(name = "Extension")
46 protected String extension;
56 public String getCountry() {
117 this.contact = value;
141 this.extension = value;
void setCountry(String value)
void setContact(String value)
void setExtension(String value)
void setRegion(String value)