2package eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlType;
32@XmlAccessorType(XmlAccessType.FIELD)
33@XmlType(name =
"Vacations", propOrder = {
39 @XmlElement(name =
"StartDate", required =
true)
40 protected String startDate;
41 @XmlElement(name = "EndDate", required = true)
42 protected String endDate;
52 public String getStartDate() {
65 this.startDate = value;
void setStartDate(String value)
void setEndDate(String value)