GLS ShipIT  2.8.11
GLS ShipIT - REST services
fpcs/datatypes/soap/v1/timeframe/ObjectFactory.java
Go to the documentation of this file.
1 
2 package eu.glsgroup.fpcs.datatypes.soap.v1.timeframe;
3 
4 import javax.xml.bind.annotation.XmlRegistry;
5 
6 
21 @XmlRegistry
22 public class ObjectFactory {
23 
24 
28  public ObjectFactory() {
29  }
30 
36  return new EstimatedDeliveryDays();
37  }
38 
44  return new Address();
45  }
46 
52  return new FromToLocation();
53  }
54 
59  public Source createSource() {
60  return new Source();
61  }
62 
68  return new Destination();
69  }
70 
71 }