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.XmlRootElement;
10import javax.xml.bind.annotation.XmlType;
34@XmlAccessorType(XmlAccessType.FIELD)
35@XmlType(name =
"", propOrder = {
38@XmlRootElement(name =
"ListOfParcelShop")
41 @XmlElement(name =
"ParcelShop")
67 if (parcelShop ==
null) {
68 parcelShop =
new ArrayList<ParcelShop>();
70 return this.parcelShop;