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;
    28 @XmlAccessorType(XmlAccessType.FIELD)
    29 @XmlType(name = 
"GLSExitCode", propOrder = {
    35     @XmlElement(name = 
"ErrorCode")
    36     protected 
int errorCode;
    37     @XmlElement(name = "ErrorDscr", required = true)
    38     protected String errorDscr;
    44     public 
int getErrorCode() {
    53         this.errorCode = value;
    77         this.errorDscr = value;
 
void setErrorDscr(String value)
void setErrorCode(int value)