2package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
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;
35@XmlAccessorType(XmlAccessType.FIELD)
36@XmlType(name =
"ServiceArea", propOrder = {
41 @XmlElement(name =
"Service", required =
true)
67 if (service ==
null) {
68 service =
new ArrayList<ServiceInfo>();