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