/CLOMWEB/src/com/movilnet/dhl/ship_val_req/ObjectFactory.java

http://clom2.googlecode.com/ · Java · 420 lines · 153 code · 55 blank · 212 comment · 0 complexity · 536287ac1c639004af551cee821024c9 MD5 · raw file

  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.3-hudson-jaxb-ri-2.2.3-3-
  3. // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2011.07.27 at 12:52:20 PM BOT
  6. //
  7. package com.movilnet.dhl.ship_val_req;
  8. import javax.xml.bind.JAXBElement;
  9. import javax.xml.bind.annotation.XmlElementDecl;
  10. import javax.xml.bind.annotation.XmlRegistry;
  11. import javax.xml.namespace.QName;
  12. /**
  13. * This object contains factory methods for each
  14. * Java content interface and Java element interface
  15. * generated in the com.movilnet.dhl.ship_val_req package.
  16. * <p>An ObjectFactory allows you to programatically
  17. * construct new instances of the Java representation
  18. * for XML content. The Java representation of XML
  19. * content can consist of schema derived interfaces
  20. * and classes representing the binding of schema
  21. * type definitions, element declarations and model
  22. * groups. Factory methods for each of these are
  23. * provided in this class.
  24. *
  25. */
  26. @XmlRegistry
  27. public class ObjectFactory {
  28. private final static QName _DataTypes_QNAME = new QName("http://www.dhl.com/datatypes", "DataTypes");
  29. /**
  30. * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.movilnet.dhl.ship_val_req
  31. *
  32. */
  33. public ObjectFactory() {
  34. }
  35. /**
  36. * Create an instance of {@link ExportLineItem }
  37. *
  38. */
  39. public ExportLineItem createExportLineItem() {
  40. return new ExportLineItem();
  41. }
  42. /**
  43. * Create an instance of {@link ShipmentValidateRequest }
  44. *
  45. */
  46. public ShipmentValidateRequest createShipmentValidateRequest() {
  47. return new ShipmentValidateRequest();
  48. }
  49. /**
  50. * Create an instance of {@link Request }
  51. *
  52. */
  53. public Request createRequest() {
  54. return new Request();
  55. }
  56. /**
  57. * Create an instance of {@link Billing }
  58. *
  59. */
  60. public Billing createBilling() {
  61. return new Billing();
  62. }
  63. /**
  64. * Create an instance of {@link Consignee }
  65. *
  66. */
  67. public Consignee createConsignee() {
  68. return new Consignee();
  69. }
  70. /**
  71. * Create an instance of {@link Commodity }
  72. *
  73. */
  74. public Commodity createCommodity() {
  75. return new Commodity();
  76. }
  77. /**
  78. * Create an instance of {@link Dutiable }
  79. *
  80. */
  81. public Dutiable createDutiable() {
  82. return new Dutiable();
  83. }
  84. /**
  85. * Create an instance of {@link ExportDeclaration }
  86. *
  87. */
  88. public ExportDeclaration createExportDeclaration() {
  89. return new ExportDeclaration();
  90. }
  91. /**
  92. * Create an instance of {@link Reference }
  93. *
  94. */
  95. public Reference createReference() {
  96. return new Reference();
  97. }
  98. /**
  99. * Create an instance of {@link ShipmentDetails }
  100. *
  101. */
  102. public ShipmentDetails createShipmentDetails() {
  103. return new ShipmentDetails();
  104. }
  105. /**
  106. * Create an instance of {@link Shipper }
  107. *
  108. */
  109. public Shipper createShipper() {
  110. return new Shipper();
  111. }
  112. /**
  113. * Create an instance of {@link SpecialService }
  114. *
  115. */
  116. public SpecialService createSpecialService() {
  117. return new SpecialService();
  118. }
  119. /**
  120. * Create an instance of {@link Place }
  121. *
  122. */
  123. public Place createPlace() {
  124. return new Place();
  125. }
  126. /**
  127. * Create an instance of {@link Condition }
  128. *
  129. */
  130. public Condition createCondition() {
  131. return new Condition();
  132. }
  133. /**
  134. * Create an instance of {@link PieceDetails }
  135. *
  136. */
  137. public PieceDetails createPieceDetails() {
  138. return new PieceDetails();
  139. }
  140. /**
  141. * Create an instance of {@link ShipmentDate }
  142. *
  143. */
  144. public ShipmentDate createShipmentDate() {
  145. return new ShipmentDate();
  146. }
  147. /**
  148. * Create an instance of {@link Email }
  149. *
  150. */
  151. public Email createEmail() {
  152. return new Email();
  153. }
  154. /**
  155. * Create an instance of {@link DestinationServiceArea }
  156. *
  157. */
  158. public DestinationServiceArea createDestinationServiceArea() {
  159. return new DestinationServiceArea();
  160. }
  161. /**
  162. * Create an instance of {@link WeightSeg }
  163. *
  164. */
  165. public WeightSeg createWeightSeg() {
  166. return new WeightSeg();
  167. }
  168. /**
  169. * Create an instance of {@link AWBInfo }
  170. *
  171. */
  172. public AWBInfo createAWBInfo() {
  173. return new AWBInfo();
  174. }
  175. /**
  176. * Create an instance of {@link OriginServiceArea }
  177. *
  178. */
  179. public OriginServiceArea createOriginServiceArea() {
  180. return new OriginServiceArea();
  181. }
  182. /**
  183. * Create an instance of {@link ShipValResponsePieces }
  184. *
  185. */
  186. public ShipValResponsePieces createShipValResponsePieces() {
  187. return new ShipValResponsePieces();
  188. }
  189. /**
  190. * Create an instance of {@link Response }
  191. *
  192. */
  193. public Response createResponse() {
  194. return new Response();
  195. }
  196. /**
  197. * Create an instance of {@link Note }
  198. *
  199. */
  200. public Note createNote() {
  201. return new Note();
  202. }
  203. /**
  204. * Create an instance of {@link Shipment }
  205. *
  206. */
  207. public Shipment createShipment() {
  208. return new Shipment();
  209. }
  210. /**
  211. * Create an instance of {@link Fault }
  212. *
  213. */
  214. public Fault createFault() {
  215. return new Fault();
  216. }
  217. /**
  218. * Create an instance of {@link PieceEvent }
  219. *
  220. */
  221. public PieceEvent createPieceEvent() {
  222. return new PieceEvent();
  223. }
  224. /**
  225. * Create an instance of {@link BarCodes }
  226. *
  227. */
  228. public BarCodes createBarCodes() {
  229. return new BarCodes();
  230. }
  231. /**
  232. * Create an instance of {@link Pieces }
  233. *
  234. */
  235. public Pieces createPieces() {
  236. return new Pieces();
  237. }
  238. /**
  239. * Create an instance of {@link Piece }
  240. *
  241. */
  242. public Piece createPiece() {
  243. return new Piece();
  244. }
  245. /**
  246. * Create an instance of {@link ShipValResponsePiece }
  247. *
  248. */
  249. public ShipValResponsePiece createShipValResponsePiece() {
  250. return new ShipValResponsePiece();
  251. }
  252. /**
  253. * Create an instance of {@link PieceFault }
  254. *
  255. */
  256. public PieceFault createPieceFault() {
  257. return new PieceFault();
  258. }
  259. /**
  260. * Create an instance of {@link ErrorResponse }
  261. *
  262. */
  263. public ErrorResponse createErrorResponse() {
  264. return new ErrorResponse();
  265. }
  266. /**
  267. * Create an instance of {@link ShipmentEvent }
  268. *
  269. */
  270. public ShipmentEvent createShipmentEvent() {
  271. return new ShipmentEvent();
  272. }
  273. /**
  274. * Create an instance of {@link TrackingPieces }
  275. *
  276. */
  277. public TrackingPieces createTrackingPieces() {
  278. return new TrackingPieces();
  279. }
  280. /**
  281. * Create an instance of {@link ServiceHeader }
  282. *
  283. */
  284. public ServiceHeader createServiceHeader() {
  285. return new ServiceHeader();
  286. }
  287. /**
  288. * Create an instance of {@link PieceInfo }
  289. *
  290. */
  291. public PieceInfo createPieceInfo() {
  292. return new PieceInfo();
  293. }
  294. /**
  295. * Create an instance of {@link Customer }
  296. *
  297. */
  298. public Customer createCustomer() {
  299. return new Customer();
  300. }
  301. /**
  302. * Create an instance of {@link Contact }
  303. *
  304. */
  305. public Contact createContact() {
  306. return new Contact();
  307. }
  308. /**
  309. * Create an instance of {@link Status }
  310. *
  311. */
  312. public Status createStatus() {
  313. return new Status();
  314. }
  315. /**
  316. * Create an instance of {@link ServiceEvent }
  317. *
  318. */
  319. public ServiceEvent createServiceEvent() {
  320. return new ServiceEvent();
  321. }
  322. /**
  323. * Create an instance of {@link ShipmentInfo }
  324. *
  325. */
  326. public ShipmentInfo createShipmentInfo() {
  327. return new ShipmentInfo();
  328. }
  329. /**
  330. * Create an instance of {@link ChargeCard }
  331. *
  332. */
  333. public ChargeCard createChargeCard() {
  334. return new ChargeCard();
  335. }
  336. /**
  337. * Create an instance of {@link ServiceArea }
  338. *
  339. */
  340. public ServiceArea createServiceArea() {
  341. return new ServiceArea();
  342. }
  343. /**
  344. * Create an instance of {@link ExportLineItem.Weight }
  345. *
  346. */
  347. public ExportLineItem.Weight createExportLineItemWeight() {
  348. return new ExportLineItem.Weight();
  349. }
  350. /**
  351. * Create an instance of {@link ExportLineItem.License }
  352. *
  353. */
  354. public ExportLineItem.License createExportLineItemLicense() {
  355. return new ExportLineItem.License();
  356. }
  357. /**
  358. * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}}
  359. *
  360. */
  361. @XmlElementDecl(namespace = "http://www.dhl.com/datatypes", name = "DataTypes")
  362. public JAXBElement<Object> createDataTypes(Object value) {
  363. return new JAXBElement<Object>(_DataTypes_QNAME, Object.class, null, value);
  364. }
  365. }