GLS ShipIT  2.8.11
GLS ShipIT - SOAP services
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 
28  public ObjectFactory() {
29  }
30 
36  return new ParcelDetailResponse();
37  }
38 
44  return new UnitDetail();
45  }
46 
52  return new TUListResponse();
53  }
54 
60  return new UnitItem();
61  }
62 
68  return new DetailsReferenceData();
69  }
70 
76  return new PODResponse();
77  }
78 
84  return new PODItem();
85  }
86 
92  return new TULReferenceData();
93  }
94 
100  return new TUPReferenceData();
101  }
102 
108  return new TUHistory();
109  }
110 
111 }