2 package eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing;
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlElement;
7 import javax.xml.bind.annotation.XmlSchemaType;
8 import javax.xml.bind.annotation.XmlType;
34 @XmlAccessorType(XmlAccessType.FIELD)
35 @XmlType(name =
"ShopReturnService", propOrder = {
40 @XmlElement(name =
"NumberOfParcels")
41 @XmlSchemaType(name =
"unsignedInt")
42 protected
long numberOfParcels;
48 public
long getNumberOfParcels() {
49 return numberOfParcels;
57 this.numberOfParcels = value;
void setNumberOfParcels(long value)