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 =
"GLSUserCredentials", propOrder = {
37 @XmlElement(name =
"UserName", required =
true)
38 protected String userName;
39 @XmlElement(name = "Password", required = true)
40 protected String password;
50 public String getUserName() {
63 this.userName = value;
87 this.password = value;
void setPassword(String value)
void setUserName(String value)