GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
fpcs/datatypes/soap/v1/tracking/ObjectFactory.java
Go to the documentation of this file.
1 
2 package eu.glsgroup.fpcs.datatypes.soap.v1.tracking;
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 ParcelDetailResponse();
38  }
39 
45  return new UnitDetail();
46  }
47 
53  return new TUListResponse();
54  }
55 
61  return new UnitItem();
62  }
63 
69  return new DetailsReferenceData();
70  }
71 
77  return new PODResponse();
78  }
79 
85  return new PODItem();
86  }
87 
93  return new TULReferenceData();
94  }
95 
101  return new TUPReferenceData();
102  }
103 
109  return new TUHistory();
110  }
111 
112 }