ObjectFactory.java 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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 02:53:54 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.WSRs }
  54. *
  55. */
  56. public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
  57. return new Genesis.BankSvcRs.WSRs();
  58. }
  59. /**
  60. * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
  61. *
  62. */
  63. public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
  64. return new Genesis.BankSvcRs.Status.AdditionalStatus();
  65. }
  66. }