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;
30@XmlAccessorType(XmlAccessType.FIELD)
31@XmlType(name =
"GLSExitCode", propOrder = {
37 @XmlElement(name =
"ErrorCode")
38 protected
int errorCode;
39 @XmlElement(name = "ErrorDscr", required = true)
40 protected String errorDscr;
46 public
int getErrorCode() {
55 this.errorCode = value;
79 this.errorDscr = value;
void setErrorCode(int value)
void setErrorDscr(String value)