GLS ShipIT  3.3.20
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 
29  public ObjectFactory() {
30  }
31 
37  return new Address();
38  }
39 
45  return new FromToLocation();
46  }
47 
52  public Source createSource() {
53  return new Source();
54  }
55 
61  return new Destination();
62  }
63 
69  return new EstimatedDeliveryDays();
70  }
71 
72 }