ObjectFactory.java 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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 03:04:38 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.WSRs }
  47. *
  48. */
  49. public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
  50. return new Genesis.BankSvcRs.WSRs();
  51. }
  52. /**
  53. * Create an instance of {@link Genesis.BankSvcRs.Status }
  54. *
  55. */
  56. public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
  57. return new Genesis.BankSvcRs.Status();
  58. }
  59. /**
  60. * Create an instance of {@link Genesis.BankSvcRs.WSRs.Role }
  61. *
  62. */
  63. public Genesis.BankSvcRs.WSRs.Role createGenesisBankSvcRsWSRsRole() {
  64. return new Genesis.BankSvcRs.WSRs.Role();
  65. }
  66. /**
  67. * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
  68. *
  69. */
  70. public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
  71. return new Genesis.BankSvcRs.Status.AdditionalStatus();
  72. }
  73. }