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;
 
   32 @XmlAccessorType(XmlAccessType.FIELD)
 
   33 @XmlType(name = 
"GLSPhonenumber", propOrder = {
 
   41     @XmlElement(name = 
"Country")
 
   42     protected String country;
 
   43     @XmlElement(name = "Region")
 
   44     protected String region;
 
   45     @XmlElement(name = "Contact")
 
   46     protected String contact;
 
   47     @XmlElement(name = "Extension")
 
   48     protected String extension;
 
   58     public String getCountry() {
 
  119         this.contact = value;
 
  143         this.extension = value;