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 =
"Hours", propOrder = {
37 @XmlElement(name =
"From", required =
true)
38 protected String from;
39 @XmlElement(name = "To", required = true)
50 public String getFrom() {
86 public void setTo(String value) {
void setFrom(String value)