GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
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 EstimatedDeliveryDays();
38  }
39 
45  return new Address();
46  }
47 
53  return new FromToLocation();
54  }
55 
60  public Source createSource() {
61  return new Source();
62  }
63 
69  return new Destination();
70  }
71 
72 }