GLS ShipIT
GLS ShipIT - SOAP services
ShipmentService.java
Go to the documentation of this file.
1 
2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
3 
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;
8 
9 
44 @XmlAccessorType(XmlAccessType.FIELD)
45 @XmlType(name = "ShipmentService", propOrder = {
46  "service",
47  "shopDelivery",
48  "shopReturn",
49  "intercompany",
50  "exchange",
51  "deliveryAtWork",
52  "deposit",
53  "identPin",
54  "ident",
55  "pickAndShip",
56  "pickAndReturn"
57 })
58 public class ShipmentService {
59 
60  @XmlElement(name = "Service")
61  protected Service service;
62  @XmlElement(name = "ShopDelivery")
63  protected ShopDeliveryService shopDelivery;
64  @XmlElement(name = "ShopReturn")
65  protected ShopReturnService shopReturn;
66  @XmlElement(name = "Intercompany")
67  protected IntercompanyService intercompany;
68  @XmlElement(name = "Exchange")
69  protected ExchangeService exchange;
70  @XmlElement(name = "DeliveryAtWork")
71  protected DeliveryAtWorkService deliveryAtWork;
72  @XmlElement(name = "Deposit")
73  protected DepositService deposit;
74  @XmlElement(name = "IdentPin")
75  protected IdentPINService identPin;
76  @XmlElement(name = "Ident")
77  protected IdentService ident;
78  @XmlElement(name = "PickAndShip")
79  protected PickAndShipService pickAndShip;
80  @XmlElement(name = "PickAndReturn")
81  protected PickAndReturnService pickAndReturn;
82 
91  public Service getService() {
92  return service;
93  }
94 
103  public void setService(Service value) {
104  this.service = value;
105  }
106 
116  return shopDelivery;
117  }
118 
128  this.shopDelivery = value;
129  }
130 
140  return shopReturn;
141  }
142 
151  public void setShopReturn(ShopReturnService value) {
152  this.shopReturn = value;
153  }
154 
164  return intercompany;
165  }
166 
176  this.intercompany = value;
177  }
178 
188  return exchange;
189  }
190 
199  public void setExchange(ExchangeService value) {
200  this.exchange = value;
201  }
202 
212  return deliveryAtWork;
213  }
214 
224  this.deliveryAtWork = value;
225  }
226 
236  return deposit;
237  }
238 
247  public void setDeposit(DepositService value) {
248  this.deposit = value;
249  }
250 
260  return identPin;
261  }
262 
271  public void setIdentPin(IdentPINService value) {
272  this.identPin = value;
273  }
274 
284  return ident;
285  }
286 
295  public void setIdent(IdentService value) {
296  this.ident = value;
297  }
298 
308  return pickAndShip;
309  }
310 
319  public void setPickAndShip(PickAndShipService value) {
320  this.pickAndShip = value;
321  }
322 
332  return pickAndReturn;
333  }
334 
344  this.pickAndReturn = value;
345  }
346 
347 }
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService
Definition: ShipmentService.java:58
eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService
Definition: IdentPINService.java:45
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getShopReturn
ShopReturnService getShopReturn()
Definition: ShipmentService.java:139
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setPickAndReturn
void setPickAndReturn(PickAndReturnService value)
Definition: ShipmentService.java:343
eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService
Definition: PickAndReturnService.java:49
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getIdentPin
IdentPINService getIdentPin()
Definition: ShipmentService.java:259
eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService
Definition: PickAndShipService.java:49
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setService
void setService(Service value)
Definition: ShipmentService.java:103
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getIntercompany
IntercompanyService getIntercompany()
Definition: ShipmentService.java:163
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setDeliveryAtWork
void setDeliveryAtWork(DeliveryAtWorkService value)
Definition: ShipmentService.java:223
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getPickAndShip
PickAndShipService getPickAndShip()
Definition: ShipmentService.java:307
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getShopDelivery
ShopDeliveryService getShopDelivery()
Definition: ShipmentService.java:115
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setPickAndShip
void setPickAndShip(PickAndShipService value)
Definition: ShipmentService.java:319
eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService
Definition: IdentService.java:48
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShopReturnService
Definition: ShopReturnService.java:39
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setExchange
void setExchange(ExchangeService value)
Definition: ShipmentService.java:199
eu.glsgroup.fpcs.datatypes.soap.v1.common.ExchangeService
Definition: ExchangeService.java:44
eu.glsgroup.fpcs.datatypes.soap.v1.common.Service
Definition: Service.java:37
eu.glsgroup.fpcs.datatypes.soap.v1.common.DepositService
Definition: DepositService.java:39
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getPickAndReturn
PickAndReturnService getPickAndReturn()
Definition: ShipmentService.java:331
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getDeposit
DepositService getDeposit()
Definition: ShipmentService.java:235
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getExchange
ExchangeService getExchange()
Definition: ShipmentService.java:187
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setShopReturn
void setShopReturn(ShopReturnService value)
Definition: ShipmentService.java:151
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getIdent
IdentService getIdent()
Definition: ShipmentService.java:283
eu.glsgroup.fpcs.datatypes.soap.v1.common.DeliveryAtWorkService
Definition: DeliveryAtWorkService.java:49
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setIntercompany
void setIntercompany(IntercompanyService value)
Definition: ShipmentService.java:175
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setIdent
void setIdent(IdentService value)
Definition: ShipmentService.java:295
eu.glsgroup.fpcs.datatypes.soap.v1.common.IntercompanyService
Definition: IntercompanyService.java:46
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setIdentPin
void setIdentPin(IdentPINService value)
Definition: ShipmentService.java:271
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShopDeliveryService
Definition: ShopDeliveryService.java:39
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setShopDelivery
void setShopDelivery(ShopDeliveryService value)
Definition: ShipmentService.java:127
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getDeliveryAtWork
DeliveryAtWorkService getDeliveryAtWork()
Definition: ShipmentService.java:211
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setDeposit
void setDeposit(DepositService value)
Definition: ShipmentService.java:247