2 package eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop;
4 import java.util.ArrayList;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlType;
33 @XmlAccessorType(XmlAccessType.FIELD)
34 @XmlType(name =
"OpeningClosingHours", propOrder = {
39 @XmlElement(name =
"OpeningHours", required =
true)
40 protected List<
Hours> openingHours;
64 public List<
Hours> getOpeningHours() {
65 if (openingHours == null) {
66 openingHours =
new ArrayList<Hours>();
68 return this.openingHours;