2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
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.XmlType;
44 @XmlAccessorType(XmlAccessType.FIELD)
45 @XmlType(name =
"ShipmentService", propOrder = {
60 @XmlElement(name =
"Service")
62 @XmlElement(name = "ShopDelivery")
64 @XmlElement(name = "ShopReturn")
66 @XmlElement(name = "Intercompany")
68 @XmlElement(name = "Exchange")
70 @XmlElement(name = "DeliveryAtWork")
72 @XmlElement(name = "Deposit")
74 @XmlElement(name = "IdentPin")
76 @XmlElement(name = "Ident")
78 @XmlElement(name = "PickAndShip")
80 @XmlElement(name = "PickAndReturn")
104 this.service = value;
128 this.shopDelivery = value;
152 this.shopReturn = value;
176 this.intercompany = value;
200 this.exchange = value;
212 return deliveryAtWork;
224 this.deliveryAtWork = value;
248 this.deposit = value;
272 this.identPin = value;
320 this.pickAndShip = value;
332 return pickAndReturn;
344 this.pickAndReturn = value;