ObjectFactory.java 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. //
  2. // Este archivo ha sido generado por Eclipse Implementation of JAXB v2.3.3
  3. // Visite https://eclipse-ee4j.github.io/jaxb-ri
  4. // Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
  5. // Generado el: 2021.10.08 a las 04:07:08 PM COT
  6. //
  7. package generated;
  8. import javax.xml.bind.annotation.XmlRegistry;
  9. /**
  10. * This object contains factory methods for each
  11. * Java content interface and Java element interface
  12. * generated in the generated package.
  13. * <p>An ObjectFactory allows you to programatically
  14. * construct new instances of the Java representation
  15. * for XML content. The Java representation of XML
  16. * content can consist of schema derived interfaces
  17. * and classes representing the binding of schema
  18. * type definitions, element declarations and model
  19. * groups. Factory methods for each of these are
  20. * provided in this class.
  21. *
  22. */
  23. @XmlRegistry
  24. public class ObjectFactory {
  25. /**
  26. * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
  27. *
  28. */
  29. public ObjectFactory() {
  30. }
  31. /**
  32. * Create an instance of {@link Genesis }
  33. *
  34. */
  35. public Genesis createGenesis() {
  36. return new Genesis();
  37. }
  38. /**
  39. * Create an instance of {@link Genesis.BankSvcRs }
  40. *
  41. */
  42. public Genesis.BankSvcRs createGenesisBankSvcRs() {
  43. return new Genesis.BankSvcRs();
  44. }
  45. /**
  46. * Create an instance of {@link Genesis.BankSvcRs.Status }
  47. *
  48. */
  49. public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
  50. return new Genesis.BankSvcRs.Status();
  51. }
  52. /**
  53. * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
  54. *
  55. */
  56. public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
  57. return new Genesis.BankSvcRs.Status.AdditionalStatus();
  58. }
  59. }