2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
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.XmlRootElement;
10import javax.xml.bind.annotation.XmlType;
37@XmlAccessorType(XmlAccessType.FIELD)
38@XmlType(name =
"", propOrder = {
41@XmlRootElement(name =
"EndOfDayResponse")
44 @XmlElement(name =
"Shipments")
70 if (shipments ==
null) {
71 shipments =
new ArrayList<Shipment>();
73 return this.shipments;