Explorar el Código

Clases con URL

tatan hace 4 años
padre
commit
bcc5cc7a32
Se han modificado 49 ficheros con 173 adiciones y 12153 borrados
  1. 0 71
      build/generated-sources/jaxb/generated/ObjectFactory.java
  2. 0 706
      build/generated/jaxbCache/AddUserRequest/generated/Genesis.java
  3. 0 79
      build/generated/jaxbCache/AddUserRequest/generated/ObjectFactory.java
  4. 0 482
      build/generated/jaxbCache/AddUserResponse/generated/Genesis.java
  5. 0 79
      build/generated/jaxbCache/AddUserResponse/generated/ObjectFactory.java
  6. 0 512
      build/generated/jaxbCache/AssignUpdateRoleByUserRequest/generated/Genesis.java
  7. 0 79
      build/generated/jaxbCache/AssignUpdateRoleByUserRequest/generated/ObjectFactory.java
  8. 0 416
      build/generated/jaxbCache/AssignUpdateRoleByUserResponse/generated/Genesis.java
  9. 0 71
      build/generated/jaxbCache/AssignUpdateRoleByUserResponse/generated/ObjectFactory.java
  10. 0 436
      build/generated/jaxbCache/BranchListRequest/generated/Genesis.java
  11. 0 71
      build/generated/jaxbCache/BranchListRequest/generated/ObjectFactory.java
  12. 0 606
      build/generated/jaxbCache/BranchListResponse/generated/Genesis.java
  13. 0 87
      build/generated/jaxbCache/BranchListResponse/generated/ObjectFactory.java
  14. 0 79
      build/generated/jaxbCache/DeleteUserRequest/generated/ObjectFactory.java
  15. 0 416
      build/generated/jaxbCache/DeleteUserResponse/generated/Genesis.java
  16. 0 71
      build/generated/jaxbCache/DeleteUserResponse/generated/ObjectFactory.java
  17. 0 436
      build/generated/jaxbCache/RoleListRequest/generated/Genesis.java
  18. 0 71
      build/generated/jaxbCache/RoleListRequest/generated/ObjectFactory.java
  19. 0 606
      build/generated/jaxbCache/RoleListResponse/generated/Genesis.java
  20. 0 87
      build/generated/jaxbCache/RoleListResponse/generated/ObjectFactory.java
  21. 0 533
      build/generated/jaxbCache/UpdateUserRequest/generated/Genesis.java
  22. 0 152
      build/generated/jaxbCache/UpdateUserRequest/generated/ObjectFactory.java
  23. 0 482
      build/generated/jaxbCache/UpdateUserResponse/generated/Genesis.java
  24. 0 79
      build/generated/jaxbCache/UpdateUserResponse/generated/ObjectFactory.java
  25. 0 521
      build/generated/jaxbCache/UserBlockRequest/generated/Genesis.java
  26. 0 79
      build/generated/jaxbCache/UserBlockRequest/generated/ObjectFactory.java
  27. 0 416
      build/generated/jaxbCache/UserBlockResponse/generated/Genesis.java
  28. 0 71
      build/generated/jaxbCache/UserBlockResponse/generated/ObjectFactory.java
  29. 0 512
      build/generated/jaxbCache/UserListRequest/generated/Genesis.java
  30. 0 79
      build/generated/jaxbCache/UserListRequest/generated/ObjectFactory.java
  31. 0 776
      build/generated/jaxbCache/UserListResponse/generated/Genesis.java
  32. 0 87
      build/generated/jaxbCache/UserListResponse/generated/ObjectFactory.java
  33. 0 492
      build/generated/jaxbCache/WorkstationByBranchListRequest/generated/Genesis.java
  34. 0 79
      build/generated/jaxbCache/WorkstationByBranchListRequest/generated/ObjectFactory.java
  35. 0 637
      build/generated/jaxbCache/WorkstationByBranchListResponse/generated/Genesis.java
  36. 0 87
      build/generated/jaxbCache/WorkstationByBranchListResponse/generated/ObjectFactory.java
  37. 0 532
      build/generated/jaxbCache/WorkstationMoveRequest/generated/Genesis.java
  38. 0 79
      build/generated/jaxbCache/WorkstationMoveRequest/generated/ObjectFactory.java
  39. 0 416
      build/generated/jaxbCache/WorkstationMoveResponse/generated/Genesis.java
  40. 0 71
      build/generated/jaxbCache/WorkstationMoveResponse/generated/ObjectFactory.java
  41. 1 0
      catalog.xml
  42. 1 3
      nbproject/build-impl.xml
  43. 3 3
      nbproject/genfiles.properties
  44. 1 5
      nbproject/project.xml
  45. 0 280
      nbproject/xml_binding_build.xml
  46. 0 200
      nbproject/xml_binding_cfg.xml
  47. 16 16
      src/GenesisRequest/DeleteUserRequest.java
  48. 24 0
      src/META-INF/jax-ws-catalog.xml
  49. 127 5
      src/com/vespot/Genesis.java

+ 0 - 71
build/generated-sources/jaxb/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * <p>An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
68
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
69
-    }
70
-
71
-}

+ 0 - 706
build/generated/jaxbCache/AddUserRequest/generated/Genesis.java Ver fichero

@@ -1,706 +0,0 @@
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 01:56:48 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * <p>Clase Java para anonymous complex type.
20
- * 
21
- * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * <pre>
24
- * <complexType>
25
- *   <complexContent>
26
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
- *       <sequence>
28
- *         <element name="SignonRq">
29
- *           <complexType>
30
- *             <complexContent>
31
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
32
- *                 <sequence>
33
- *                   <element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
34
- *                 </sequence>
35
- *               </restriction>
36
- *             </complexContent>
37
- *           </complexType>
38
- *         </element>
39
- *         <element name="BaseSvcRq">
40
- *           <complexType>
41
- *             <complexContent>
42
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
43
- *                 <sequence>
44
- *                   <element name="MsgRqHdr">
45
- *                     <complexType>
46
- *                       <complexContent>
47
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
48
- *                           <sequence>
49
- *                             <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
50
- *                             <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
51
- *                             <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
52
- *                             <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
53
- *                             <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
54
- *                           </sequence>
55
- *                         </restriction>
56
- *                       </complexContent>
57
- *                     </complexType>
58
- *                   </element>
59
- *                 </sequence>
60
- *               </restriction>
61
- *             </complexContent>
62
- *           </complexType>
63
- *         </element>
64
- *         <element name="BankSvcRq">
65
- *           <complexType>
66
- *             <complexContent>
67
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
68
- *                 <sequence>
69
- *                   <element name="gnsNombres" type="{http://www.w3.org/2001/XMLSchema}string"/>
70
- *                   <element name="gnsApellidoPaterno" type="{http://www.w3.org/2001/XMLSchema}string"/>
71
- *                   <element name="gnsApellidoMaterno" type="{http://www.w3.org/2001/XMLSchema}string"/>
72
- *                   <element name="gnsRUT" type="{http://www.w3.org/2001/XMLSchema}string"/>
73
- *                   <element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/>
74
- *                   <element name="gnsNombredeUsuario" type="{http://www.w3.org/2001/XMLSchema}string"/>
75
- *                   <element name="gnsContrasena" type="{http://www.w3.org/2001/XMLSchema}string"/>
76
- *                   <element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/>
77
- *                   <element name="gnsIDSupervisor" type="{http://www.w3.org/2001/XMLSchema}long"/>
78
- *                 </sequence>
79
- *               </restriction>
80
- *             </complexContent>
81
- *           </complexType>
82
- *         </element>
83
- *       </sequence>
84
- *     </restriction>
85
- *   </complexContent>
86
- * </complexType>
87
- * </pre>
88
- * 
89
- * 
90
- */
91
-@XmlAccessorType(XmlAccessType.FIELD)
92
-@XmlType(name = "", propOrder = {
93
-    "signonRq",
94
-    "baseSvcRq",
95
-    "bankSvcRq"
96
-})
97
-@XmlRootElement(name = "Genesis")
98
-public class Genesis {
99
-
100
-    @XmlElement(name = "SignonRq", required = true)
101
-    protected Genesis.SignonRq signonRq;
102
-    @XmlElement(name = "BaseSvcRq", required = true)
103
-    protected Genesis.BaseSvcRq baseSvcRq;
104
-    @XmlElement(name = "BankSvcRq", required = true)
105
-    protected Genesis.BankSvcRq bankSvcRq;
106
-
107
-    /**
108
-     * Obtiene el valor de la propiedad signonRq.
109
-     * 
110
-     * @return
111
-     *     possible object is
112
-     *     {@link Genesis.SignonRq }
113
-     *     
114
-     */
115
-    public Genesis.SignonRq getSignonRq() {
116
-        return signonRq;
117
-    }
118
-
119
-    /**
120
-     * Define el valor de la propiedad signonRq.
121
-     * 
122
-     * @param value
123
-     *     allowed object is
124
-     *     {@link Genesis.SignonRq }
125
-     *     
126
-     */
127
-    public void setSignonRq(Genesis.SignonRq value) {
128
-        this.signonRq = value;
129
-    }
130
-
131
-    /**
132
-     * Obtiene el valor de la propiedad baseSvcRq.
133
-     * 
134
-     * @return
135
-     *     possible object is
136
-     *     {@link Genesis.BaseSvcRq }
137
-     *     
138
-     */
139
-    public Genesis.BaseSvcRq getBaseSvcRq() {
140
-        return baseSvcRq;
141
-    }
142
-
143
-    /**
144
-     * Define el valor de la propiedad baseSvcRq.
145
-     * 
146
-     * @param value
147
-     *     allowed object is
148
-     *     {@link Genesis.BaseSvcRq }
149
-     *     
150
-     */
151
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
152
-        this.baseSvcRq = value;
153
-    }
154
-
155
-    /**
156
-     * Obtiene el valor de la propiedad bankSvcRq.
157
-     * 
158
-     * @return
159
-     *     possible object is
160
-     *     {@link Genesis.BankSvcRq }
161
-     *     
162
-     */
163
-    public Genesis.BankSvcRq getBankSvcRq() {
164
-        return bankSvcRq;
165
-    }
166
-
167
-    /**
168
-     * Define el valor de la propiedad bankSvcRq.
169
-     * 
170
-     * @param value
171
-     *     allowed object is
172
-     *     {@link Genesis.BankSvcRq }
173
-     *     
174
-     */
175
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
176
-        this.bankSvcRq = value;
177
-    }
178
-
179
-
180
-    /**
181
-     * <p>Clase Java para anonymous complex type.
182
-     * 
183
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
184
-     * 
185
-     * <pre>
186
-     * <complexType>
187
-     *   <complexContent>
188
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
189
-     *       <sequence>
190
-     *         <element name="gnsNombres" type="{http://www.w3.org/2001/XMLSchema}string"/>
191
-     *         <element name="gnsApellidoPaterno" type="{http://www.w3.org/2001/XMLSchema}string"/>
192
-     *         <element name="gnsApellidoMaterno" type="{http://www.w3.org/2001/XMLSchema}string"/>
193
-     *         <element name="gnsRUT" type="{http://www.w3.org/2001/XMLSchema}string"/>
194
-     *         <element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/>
195
-     *         <element name="gnsNombredeUsuario" type="{http://www.w3.org/2001/XMLSchema}string"/>
196
-     *         <element name="gnsContrasena" type="{http://www.w3.org/2001/XMLSchema}string"/>
197
-     *         <element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/>
198
-     *         <element name="gnsIDSupervisor" type="{http://www.w3.org/2001/XMLSchema}long"/>
199
-     *       </sequence>
200
-     *     </restriction>
201
-     *   </complexContent>
202
-     * </complexType>
203
-     * </pre>
204
-     * 
205
-     * 
206
-     */
207
-    @XmlAccessorType(XmlAccessType.FIELD)
208
-    @XmlType(name = "", propOrder = {
209
-        "gnsNombres",
210
-        "gnsApellidoPaterno",
211
-        "gnsApellidoMaterno",
212
-        "gnsRUT",
213
-        "gnsIDRol",
214
-        "gnsNombredeUsuario",
215
-        "gnsContrasena",
216
-        "gnsCodigoSucursal",
217
-        "gnsIDSupervisor"
218
-    })
219
-    public static class BankSvcRq {
220
-
221
-        @XmlElement(required = true)
222
-        protected String gnsNombres;
223
-        @XmlElement(required = true)
224
-        protected String gnsApellidoPaterno;
225
-        @XmlElement(required = true)
226
-        protected String gnsApellidoMaterno;
227
-        @XmlElement(required = true)
228
-        protected String gnsRUT;
229
-        protected long gnsIDRol;
230
-        @XmlElement(required = true)
231
-        protected String gnsNombredeUsuario;
232
-        @XmlElement(required = true)
233
-        protected String gnsContrasena;
234
-        protected long gnsCodigoSucursal;
235
-        protected long gnsIDSupervisor;
236
-
237
-        /**
238
-         * Obtiene el valor de la propiedad gnsNombres.
239
-         * 
240
-         * @return
241
-         *     possible object is
242
-         *     {@link String }
243
-         *     
244
-         */
245
-        public String getGnsNombres() {
246
-            return gnsNombres;
247
-        }
248
-
249
-        /**
250
-         * Define el valor de la propiedad gnsNombres.
251
-         * 
252
-         * @param value
253
-         *     allowed object is
254
-         *     {@link String }
255
-         *     
256
-         */
257
-        public void setGnsNombres(String value) {
258
-            this.gnsNombres = value;
259
-        }
260
-
261
-        /**
262
-         * Obtiene el valor de la propiedad gnsApellidoPaterno.
263
-         * 
264
-         * @return
265
-         *     possible object is
266
-         *     {@link String }
267
-         *     
268
-         */
269
-        public String getGnsApellidoPaterno() {
270
-            return gnsApellidoPaterno;
271
-        }
272
-
273
-        /**
274
-         * Define el valor de la propiedad gnsApellidoPaterno.
275
-         * 
276
-         * @param value
277
-         *     allowed object is
278
-         *     {@link String }
279
-         *     
280
-         */
281
-        public void setGnsApellidoPaterno(String value) {
282
-            this.gnsApellidoPaterno = value;
283
-        }
284
-
285
-        /**
286
-         * Obtiene el valor de la propiedad gnsApellidoMaterno.
287
-         * 
288
-         * @return
289
-         *     possible object is
290
-         *     {@link String }
291
-         *     
292
-         */
293
-        public String getGnsApellidoMaterno() {
294
-            return gnsApellidoMaterno;
295
-        }
296
-
297
-        /**
298
-         * Define el valor de la propiedad gnsApellidoMaterno.
299
-         * 
300
-         * @param value
301
-         *     allowed object is
302
-         *     {@link String }
303
-         *     
304
-         */
305
-        public void setGnsApellidoMaterno(String value) {
306
-            this.gnsApellidoMaterno = value;
307
-        }
308
-
309
-        /**
310
-         * Obtiene el valor de la propiedad gnsRUT.
311
-         * 
312
-         * @return
313
-         *     possible object is
314
-         *     {@link String }
315
-         *     
316
-         */
317
-        public String getGnsRUT() {
318
-            return gnsRUT;
319
-        }
320
-
321
-        /**
322
-         * Define el valor de la propiedad gnsRUT.
323
-         * 
324
-         * @param value
325
-         *     allowed object is
326
-         *     {@link String }
327
-         *     
328
-         */
329
-        public void setGnsRUT(String value) {
330
-            this.gnsRUT = value;
331
-        }
332
-
333
-        /**
334
-         * Obtiene el valor de la propiedad gnsIDRol.
335
-         * 
336
-         */
337
-        public long getGnsIDRol() {
338
-            return gnsIDRol;
339
-        }
340
-
341
-        /**
342
-         * Define el valor de la propiedad gnsIDRol.
343
-         * 
344
-         */
345
-        public void setGnsIDRol(long value) {
346
-            this.gnsIDRol = value;
347
-        }
348
-
349
-        /**
350
-         * Obtiene el valor de la propiedad gnsNombredeUsuario.
351
-         * 
352
-         * @return
353
-         *     possible object is
354
-         *     {@link String }
355
-         *     
356
-         */
357
-        public String getGnsNombredeUsuario() {
358
-            return gnsNombredeUsuario;
359
-        }
360
-
361
-        /**
362
-         * Define el valor de la propiedad gnsNombredeUsuario.
363
-         * 
364
-         * @param value
365
-         *     allowed object is
366
-         *     {@link String }
367
-         *     
368
-         */
369
-        public void setGnsNombredeUsuario(String value) {
370
-            this.gnsNombredeUsuario = value;
371
-        }
372
-
373
-        /**
374
-         * Obtiene el valor de la propiedad gnsContrasena.
375
-         * 
376
-         * @return
377
-         *     possible object is
378
-         *     {@link String }
379
-         *     
380
-         */
381
-        public String getGnsContrasena() {
382
-            return gnsContrasena;
383
-        }
384
-
385
-        /**
386
-         * Define el valor de la propiedad gnsContrasena.
387
-         * 
388
-         * @param value
389
-         *     allowed object is
390
-         *     {@link String }
391
-         *     
392
-         */
393
-        public void setGnsContrasena(String value) {
394
-            this.gnsContrasena = value;
395
-        }
396
-
397
-        /**
398
-         * Obtiene el valor de la propiedad gnsCodigoSucursal.
399
-         * 
400
-         */
401
-        public long getGnsCodigoSucursal() {
402
-            return gnsCodigoSucursal;
403
-        }
404
-
405
-        /**
406
-         * Define el valor de la propiedad gnsCodigoSucursal.
407
-         * 
408
-         */
409
-        public void setGnsCodigoSucursal(long value) {
410
-            this.gnsCodigoSucursal = value;
411
-        }
412
-
413
-        /**
414
-         * Obtiene el valor de la propiedad gnsIDSupervisor.
415
-         * 
416
-         */
417
-        public long getGnsIDSupervisor() {
418
-            return gnsIDSupervisor;
419
-        }
420
-
421
-        /**
422
-         * Define el valor de la propiedad gnsIDSupervisor.
423
-         * 
424
-         */
425
-        public void setGnsIDSupervisor(long value) {
426
-            this.gnsIDSupervisor = value;
427
-        }
428
-
429
-    }
430
-
431
-
432
-    /**
433
-     * <p>Clase Java para anonymous complex type.
434
-     * 
435
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
436
-     * 
437
-     * <pre>
438
-     * <complexType>
439
-     *   <complexContent>
440
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
441
-     *       <sequence>
442
-     *         <element name="MsgRqHdr">
443
-     *           <complexType>
444
-     *             <complexContent>
445
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
446
-     *                 <sequence>
447
-     *                   <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
448
-     *                   <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
449
-     *                   <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
450
-     *                   <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
451
-     *                   <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
452
-     *                 </sequence>
453
-     *               </restriction>
454
-     *             </complexContent>
455
-     *           </complexType>
456
-     *         </element>
457
-     *       </sequence>
458
-     *     </restriction>
459
-     *   </complexContent>
460
-     * </complexType>
461
-     * </pre>
462
-     * 
463
-     * 
464
-     */
465
-    @XmlAccessorType(XmlAccessType.FIELD)
466
-    @XmlType(name = "", propOrder = {
467
-        "msgRqHdr"
468
-    })
469
-    public static class BaseSvcRq {
470
-
471
-        @XmlElement(name = "MsgRqHdr", required = true)
472
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
473
-
474
-        /**
475
-         * Obtiene el valor de la propiedad msgRqHdr.
476
-         * 
477
-         * @return
478
-         *     possible object is
479
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
480
-         *     
481
-         */
482
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
483
-            return msgRqHdr;
484
-        }
485
-
486
-        /**
487
-         * Define el valor de la propiedad msgRqHdr.
488
-         * 
489
-         * @param value
490
-         *     allowed object is
491
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
492
-         *     
493
-         */
494
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
495
-            this.msgRqHdr = value;
496
-        }
497
-
498
-
499
-        /**
500
-         * <p>Clase Java para anonymous complex type.
501
-         * 
502
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
503
-         * 
504
-         * <pre>
505
-         * <complexType>
506
-         *   <complexContent>
507
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
508
-         *       <sequence>
509
-         *         <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
510
-         *         <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
511
-         *         <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
512
-         *         <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
513
-         *         <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
514
-         *       </sequence>
515
-         *     </restriction>
516
-         *   </complexContent>
517
-         * </complexType>
518
-         * </pre>
519
-         * 
520
-         * 
521
-         */
522
-        @XmlAccessorType(XmlAccessType.FIELD)
523
-        @XmlType(name = "", propOrder = {
524
-            "instance",
525
-            "bankId",
526
-            "originatorName",
527
-            "requestCode",
528
-            "requestName"
529
-        })
530
-        public static class MsgRqHdr {
531
-
532
-            @XmlElement(name = "Instance", required = true)
533
-            protected String instance;
534
-            @XmlElement(name = "BankId")
535
-            protected short bankId;
536
-            @XmlElement(name = "OriginatorName", required = true)
537
-            protected String originatorName;
538
-            @XmlElement(name = "RequestCode")
539
-            protected short requestCode;
540
-            @XmlElement(name = "RequestName", required = true)
541
-            protected String requestName;
542
-
543
-            /**
544
-             * Obtiene el valor de la propiedad instance.
545
-             * 
546
-             * @return
547
-             *     possible object is
548
-             *     {@link String }
549
-             *     
550
-             */
551
-            public String getInstance() {
552
-                return instance;
553
-            }
554
-
555
-            /**
556
-             * Define el valor de la propiedad instance.
557
-             * 
558
-             * @param value
559
-             *     allowed object is
560
-             *     {@link String }
561
-             *     
562
-             */
563
-            public void setInstance(String value) {
564
-                this.instance = value;
565
-            }
566
-
567
-            /**
568
-             * Obtiene el valor de la propiedad bankId.
569
-             * 
570
-             */
571
-            public short getBankId() {
572
-                return bankId;
573
-            }
574
-
575
-            /**
576
-             * Define el valor de la propiedad bankId.
577
-             * 
578
-             */
579
-            public void setBankId(short value) {
580
-                this.bankId = value;
581
-            }
582
-
583
-            /**
584
-             * Obtiene el valor de la propiedad originatorName.
585
-             * 
586
-             * @return
587
-             *     possible object is
588
-             *     {@link String }
589
-             *     
590
-             */
591
-            public String getOriginatorName() {
592
-                return originatorName;
593
-            }
594
-
595
-            /**
596
-             * Define el valor de la propiedad originatorName.
597
-             * 
598
-             * @param value
599
-             *     allowed object is
600
-             *     {@link String }
601
-             *     
602
-             */
603
-            public void setOriginatorName(String value) {
604
-                this.originatorName = value;
605
-            }
606
-
607
-            /**
608
-             * Obtiene el valor de la propiedad requestCode.
609
-             * 
610
-             */
611
-            public short getRequestCode() {
612
-                return requestCode;
613
-            }
614
-
615
-            /**
616
-             * Define el valor de la propiedad requestCode.
617
-             * 
618
-             */
619
-            public void setRequestCode(short value) {
620
-                this.requestCode = value;
621
-            }
622
-
623
-            /**
624
-             * Obtiene el valor de la propiedad requestName.
625
-             * 
626
-             * @return
627
-             *     possible object is
628
-             *     {@link String }
629
-             *     
630
-             */
631
-            public String getRequestName() {
632
-                return requestName;
633
-            }
634
-
635
-            /**
636
-             * Define el valor de la propiedad requestName.
637
-             * 
638
-             * @param value
639
-             *     allowed object is
640
-             *     {@link String }
641
-             *     
642
-             */
643
-            public void setRequestName(String value) {
644
-                this.requestName = value;
645
-            }
646
-
647
-        }
648
-
649
-    }
650
-
651
-
652
-    /**
653
-     * <p>Clase Java para anonymous complex type.
654
-     * 
655
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
656
-     * 
657
-     * <pre>
658
-     * <complexType>
659
-     *   <complexContent>
660
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
661
-     *       <sequence>
662
-     *         <element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
663
-     *       </sequence>
664
-     *     </restriction>
665
-     *   </complexContent>
666
-     * </complexType>
667
-     * </pre>
668
-     * 
669
-     * 
670
-     */
671
-    @XmlAccessorType(XmlAccessType.FIELD)
672
-    @XmlType(name = "", propOrder = {
673
-        "sessionLoginId"
674
-    })
675
-    public static class SignonRq {
676
-
677
-        @XmlElement(name = "SessionLoginId", required = true)
678
-        protected String sessionLoginId;
679
-
680
-        /**
681
-         * Obtiene el valor de la propiedad sessionLoginId.
682
-         * 
683
-         * @return
684
-         *     possible object is
685
-         *     {@link String }
686
-         *     
687
-         */
688
-        public String getSessionLoginId() {
689
-            return sessionLoginId;
690
-        }
691
-
692
-        /**
693
-         * Define el valor de la propiedad sessionLoginId.
694
-         * 
695
-         * @param value
696
-         *     allowed object is
697
-         *     {@link String }
698
-         *     
699
-         */
700
-        public void setSessionLoginId(String value) {
701
-            this.sessionLoginId = value;
702
-        }
703
-
704
-    }
705
-
706
-}

+ 0 - 79
build/generated/jaxbCache/AddUserRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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 01:56:48 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * <p>An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 482
build/generated/jaxbCache/AddUserResponse/generated/Genesis.java Ver fichero

@@ -1,482 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * <p>Clase Java para anonymous complex type.
20
- * 
21
- * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * <pre>
24
- * <complexType>
25
- *   <complexContent>
26
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
- *       <sequence>
28
- *         <element name="BankSvcRs">
29
- *           <complexType>
30
- *             <complexContent>
31
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
32
- *                 <sequence>
33
- *                   <element name="Status">
34
- *                     <complexType>
35
- *                       <complexContent>
36
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
37
- *                           <sequence>
38
- *                             <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
39
- *                             <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
40
- *                             <element name="AdditionalStatus">
41
- *                               <complexType>
42
- *                                 <complexContent>
43
- *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
44
- *                                     <sequence>
45
- *                                       <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
46
- *                                       <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
47
- *                                     </sequence>
48
- *                                   </restriction>
49
- *                                 </complexContent>
50
- *                               </complexType>
51
- *                             </element>
52
- *                           </sequence>
53
- *                         </restriction>
54
- *                       </complexContent>
55
- *                     </complexType>
56
- *                   </element>
57
- *                   <element name="WSRs">
58
- *                     <complexType>
59
- *                       <complexContent>
60
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
61
- *                           <sequence>
62
- *                             <element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/>
63
- *                           </sequence>
64
- *                         </restriction>
65
- *                       </complexContent>
66
- *                     </complexType>
67
- *                   </element>
68
- *                 </sequence>
69
- *               </restriction>
70
- *             </complexContent>
71
- *           </complexType>
72
- *         </element>
73
- *       </sequence>
74
- *     </restriction>
75
- *   </complexContent>
76
- * </complexType>
77
- * </pre>
78
- * 
79
- * 
80
- */
81
-@XmlAccessorType(XmlAccessType.FIELD)
82
-@XmlType(name = "", propOrder = {
83
-    "bankSvcRs"
84
-})
85
-@XmlRootElement(name = "Genesis")
86
-public class Genesis {
87
-
88
-    @XmlElement(name = "BankSvcRs", required = true)
89
-    protected Genesis.BankSvcRs bankSvcRs;
90
-
91
-    /**
92
-     * Obtiene el valor de la propiedad bankSvcRs.
93
-     * 
94
-     * @return
95
-     *     possible object is
96
-     *     {@link Genesis.BankSvcRs }
97
-     *     
98
-     */
99
-    public Genesis.BankSvcRs getBankSvcRs() {
100
-        return bankSvcRs;
101
-    }
102
-
103
-    /**
104
-     * Define el valor de la propiedad bankSvcRs.
105
-     * 
106
-     * @param value
107
-     *     allowed object is
108
-     *     {@link Genesis.BankSvcRs }
109
-     *     
110
-     */
111
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
112
-        this.bankSvcRs = value;
113
-    }
114
-
115
-
116
-    /**
117
-     * <p>Clase Java para anonymous complex type.
118
-     * 
119
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
120
-     * 
121
-     * <pre>
122
-     * <complexType>
123
-     *   <complexContent>
124
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
125
-     *       <sequence>
126
-     *         <element name="Status">
127
-     *           <complexType>
128
-     *             <complexContent>
129
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
130
-     *                 <sequence>
131
-     *                   <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
132
-     *                   <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
133
-     *                   <element name="AdditionalStatus">
134
-     *                     <complexType>
135
-     *                       <complexContent>
136
-     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
137
-     *                           <sequence>
138
-     *                             <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
139
-     *                             <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
140
-     *                           </sequence>
141
-     *                         </restriction>
142
-     *                       </complexContent>
143
-     *                     </complexType>
144
-     *                   </element>
145
-     *                 </sequence>
146
-     *               </restriction>
147
-     *             </complexContent>
148
-     *           </complexType>
149
-     *         </element>
150
-     *         <element name="WSRs">
151
-     *           <complexType>
152
-     *             <complexContent>
153
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
154
-     *                 <sequence>
155
-     *                   <element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/>
156
-     *                 </sequence>
157
-     *               </restriction>
158
-     *             </complexContent>
159
-     *           </complexType>
160
-     *         </element>
161
-     *       </sequence>
162
-     *     </restriction>
163
-     *   </complexContent>
164
-     * </complexType>
165
-     * </pre>
166
-     * 
167
-     * 
168
-     */
169
-    @XmlAccessorType(XmlAccessType.FIELD)
170
-    @XmlType(name = "", propOrder = {
171
-        "status",
172
-        "wsRs"
173
-    })
174
-    public static class BankSvcRs {
175
-
176
-        @XmlElement(name = "Status", required = true)
177
-        protected Genesis.BankSvcRs.Status status;
178
-        @XmlElement(name = "WSRs", required = true)
179
-        protected Genesis.BankSvcRs.WSRs wsRs;
180
-
181
-        /**
182
-         * Obtiene el valor de la propiedad status.
183
-         * 
184
-         * @return
185
-         *     possible object is
186
-         *     {@link Genesis.BankSvcRs.Status }
187
-         *     
188
-         */
189
-        public Genesis.BankSvcRs.Status getStatus() {
190
-            return status;
191
-        }
192
-
193
-        /**
194
-         * Define el valor de la propiedad status.
195
-         * 
196
-         * @param value
197
-         *     allowed object is
198
-         *     {@link Genesis.BankSvcRs.Status }
199
-         *     
200
-         */
201
-        public void setStatus(Genesis.BankSvcRs.Status value) {
202
-            this.status = value;
203
-        }
204
-
205
-        /**
206
-         * Obtiene el valor de la propiedad wsRs.
207
-         * 
208
-         * @return
209
-         *     possible object is
210
-         *     {@link Genesis.BankSvcRs.WSRs }
211
-         *     
212
-         */
213
-        public Genesis.BankSvcRs.WSRs getWSRs() {
214
-            return wsRs;
215
-        }
216
-
217
-        /**
218
-         * Define el valor de la propiedad wsRs.
219
-         * 
220
-         * @param value
221
-         *     allowed object is
222
-         *     {@link Genesis.BankSvcRs.WSRs }
223
-         *     
224
-         */
225
-        public void setWSRs(Genesis.BankSvcRs.WSRs value) {
226
-            this.wsRs = value;
227
-        }
228
-
229
-
230
-        /**
231
-         * <p>Clase Java para anonymous complex type.
232
-         * 
233
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
234
-         * 
235
-         * <pre>
236
-         * <complexType>
237
-         *   <complexContent>
238
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
239
-         *       <sequence>
240
-         *         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
241
-         *         <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
242
-         *         <element name="AdditionalStatus">
243
-         *           <complexType>
244
-         *             <complexContent>
245
-         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
246
-         *                 <sequence>
247
-         *                   <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
248
-         *                   <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
249
-         *                 </sequence>
250
-         *               </restriction>
251
-         *             </complexContent>
252
-         *           </complexType>
253
-         *         </element>
254
-         *       </sequence>
255
-         *     </restriction>
256
-         *   </complexContent>
257
-         * </complexType>
258
-         * </pre>
259
-         * 
260
-         * 
261
-         */
262
-        @XmlAccessorType(XmlAccessType.FIELD)
263
-        @XmlType(name = "", propOrder = {
264
-            "statusCode",
265
-            "statusDesc",
266
-            "additionalStatus"
267
-        })
268
-        public static class Status {
269
-
270
-            @XmlElement(name = "StatusCode", required = true)
271
-            protected String statusCode;
272
-            @XmlElement(name = "StatusDesc", required = true)
273
-            protected String statusDesc;
274
-            @XmlElement(name = "AdditionalStatus", required = true)
275
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
276
-
277
-            /**
278
-             * Obtiene el valor de la propiedad statusCode.
279
-             * 
280
-             * @return
281
-             *     possible object is
282
-             *     {@link String }
283
-             *     
284
-             */
285
-            public String getStatusCode() {
286
-                return statusCode;
287
-            }
288
-
289
-            /**
290
-             * Define el valor de la propiedad statusCode.
291
-             * 
292
-             * @param value
293
-             *     allowed object is
294
-             *     {@link String }
295
-             *     
296
-             */
297
-            public void setStatusCode(String value) {
298
-                this.statusCode = value;
299
-            }
300
-
301
-            /**
302
-             * Obtiene el valor de la propiedad statusDesc.
303
-             * 
304
-             * @return
305
-             *     possible object is
306
-             *     {@link String }
307
-             *     
308
-             */
309
-            public String getStatusDesc() {
310
-                return statusDesc;
311
-            }
312
-
313
-            /**
314
-             * Define el valor de la propiedad statusDesc.
315
-             * 
316
-             * @param value
317
-             *     allowed object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public void setStatusDesc(String value) {
322
-                this.statusDesc = value;
323
-            }
324
-
325
-            /**
326
-             * Obtiene el valor de la propiedad additionalStatus.
327
-             * 
328
-             * @return
329
-             *     possible object is
330
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
331
-             *     
332
-             */
333
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
334
-                return additionalStatus;
335
-            }
336
-
337
-            /**
338
-             * Define el valor de la propiedad additionalStatus.
339
-             * 
340
-             * @param value
341
-             *     allowed object is
342
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
343
-             *     
344
-             */
345
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
346
-                this.additionalStatus = value;
347
-            }
348
-
349
-
350
-            /**
351
-             * <p>Clase Java para anonymous complex type.
352
-             * 
353
-             * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
354
-             * 
355
-             * <pre>
356
-             * <complexType>
357
-             *   <complexContent>
358
-             *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
359
-             *       <sequence>
360
-             *         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
361
-             *         <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
362
-             *       </sequence>
363
-             *     </restriction>
364
-             *   </complexContent>
365
-             * </complexType>
366
-             * </pre>
367
-             * 
368
-             * 
369
-             */
370
-            @XmlAccessorType(XmlAccessType.FIELD)
371
-            @XmlType(name = "", propOrder = {
372
-                "statusCode",
373
-                "statusDesc"
374
-            })
375
-            public static class AdditionalStatus {
376
-
377
-                @XmlElement(name = "StatusCode", required = true)
378
-                protected String statusCode;
379
-                @XmlElement(name = "StatusDesc", required = true)
380
-                protected String statusDesc;
381
-
382
-                /**
383
-                 * Obtiene el valor de la propiedad statusCode.
384
-                 * 
385
-                 * @return
386
-                 *     possible object is
387
-                 *     {@link String }
388
-                 *     
389
-                 */
390
-                public String getStatusCode() {
391
-                    return statusCode;
392
-                }
393
-
394
-                /**
395
-                 * Define el valor de la propiedad statusCode.
396
-                 * 
397
-                 * @param value
398
-                 *     allowed object is
399
-                 *     {@link String }
400
-                 *     
401
-                 */
402
-                public void setStatusCode(String value) {
403
-                    this.statusCode = value;
404
-                }
405
-
406
-                /**
407
-                 * Obtiene el valor de la propiedad statusDesc.
408
-                 * 
409
-                 * @return
410
-                 *     possible object is
411
-                 *     {@link String }
412
-                 *     
413
-                 */
414
-                public String getStatusDesc() {
415
-                    return statusDesc;
416
-                }
417
-
418
-                /**
419
-                 * Define el valor de la propiedad statusDesc.
420
-                 * 
421
-                 * @param value
422
-                 *     allowed object is
423
-                 *     {@link String }
424
-                 *     
425
-                 */
426
-                public void setStatusDesc(String value) {
427
-                    this.statusDesc = value;
428
-                }
429
-
430
-            }
431
-
432
-        }
433
-
434
-
435
-        /**
436
-         * <p>Clase Java para anonymous complex type.
437
-         * 
438
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
439
-         * 
440
-         * <pre>
441
-         * <complexType>
442
-         *   <complexContent>
443
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
444
-         *       <sequence>
445
-         *         <element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/>
446
-         *       </sequence>
447
-         *     </restriction>
448
-         *   </complexContent>
449
-         * </complexType>
450
-         * </pre>
451
-         * 
452
-         * 
453
-         */
454
-        @XmlAccessorType(XmlAccessType.FIELD)
455
-        @XmlType(name = "", propOrder = {
456
-            "gnsIDUsuario"
457
-        })
458
-        public static class WSRs {
459
-
460
-            protected long gnsIDUsuario;
461
-
462
-            /**
463
-             * Obtiene el valor de la propiedad gnsIDUsuario.
464
-             * 
465
-             */
466
-            public long getGnsIDUsuario() {
467
-                return gnsIDUsuario;
468
-            }
469
-
470
-            /**
471
-             * Define el valor de la propiedad gnsIDUsuario.
472
-             * 
473
-             */
474
-            public void setGnsIDUsuario(long value) {
475
-                this.gnsIDUsuario = value;
476
-            }
477
-
478
-        }
479
-
480
-    }
481
-
482
-}

+ 0 - 79
build/generated/jaxbCache/AddUserResponse/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * <p>An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
68
-        return new Genesis.BankSvcRs.WSRs();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
76
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
77
-    }
78
-
79
-}

+ 0 - 512
build/generated/jaxbCache/AssignUpdateRoleByUserRequest/generated/Genesis.java Ver fichero

@@ -1,512 +0,0 @@
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:04:30 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * <p>Clase Java para anonymous complex type.
20
- * 
21
- * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * <pre>
24
- * <complexType>
25
- *   <complexContent>
26
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
- *       <sequence>
28
- *         <element name="SignonRq">
29
- *           <complexType>
30
- *             <complexContent>
31
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
32
- *                 <sequence>
33
- *                   <element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
34
- *                 </sequence>
35
- *               </restriction>
36
- *             </complexContent>
37
- *           </complexType>
38
- *         </element>
39
- *         <element name="BaseSvcRq">
40
- *           <complexType>
41
- *             <complexContent>
42
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
43
- *                 <sequence>
44
- *                   <element name="MsgRqHdr">
45
- *                     <complexType>
46
- *                       <complexContent>
47
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
48
- *                           <sequence>
49
- *                             <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
50
- *                             <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
51
- *                             <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
52
- *                             <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
53
- *                             <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
54
- *                           </sequence>
55
- *                         </restriction>
56
- *                       </complexContent>
57
- *                     </complexType>
58
- *                   </element>
59
- *                 </sequence>
60
- *               </restriction>
61
- *             </complexContent>
62
- *           </complexType>
63
- *         </element>
64
- *         <element name="BankSvcRq">
65
- *           <complexType>
66
- *             <complexContent>
67
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
68
- *                 <sequence>
69
- *                   <element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/>
70
- *                   <element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/>
71
- *                 </sequence>
72
- *               </restriction>
73
- *             </complexContent>
74
- *           </complexType>
75
- *         </element>
76
- *       </sequence>
77
- *     </restriction>
78
- *   </complexContent>
79
- * </complexType>
80
- * </pre>
81
- * 
82
- * 
83
- */
84
-@XmlAccessorType(XmlAccessType.FIELD)
85
-@XmlType(name = "", propOrder = {
86
-    "signonRq",
87
-    "baseSvcRq",
88
-    "bankSvcRq"
89
-})
90
-@XmlRootElement(name = "Genesis")
91
-public class Genesis {
92
-
93
-    @XmlElement(name = "SignonRq", required = true)
94
-    protected Genesis.SignonRq signonRq;
95
-    @XmlElement(name = "BaseSvcRq", required = true)
96
-    protected Genesis.BaseSvcRq baseSvcRq;
97
-    @XmlElement(name = "BankSvcRq", required = true)
98
-    protected Genesis.BankSvcRq bankSvcRq;
99
-
100
-    /**
101
-     * Obtiene el valor de la propiedad signonRq.
102
-     * 
103
-     * @return
104
-     *     possible object is
105
-     *     {@link Genesis.SignonRq }
106
-     *     
107
-     */
108
-    public Genesis.SignonRq getSignonRq() {
109
-        return signonRq;
110
-    }
111
-
112
-    /**
113
-     * Define el valor de la propiedad signonRq.
114
-     * 
115
-     * @param value
116
-     *     allowed object is
117
-     *     {@link Genesis.SignonRq }
118
-     *     
119
-     */
120
-    public void setSignonRq(Genesis.SignonRq value) {
121
-        this.signonRq = value;
122
-    }
123
-
124
-    /**
125
-     * Obtiene el valor de la propiedad baseSvcRq.
126
-     * 
127
-     * @return
128
-     *     possible object is
129
-     *     {@link Genesis.BaseSvcRq }
130
-     *     
131
-     */
132
-    public Genesis.BaseSvcRq getBaseSvcRq() {
133
-        return baseSvcRq;
134
-    }
135
-
136
-    /**
137
-     * Define el valor de la propiedad baseSvcRq.
138
-     * 
139
-     * @param value
140
-     *     allowed object is
141
-     *     {@link Genesis.BaseSvcRq }
142
-     *     
143
-     */
144
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
145
-        this.baseSvcRq = value;
146
-    }
147
-
148
-    /**
149
-     * Obtiene el valor de la propiedad bankSvcRq.
150
-     * 
151
-     * @return
152
-     *     possible object is
153
-     *     {@link Genesis.BankSvcRq }
154
-     *     
155
-     */
156
-    public Genesis.BankSvcRq getBankSvcRq() {
157
-        return bankSvcRq;
158
-    }
159
-
160
-    /**
161
-     * Define el valor de la propiedad bankSvcRq.
162
-     * 
163
-     * @param value
164
-     *     allowed object is
165
-     *     {@link Genesis.BankSvcRq }
166
-     *     
167
-     */
168
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
169
-        this.bankSvcRq = value;
170
-    }
171
-
172
-
173
-    /**
174
-     * <p>Clase Java para anonymous complex type.
175
-     * 
176
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
177
-     * 
178
-     * <pre>
179
-     * <complexType>
180
-     *   <complexContent>
181
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
182
-     *       <sequence>
183
-     *         <element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/>
184
-     *         <element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/>
185
-     *       </sequence>
186
-     *     </restriction>
187
-     *   </complexContent>
188
-     * </complexType>
189
-     * </pre>
190
-     * 
191
-     * 
192
-     */
193
-    @XmlAccessorType(XmlAccessType.FIELD)
194
-    @XmlType(name = "", propOrder = {
195
-        "gnsIDUsuario",
196
-        "gnsIDRol"
197
-    })
198
-    public static class BankSvcRq {
199
-
200
-        protected long gnsIDUsuario;
201
-        protected long gnsIDRol;
202
-
203
-        /**
204
-         * Obtiene el valor de la propiedad gnsIDUsuario.
205
-         * 
206
-         */
207
-        public long getGnsIDUsuario() {
208
-            return gnsIDUsuario;
209
-        }
210
-
211
-        /**
212
-         * Define el valor de la propiedad gnsIDUsuario.
213
-         * 
214
-         */
215
-        public void setGnsIDUsuario(long value) {
216
-            this.gnsIDUsuario = value;
217
-        }
218
-
219
-        /**
220
-         * Obtiene el valor de la propiedad gnsIDRol.
221
-         * 
222
-         */
223
-        public long getGnsIDRol() {
224
-            return gnsIDRol;
225
-        }
226
-
227
-        /**
228
-         * Define el valor de la propiedad gnsIDRol.
229
-         * 
230
-         */
231
-        public void setGnsIDRol(long value) {
232
-            this.gnsIDRol = value;
233
-        }
234
-
235
-    }
236
-
237
-
238
-    /**
239
-     * <p>Clase Java para anonymous complex type.
240
-     * 
241
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
242
-     * 
243
-     * <pre>
244
-     * <complexType>
245
-     *   <complexContent>
246
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
247
-     *       <sequence>
248
-     *         <element name="MsgRqHdr">
249
-     *           <complexType>
250
-     *             <complexContent>
251
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
252
-     *                 <sequence>
253
-     *                   <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
254
-     *                   <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
255
-     *                   <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
256
-     *                   <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
257
-     *                   <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
258
-     *                 </sequence>
259
-     *               </restriction>
260
-     *             </complexContent>
261
-     *           </complexType>
262
-     *         </element>
263
-     *       </sequence>
264
-     *     </restriction>
265
-     *   </complexContent>
266
-     * </complexType>
267
-     * </pre>
268
-     * 
269
-     * 
270
-     */
271
-    @XmlAccessorType(XmlAccessType.FIELD)
272
-    @XmlType(name = "", propOrder = {
273
-        "msgRqHdr"
274
-    })
275
-    public static class BaseSvcRq {
276
-
277
-        @XmlElement(name = "MsgRqHdr", required = true)
278
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
279
-
280
-        /**
281
-         * Obtiene el valor de la propiedad msgRqHdr.
282
-         * 
283
-         * @return
284
-         *     possible object is
285
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
286
-         *     
287
-         */
288
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
289
-            return msgRqHdr;
290
-        }
291
-
292
-        /**
293
-         * Define el valor de la propiedad msgRqHdr.
294
-         * 
295
-         * @param value
296
-         *     allowed object is
297
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
298
-         *     
299
-         */
300
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
301
-            this.msgRqHdr = value;
302
-        }
303
-
304
-
305
-        /**
306
-         * <p>Clase Java para anonymous complex type.
307
-         * 
308
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
309
-         * 
310
-         * <pre>
311
-         * <complexType>
312
-         *   <complexContent>
313
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
314
-         *       <sequence>
315
-         *         <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
316
-         *         <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
317
-         *         <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
318
-         *         <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
319
-         *         <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
320
-         *       </sequence>
321
-         *     </restriction>
322
-         *   </complexContent>
323
-         * </complexType>
324
-         * </pre>
325
-         * 
326
-         * 
327
-         */
328
-        @XmlAccessorType(XmlAccessType.FIELD)
329
-        @XmlType(name = "", propOrder = {
330
-            "instance",
331
-            "bankId",
332
-            "originatorName",
333
-            "requestCode",
334
-            "requestName"
335
-        })
336
-        public static class MsgRqHdr {
337
-
338
-            @XmlElement(name = "Instance", required = true)
339
-            protected String instance;
340
-            @XmlElement(name = "BankId")
341
-            protected short bankId;
342
-            @XmlElement(name = "OriginatorName", required = true)
343
-            protected String originatorName;
344
-            @XmlElement(name = "RequestCode")
345
-            protected short requestCode;
346
-            @XmlElement(name = "RequestName", required = true)
347
-            protected String requestName;
348
-
349
-            /**
350
-             * Obtiene el valor de la propiedad instance.
351
-             * 
352
-             * @return
353
-             *     possible object is
354
-             *     {@link String }
355
-             *     
356
-             */
357
-            public String getInstance() {
358
-                return instance;
359
-            }
360
-
361
-            /**
362
-             * Define el valor de la propiedad instance.
363
-             * 
364
-             * @param value
365
-             *     allowed object is
366
-             *     {@link String }
367
-             *     
368
-             */
369
-            public void setInstance(String value) {
370
-                this.instance = value;
371
-            }
372
-
373
-            /**
374
-             * Obtiene el valor de la propiedad bankId.
375
-             * 
376
-             */
377
-            public short getBankId() {
378
-                return bankId;
379
-            }
380
-
381
-            /**
382
-             * Define el valor de la propiedad bankId.
383
-             * 
384
-             */
385
-            public void setBankId(short value) {
386
-                this.bankId = value;
387
-            }
388
-
389
-            /**
390
-             * Obtiene el valor de la propiedad originatorName.
391
-             * 
392
-             * @return
393
-             *     possible object is
394
-             *     {@link String }
395
-             *     
396
-             */
397
-            public String getOriginatorName() {
398
-                return originatorName;
399
-            }
400
-
401
-            /**
402
-             * Define el valor de la propiedad originatorName.
403
-             * 
404
-             * @param value
405
-             *     allowed object is
406
-             *     {@link String }
407
-             *     
408
-             */
409
-            public void setOriginatorName(String value) {
410
-                this.originatorName = value;
411
-            }
412
-
413
-            /**
414
-             * Obtiene el valor de la propiedad requestCode.
415
-             * 
416
-             */
417
-            public short getRequestCode() {
418
-                return requestCode;
419
-            }
420
-
421
-            /**
422
-             * Define el valor de la propiedad requestCode.
423
-             * 
424
-             */
425
-            public void setRequestCode(short value) {
426
-                this.requestCode = value;
427
-            }
428
-
429
-            /**
430
-             * Obtiene el valor de la propiedad requestName.
431
-             * 
432
-             * @return
433
-             *     possible object is
434
-             *     {@link String }
435
-             *     
436
-             */
437
-            public String getRequestName() {
438
-                return requestName;
439
-            }
440
-
441
-            /**
442
-             * Define el valor de la propiedad requestName.
443
-             * 
444
-             * @param value
445
-             *     allowed object is
446
-             *     {@link String }
447
-             *     
448
-             */
449
-            public void setRequestName(String value) {
450
-                this.requestName = value;
451
-            }
452
-
453
-        }
454
-
455
-    }
456
-
457
-
458
-    /**
459
-     * <p>Clase Java para anonymous complex type.
460
-     * 
461
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
462
-     * 
463
-     * <pre>
464
-     * <complexType>
465
-     *   <complexContent>
466
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
467
-     *       <sequence>
468
-     *         <element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
469
-     *       </sequence>
470
-     *     </restriction>
471
-     *   </complexContent>
472
-     * </complexType>
473
-     * </pre>
474
-     * 
475
-     * 
476
-     */
477
-    @XmlAccessorType(XmlAccessType.FIELD)
478
-    @XmlType(name = "", propOrder = {
479
-        "sessionLoginId"
480
-    })
481
-    public static class SignonRq {
482
-
483
-        @XmlElement(name = "SessionLoginId", required = true)
484
-        protected String sessionLoginId;
485
-
486
-        /**
487
-         * Obtiene el valor de la propiedad sessionLoginId.
488
-         * 
489
-         * @return
490
-         *     possible object is
491
-         *     {@link String }
492
-         *     
493
-         */
494
-        public String getSessionLoginId() {
495
-            return sessionLoginId;
496
-        }
497
-
498
-        /**
499
-         * Define el valor de la propiedad sessionLoginId.
500
-         * 
501
-         * @param value
502
-         *     allowed object is
503
-         *     {@link String }
504
-         *     
505
-         */
506
-        public void setSessionLoginId(String value) {
507
-            this.sessionLoginId = value;
508
-        }
509
-
510
-    }
511
-
512
-}

+ 0 - 79
build/generated/jaxbCache/AssignUpdateRoleByUserRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:04:30 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * <p>An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 416
build/generated/jaxbCache/AssignUpdateRoleByUserResponse/generated/Genesis.java Ver fichero

@@ -1,416 +0,0 @@
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:56:42 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * <p>Clase Java para anonymous complex type.
20
- * 
21
- * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * <pre>
24
- * <complexType>
25
- *   <complexContent>
26
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
- *       <sequence>
28
- *         <element name="BankSvcRs">
29
- *           <complexType>
30
- *             <complexContent>
31
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
32
- *                 <sequence>
33
- *                   <element name="Status">
34
- *                     <complexType>
35
- *                       <complexContent>
36
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
37
- *                           <sequence>
38
- *                             <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
39
- *                             <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
40
- *                             <element name="AdditionalStatus">
41
- *                               <complexType>
42
- *                                 <complexContent>
43
- *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
44
- *                                     <sequence>
45
- *                                       <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
46
- *                                       <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
47
- *                                     </sequence>
48
- *                                   </restriction>
49
- *                                 </complexContent>
50
- *                               </complexType>
51
- *                             </element>
52
- *                           </sequence>
53
- *                         </restriction>
54
- *                       </complexContent>
55
- *                     </complexType>
56
- *                   </element>
57
- *                   <element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/>
58
- *                 </sequence>
59
- *               </restriction>
60
- *             </complexContent>
61
- *           </complexType>
62
- *         </element>
63
- *       </sequence>
64
- *     </restriction>
65
- *   </complexContent>
66
- * </complexType>
67
- * </pre>
68
- * 
69
- * 
70
- */
71
-@XmlAccessorType(XmlAccessType.FIELD)
72
-@XmlType(name = "", propOrder = {
73
-    "bankSvcRs"
74
-})
75
-@XmlRootElement(name = "Genesis")
76
-public class Genesis {
77
-
78
-    @XmlElement(name = "BankSvcRs", required = true)
79
-    protected Genesis.BankSvcRs bankSvcRs;
80
-
81
-    /**
82
-     * Obtiene el valor de la propiedad bankSvcRs.
83
-     * 
84
-     * @return
85
-     *     possible object is
86
-     *     {@link Genesis.BankSvcRs }
87
-     *     
88
-     */
89
-    public Genesis.BankSvcRs getBankSvcRs() {
90
-        return bankSvcRs;
91
-    }
92
-
93
-    /**
94
-     * Define el valor de la propiedad bankSvcRs.
95
-     * 
96
-     * @param value
97
-     *     allowed object is
98
-     *     {@link Genesis.BankSvcRs }
99
-     *     
100
-     */
101
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
102
-        this.bankSvcRs = value;
103
-    }
104
-
105
-
106
-    /**
107
-     * <p>Clase Java para anonymous complex type.
108
-     * 
109
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
110
-     * 
111
-     * <pre>
112
-     * <complexType>
113
-     *   <complexContent>
114
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
115
-     *       <sequence>
116
-     *         <element name="Status">
117
-     *           <complexType>
118
-     *             <complexContent>
119
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
120
-     *                 <sequence>
121
-     *                   <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
122
-     *                   <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
123
-     *                   <element name="AdditionalStatus">
124
-     *                     <complexType>
125
-     *                       <complexContent>
126
-     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
127
-     *                           <sequence>
128
-     *                             <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
129
-     *                             <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
130
-     *                           </sequence>
131
-     *                         </restriction>
132
-     *                       </complexContent>
133
-     *                     </complexType>
134
-     *                   </element>
135
-     *                 </sequence>
136
-     *               </restriction>
137
-     *             </complexContent>
138
-     *           </complexType>
139
-     *         </element>
140
-     *         <element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/>
141
-     *       </sequence>
142
-     *     </restriction>
143
-     *   </complexContent>
144
-     * </complexType>
145
-     * </pre>
146
-     * 
147
-     * 
148
-     */
149
-    @XmlAccessorType(XmlAccessType.FIELD)
150
-    @XmlType(name = "", propOrder = {
151
-        "status",
152
-        "wsRs"
153
-    })
154
-    public static class BankSvcRs {
155
-
156
-        @XmlElement(name = "Status", required = true)
157
-        protected Genesis.BankSvcRs.Status status;
158
-        @XmlElement(name = "WSRs", required = true)
159
-        protected String wsRs;
160
-
161
-        /**
162
-         * Obtiene el valor de la propiedad status.
163
-         * 
164
-         * @return
165
-         *     possible object is
166
-         *     {@link Genesis.BankSvcRs.Status }
167
-         *     
168
-         */
169
-        public Genesis.BankSvcRs.Status getStatus() {
170
-            return status;
171
-        }
172
-
173
-        /**
174
-         * Define el valor de la propiedad status.
175
-         * 
176
-         * @param value
177
-         *     allowed object is
178
-         *     {@link Genesis.BankSvcRs.Status }
179
-         *     
180
-         */
181
-        public void setStatus(Genesis.BankSvcRs.Status value) {
182
-            this.status = value;
183
-        }
184
-
185
-        /**
186
-         * Obtiene el valor de la propiedad wsRs.
187
-         * 
188
-         * @return
189
-         *     possible object is
190
-         *     {@link String }
191
-         *     
192
-         */
193
-        public String getWSRs() {
194
-            return wsRs;
195
-        }
196
-
197
-        /**
198
-         * Define el valor de la propiedad wsRs.
199
-         * 
200
-         * @param value
201
-         *     allowed object is
202
-         *     {@link String }
203
-         *     
204
-         */
205
-        public void setWSRs(String value) {
206
-            this.wsRs = value;
207
-        }
208
-
209
-
210
-        /**
211
-         * <p>Clase Java para anonymous complex type.
212
-         * 
213
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
214
-         * 
215
-         * <pre>
216
-         * <complexType>
217
-         *   <complexContent>
218
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
219
-         *       <sequence>
220
-         *         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
221
-         *         <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
222
-         *         <element name="AdditionalStatus">
223
-         *           <complexType>
224
-         *             <complexContent>
225
-         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
226
-         *                 <sequence>
227
-         *                   <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
228
-         *                   <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
229
-         *                 </sequence>
230
-         *               </restriction>
231
-         *             </complexContent>
232
-         *           </complexType>
233
-         *         </element>
234
-         *       </sequence>
235
-         *     </restriction>
236
-         *   </complexContent>
237
-         * </complexType>
238
-         * </pre>
239
-         * 
240
-         * 
241
-         */
242
-        @XmlAccessorType(XmlAccessType.FIELD)
243
-        @XmlType(name = "", propOrder = {
244
-            "statusCode",
245
-            "statusDesc",
246
-            "additionalStatus"
247
-        })
248
-        public static class Status {
249
-
250
-            @XmlElement(name = "StatusCode", required = true)
251
-            protected String statusCode;
252
-            @XmlElement(name = "StatusDesc", required = true)
253
-            protected String statusDesc;
254
-            @XmlElement(name = "AdditionalStatus", required = true)
255
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
256
-
257
-            /**
258
-             * Obtiene el valor de la propiedad statusCode.
259
-             * 
260
-             * @return
261
-             *     possible object is
262
-             *     {@link String }
263
-             *     
264
-             */
265
-            public String getStatusCode() {
266
-                return statusCode;
267
-            }
268
-
269
-            /**
270
-             * Define el valor de la propiedad statusCode.
271
-             * 
272
-             * @param value
273
-             *     allowed object is
274
-             *     {@link String }
275
-             *     
276
-             */
277
-            public void setStatusCode(String value) {
278
-                this.statusCode = value;
279
-            }
280
-
281
-            /**
282
-             * Obtiene el valor de la propiedad statusDesc.
283
-             * 
284
-             * @return
285
-             *     possible object is
286
-             *     {@link String }
287
-             *     
288
-             */
289
-            public String getStatusDesc() {
290
-                return statusDesc;
291
-            }
292
-
293
-            /**
294
-             * Define el valor de la propiedad statusDesc.
295
-             * 
296
-             * @param value
297
-             *     allowed object is
298
-             *     {@link String }
299
-             *     
300
-             */
301
-            public void setStatusDesc(String value) {
302
-                this.statusDesc = value;
303
-            }
304
-
305
-            /**
306
-             * Obtiene el valor de la propiedad additionalStatus.
307
-             * 
308
-             * @return
309
-             *     possible object is
310
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
311
-             *     
312
-             */
313
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
314
-                return additionalStatus;
315
-            }
316
-
317
-            /**
318
-             * Define el valor de la propiedad additionalStatus.
319
-             * 
320
-             * @param value
321
-             *     allowed object is
322
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
323
-             *     
324
-             */
325
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
326
-                this.additionalStatus = value;
327
-            }
328
-
329
-
330
-            /**
331
-             * <p>Clase Java para anonymous complex type.
332
-             * 
333
-             * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
334
-             * 
335
-             * <pre>
336
-             * <complexType>
337
-             *   <complexContent>
338
-             *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
339
-             *       <sequence>
340
-             *         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
341
-             *         <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
342
-             *       </sequence>
343
-             *     </restriction>
344
-             *   </complexContent>
345
-             * </complexType>
346
-             * </pre>
347
-             * 
348
-             * 
349
-             */
350
-            @XmlAccessorType(XmlAccessType.FIELD)
351
-            @XmlType(name = "", propOrder = {
352
-                "statusCode",
353
-                "statusDesc"
354
-            })
355
-            public static class AdditionalStatus {
356
-
357
-                @XmlElement(name = "StatusCode", required = true)
358
-                protected String statusCode;
359
-                @XmlElement(name = "StatusDesc", required = true)
360
-                protected String statusDesc;
361
-
362
-                /**
363
-                 * Obtiene el valor de la propiedad statusCode.
364
-                 * 
365
-                 * @return
366
-                 *     possible object is
367
-                 *     {@link String }
368
-                 *     
369
-                 */
370
-                public String getStatusCode() {
371
-                    return statusCode;
372
-                }
373
-
374
-                /**
375
-                 * Define el valor de la propiedad statusCode.
376
-                 * 
377
-                 * @param value
378
-                 *     allowed object is
379
-                 *     {@link String }
380
-                 *     
381
-                 */
382
-                public void setStatusCode(String value) {
383
-                    this.statusCode = value;
384
-                }
385
-
386
-                /**
387
-                 * Obtiene el valor de la propiedad statusDesc.
388
-                 * 
389
-                 * @return
390
-                 *     possible object is
391
-                 *     {@link String }
392
-                 *     
393
-                 */
394
-                public String getStatusDesc() {
395
-                    return statusDesc;
396
-                }
397
-
398
-                /**
399
-                 * Define el valor de la propiedad statusDesc.
400
-                 * 
401
-                 * @param value
402
-                 *     allowed object is
403
-                 *     {@link String }
404
-                 *     
405
-                 */
406
-                public void setStatusDesc(String value) {
407
-                    this.statusDesc = value;
408
-                }
409
-
410
-            }
411
-
412
-        }
413
-
414
-    }
415
-
416
-}

+ 0 - 71
build/generated/jaxbCache/AssignUpdateRoleByUserResponse/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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:56:42 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * <p>An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
68
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
69
-    }
70
-
71
-}

+ 0 - 436
build/generated/jaxbCache/BranchListRequest/generated/Genesis.java Ver fichero

@@ -1,436 +0,0 @@
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:15:24 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * <p>Clase Java para anonymous complex type.
20
- * 
21
- * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * <pre>
24
- * <complexType>
25
- *   <complexContent>
26
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
- *       <sequence>
28
- *         <element name="SignonRq">
29
- *           <complexType>
30
- *             <complexContent>
31
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
32
- *                 <sequence>
33
- *                   <element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
34
- *                 </sequence>
35
- *               </restriction>
36
- *             </complexContent>
37
- *           </complexType>
38
- *         </element>
39
- *         <element name="BaseSvcRq">
40
- *           <complexType>
41
- *             <complexContent>
42
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
43
- *                 <sequence>
44
- *                   <element name="MsgRqHdr">
45
- *                     <complexType>
46
- *                       <complexContent>
47
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
48
- *                           <sequence>
49
- *                             <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
50
- *                             <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
51
- *                             <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
52
- *                             <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
53
- *                             <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
54
- *                           </sequence>
55
- *                         </restriction>
56
- *                       </complexContent>
57
- *                     </complexType>
58
- *                   </element>
59
- *                 </sequence>
60
- *               </restriction>
61
- *             </complexContent>
62
- *           </complexType>
63
- *         </element>
64
- *         <element name="BankSvcRq" type="{http://www.w3.org/2001/XMLSchema}string"/>
65
- *       </sequence>
66
- *     </restriction>
67
- *   </complexContent>
68
- * </complexType>
69
- * </pre>
70
- * 
71
- * 
72
- */
73
-@XmlAccessorType(XmlAccessType.FIELD)
74
-@XmlType(name = "", propOrder = {
75
-    "signonRq",
76
-    "baseSvcRq",
77
-    "bankSvcRq"
78
-})
79
-@XmlRootElement(name = "Genesis")
80
-public class Genesis {
81
-
82
-    @XmlElement(name = "SignonRq", required = true)
83
-    protected Genesis.SignonRq signonRq;
84
-    @XmlElement(name = "BaseSvcRq", required = true)
85
-    protected Genesis.BaseSvcRq baseSvcRq;
86
-    @XmlElement(name = "BankSvcRq", required = true)
87
-    protected String bankSvcRq;
88
-
89
-    /**
90
-     * Obtiene el valor de la propiedad signonRq.
91
-     * 
92
-     * @return
93
-     *     possible object is
94
-     *     {@link Genesis.SignonRq }
95
-     *     
96
-     */
97
-    public Genesis.SignonRq getSignonRq() {
98
-        return signonRq;
99
-    }
100
-
101
-    /**
102
-     * Define el valor de la propiedad signonRq.
103
-     * 
104
-     * @param value
105
-     *     allowed object is
106
-     *     {@link Genesis.SignonRq }
107
-     *     
108
-     */
109
-    public void setSignonRq(Genesis.SignonRq value) {
110
-        this.signonRq = value;
111
-    }
112
-
113
-    /**
114
-     * Obtiene el valor de la propiedad baseSvcRq.
115
-     * 
116
-     * @return
117
-     *     possible object is
118
-     *     {@link Genesis.BaseSvcRq }
119
-     *     
120
-     */
121
-    public Genesis.BaseSvcRq getBaseSvcRq() {
122
-        return baseSvcRq;
123
-    }
124
-
125
-    /**
126
-     * Define el valor de la propiedad baseSvcRq.
127
-     * 
128
-     * @param value
129
-     *     allowed object is
130
-     *     {@link Genesis.BaseSvcRq }
131
-     *     
132
-     */
133
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
134
-        this.baseSvcRq = value;
135
-    }
136
-
137
-    /**
138
-     * Obtiene el valor de la propiedad bankSvcRq.
139
-     * 
140
-     * @return
141
-     *     possible object is
142
-     *     {@link String }
143
-     *     
144
-     */
145
-    public String getBankSvcRq() {
146
-        return bankSvcRq;
147
-    }
148
-
149
-    /**
150
-     * Define el valor de la propiedad bankSvcRq.
151
-     * 
152
-     * @param value
153
-     *     allowed object is
154
-     *     {@link String }
155
-     *     
156
-     */
157
-    public void setBankSvcRq(String value) {
158
-        this.bankSvcRq = value;
159
-    }
160
-
161
-
162
-    /**
163
-     * <p>Clase Java para anonymous complex type.
164
-     * 
165
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
166
-     * 
167
-     * <pre>
168
-     * <complexType>
169
-     *   <complexContent>
170
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
171
-     *       <sequence>
172
-     *         <element name="MsgRqHdr">
173
-     *           <complexType>
174
-     *             <complexContent>
175
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
176
-     *                 <sequence>
177
-     *                   <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
178
-     *                   <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
179
-     *                   <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
180
-     *                   <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
181
-     *                   <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
182
-     *                 </sequence>
183
-     *               </restriction>
184
-     *             </complexContent>
185
-     *           </complexType>
186
-     *         </element>
187
-     *       </sequence>
188
-     *     </restriction>
189
-     *   </complexContent>
190
-     * </complexType>
191
-     * </pre>
192
-     * 
193
-     * 
194
-     */
195
-    @XmlAccessorType(XmlAccessType.FIELD)
196
-    @XmlType(name = "", propOrder = {
197
-        "msgRqHdr"
198
-    })
199
-    public static class BaseSvcRq {
200
-
201
-        @XmlElement(name = "MsgRqHdr", required = true)
202
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
203
-
204
-        /**
205
-         * Obtiene el valor de la propiedad msgRqHdr.
206
-         * 
207
-         * @return
208
-         *     possible object is
209
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
210
-         *     
211
-         */
212
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
213
-            return msgRqHdr;
214
-        }
215
-
216
-        /**
217
-         * Define el valor de la propiedad msgRqHdr.
218
-         * 
219
-         * @param value
220
-         *     allowed object is
221
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
222
-         *     
223
-         */
224
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
225
-            this.msgRqHdr = value;
226
-        }
227
-
228
-
229
-        /**
230
-         * <p>Clase Java para anonymous complex type.
231
-         * 
232
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
233
-         * 
234
-         * <pre>
235
-         * <complexType>
236
-         *   <complexContent>
237
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
238
-         *       <sequence>
239
-         *         <element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/>
240
-         *         <element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/>
241
-         *         <element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
242
-         *         <element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/>
243
-         *         <element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/>
244
-         *       </sequence>
245
-         *     </restriction>
246
-         *   </complexContent>
247
-         * </complexType>
248
-         * </pre>
249
-         * 
250
-         * 
251
-         */
252
-        @XmlAccessorType(XmlAccessType.FIELD)
253
-        @XmlType(name = "", propOrder = {
254
-            "instance",
255
-            "bankId",
256
-            "originatorName",
257
-            "requestCode",
258
-            "requestName"
259
-        })
260
-        public static class MsgRqHdr {
261
-
262
-            @XmlElement(name = "Instance", required = true)
263
-            protected String instance;
264
-            @XmlElement(name = "BankId")
265
-            protected short bankId;
266
-            @XmlElement(name = "OriginatorName", required = true)
267
-            protected String originatorName;
268
-            @XmlElement(name = "RequestCode")
269
-            protected short requestCode;
270
-            @XmlElement(name = "RequestName", required = true)
271
-            protected String requestName;
272
-
273
-            /**
274
-             * Obtiene el valor de la propiedad instance.
275
-             * 
276
-             * @return
277
-             *     possible object is
278
-             *     {@link String }
279
-             *     
280
-             */
281
-            public String getInstance() {
282
-                return instance;
283
-            }
284
-
285
-            /**
286
-             * Define el valor de la propiedad instance.
287
-             * 
288
-             * @param value
289
-             *     allowed object is
290
-             *     {@link String }
291
-             *     
292
-             */
293
-            public void setInstance(String value) {
294
-                this.instance = value;
295
-            }
296
-
297
-            /**
298
-             * Obtiene el valor de la propiedad bankId.
299
-             * 
300
-             */
301
-            public short getBankId() {
302
-                return bankId;
303
-            }
304
-
305
-            /**
306
-             * Define el valor de la propiedad bankId.
307
-             * 
308
-             */
309
-            public void setBankId(short value) {
310
-                this.bankId = value;
311
-            }
312
-
313
-            /**
314
-             * Obtiene el valor de la propiedad originatorName.
315
-             * 
316
-             * @return
317
-             *     possible object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public String getOriginatorName() {
322
-                return originatorName;
323
-            }
324
-
325
-            /**
326
-             * Define el valor de la propiedad originatorName.
327
-             * 
328
-             * @param value
329
-             *     allowed object is
330
-             *     {@link String }
331
-             *     
332
-             */
333
-            public void setOriginatorName(String value) {
334
-                this.originatorName = value;
335
-            }
336
-
337
-            /**
338
-             * Obtiene el valor de la propiedad requestCode.
339
-             * 
340
-             */
341
-            public short getRequestCode() {
342
-                return requestCode;
343
-            }
344
-
345
-            /**
346
-             * Define el valor de la propiedad requestCode.
347
-             * 
348
-             */
349
-            public void setRequestCode(short value) {
350
-                this.requestCode = value;
351
-            }
352
-
353
-            /**
354
-             * Obtiene el valor de la propiedad requestName.
355
-             * 
356
-             * @return
357
-             *     possible object is
358
-             *     {@link String }
359
-             *     
360
-             */
361
-            public String getRequestName() {
362
-                return requestName;
363
-            }
364
-
365
-            /**
366
-             * Define el valor de la propiedad requestName.
367
-             * 
368
-             * @param value
369
-             *     allowed object is
370
-             *     {@link String }
371
-             *     
372
-             */
373
-            public void setRequestName(String value) {
374
-                this.requestName = value;
375
-            }
376
-
377
-        }
378
-
379
-    }
380
-
381
-
382
-    /**
383
-     * <p>Clase Java para anonymous complex type.
384
-     * 
385
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
386
-     * 
387
-     * <pre>
388
-     * <complexType>
389
-     *   <complexContent>
390
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
391
-     *       <sequence>
392
-     *         <element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
393
-     *       </sequence>
394
-     *     </restriction>
395
-     *   </complexContent>
396
-     * </complexType>
397
-     * </pre>
398
-     * 
399
-     * 
400
-     */
401
-    @XmlAccessorType(XmlAccessType.FIELD)
402
-    @XmlType(name = "", propOrder = {
403
-        "sessionLoginId"
404
-    })
405
-    public static class SignonRq {
406
-
407
-        @XmlElement(name = "SessionLoginId", required = true)
408
-        protected String sessionLoginId;
409
-
410
-        /**
411
-         * Obtiene el valor de la propiedad sessionLoginId.
412
-         * 
413
-         * @return
414
-         *     possible object is
415
-         *     {@link String }
416
-         *     
417
-         */
418
-        public String getSessionLoginId() {
419
-            return sessionLoginId;
420
-        }
421
-
422
-        /**
423
-         * Define el valor de la propiedad sessionLoginId.
424
-         * 
425
-         * @param value
426
-         *     allowed object is
427
-         *     {@link String }
428
-         *     
429
-         */
430
-        public void setSessionLoginId(String value) {
431
-            this.sessionLoginId = value;
432
-        }
433
-
434
-    }
435
-
436
-}

+ 0 - 71
build/generated/jaxbCache/BranchListRequest/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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:15:24 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * <p>An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
65
-     * 
66
-     */
67
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
68
-        return new Genesis.BaseSvcRq.MsgRqHdr();
69
-    }
70
-
71
-}

+ 0 - 606
build/generated/jaxbCache/BranchListResponse/generated/Genesis.java Ver fichero

@@ -1,606 +0,0 @@
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:59:02 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import java.util.ArrayList;
12
-import java.util.List;
13
-import javax.xml.bind.annotation.XmlAccessType;
14
-import javax.xml.bind.annotation.XmlAccessorType;
15
-import javax.xml.bind.annotation.XmlElement;
16
-import javax.xml.bind.annotation.XmlRootElement;
17
-import javax.xml.bind.annotation.XmlType;
18
-
19
-
20
-/**
21
- * <p>Clase Java para anonymous complex type.
22
- * 
23
- * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
24
- * 
25
- * <pre>
26
- * <complexType>
27
- *   <complexContent>
28
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
- *       <sequence>
30
- *         <element name="BankSvcRs">
31
- *           <complexType>
32
- *             <complexContent>
33
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
34
- *                 <sequence>
35
- *                   <element name="Status">
36
- *                     <complexType>
37
- *                       <complexContent>
38
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
39
- *                           <sequence>
40
- *                             <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
41
- *                             <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
42
- *                             <element name="AdditionalStatus">
43
- *                               <complexType>
44
- *                                 <complexContent>
45
- *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
46
- *                                     <sequence>
47
- *                                       <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
48
- *                                       <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
49
- *                                     </sequence>
50
- *                                   </restriction>
51
- *                                 </complexContent>
52
- *                               </complexType>
53
- *                             </element>
54
- *                           </sequence>
55
- *                         </restriction>
56
- *                       </complexContent>
57
- *                     </complexType>
58
- *                   </element>
59
- *                   <element name="WSRs">
60
- *                     <complexType>
61
- *                       <complexContent>
62
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
63
- *                           <sequence>
64
- *                             <element name="Sucursal" maxOccurs="unbounded" minOccurs="0">
65
- *                               <complexType>
66
- *                                 <complexContent>
67
- *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
68
- *                                     <sequence>
69
- *                                       <element name="CodigoDeSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/>
70
- *                                       <element name="NombredeSucursal" type="{http://www.w3.org/2001/XMLSchema}string"/>
71
- *                                     </sequence>
72
- *                                   </restriction>
73
- *                                 </complexContent>
74
- *                               </complexType>
75
- *                             </element>
76
- *                           </sequence>
77
- *                         </restriction>
78
- *                       </complexContent>
79
- *                     </complexType>
80
- *                   </element>
81
- *                 </sequence>
82
- *               </restriction>
83
- *             </complexContent>
84
- *           </complexType>
85
- *         </element>
86
- *       </sequence>
87
- *     </restriction>
88
- *   </complexContent>
89
- * </complexType>
90
- * </pre>
91
- * 
92
- * 
93
- */
94
-@XmlAccessorType(XmlAccessType.FIELD)
95
-@XmlType(name = "", propOrder = {
96
-    "bankSvcRs"
97
-})
98
-@XmlRootElement(name = "Genesis")
99
-public class Genesis {
100
-
101
-    @XmlElement(name = "BankSvcRs", required = true)
102
-    protected Genesis.BankSvcRs bankSvcRs;
103
-
104
-    /**
105
-     * Obtiene el valor de la propiedad bankSvcRs.
106
-     * 
107
-     * @return
108
-     *     possible object is
109
-     *     {@link Genesis.BankSvcRs }
110
-     *     
111
-     */
112
-    public Genesis.BankSvcRs getBankSvcRs() {
113
-        return bankSvcRs;
114
-    }
115
-
116
-    /**
117
-     * Define el valor de la propiedad bankSvcRs.
118
-     * 
119
-     * @param value
120
-     *     allowed object is
121
-     *     {@link Genesis.BankSvcRs }
122
-     *     
123
-     */
124
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
125
-        this.bankSvcRs = value;
126
-    }
127
-
128
-
129
-    /**
130
-     * <p>Clase Java para anonymous complex type.
131
-     * 
132
-     * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
133
-     * 
134
-     * <pre>
135
-     * <complexType>
136
-     *   <complexContent>
137
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
138
-     *       <sequence>
139
-     *         <element name="Status">
140
-     *           <complexType>
141
-     *             <complexContent>
142
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
143
-     *                 <sequence>
144
-     *                   <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
145
-     *                   <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
146
-     *                   <element name="AdditionalStatus">
147
-     *                     <complexType>
148
-     *                       <complexContent>
149
-     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
150
-     *                           <sequence>
151
-     *                             <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
152
-     *                             <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
153
-     *                           </sequence>
154
-     *                         </restriction>
155
-     *                       </complexContent>
156
-     *                     </complexType>
157
-     *                   </element>
158
-     *                 </sequence>
159
-     *               </restriction>
160
-     *             </complexContent>
161
-     *           </complexType>
162
-     *         </element>
163
-     *         <element name="WSRs">
164
-     *           <complexType>
165
-     *             <complexContent>
166
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
167
-     *                 <sequence>
168
-     *                   <element name="Sucursal" maxOccurs="unbounded" minOccurs="0">
169
-     *                     <complexType>
170
-     *                       <complexContent>
171
-     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
172
-     *                           <sequence>
173
-     *                             <element name="CodigoDeSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/>
174
-     *                             <element name="NombredeSucursal" type="{http://www.w3.org/2001/XMLSchema}string"/>
175
-     *                           </sequence>
176
-     *                         </restriction>
177
-     *                       </complexContent>
178
-     *                     </complexType>
179
-     *                   </element>
180
-     *                 </sequence>
181
-     *               </restriction>
182
-     *             </complexContent>
183
-     *           </complexType>
184
-     *         </element>
185
-     *       </sequence>
186
-     *     </restriction>
187
-     *   </complexContent>
188
-     * </complexType>
189
-     * </pre>
190
-     * 
191
-     * 
192
-     */
193
-    @XmlAccessorType(XmlAccessType.FIELD)
194
-    @XmlType(name = "", propOrder = {
195
-        "status",
196
-        "wsRs"
197
-    })
198
-    public static class BankSvcRs {
199
-
200
-        @XmlElement(name = "Status", required = true)
201
-        protected Genesis.BankSvcRs.Status status;
202
-        @XmlElement(name = "WSRs", required = true)
203
-        protected Genesis.BankSvcRs.WSRs wsRs;
204
-
205
-        /**
206
-         * Obtiene el valor de la propiedad status.
207
-         * 
208
-         * @return
209
-         *     possible object is
210
-         *     {@link Genesis.BankSvcRs.Status }
211
-         *     
212
-         */
213
-        public Genesis.BankSvcRs.Status getStatus() {
214
-            return status;
215
-        }
216
-
217
-        /**
218
-         * Define el valor de la propiedad status.
219
-         * 
220
-         * @param value
221
-         *     allowed object is
222
-         *     {@link Genesis.BankSvcRs.Status }
223
-         *     
224
-         */
225
-        public void setStatus(Genesis.BankSvcRs.Status value) {
226
-            this.status = value;
227
-        }
228
-
229
-        /**
230
-         * Obtiene el valor de la propiedad wsRs.
231
-         * 
232
-         * @return
233
-         *     possible object is
234
-         *     {@link Genesis.BankSvcRs.WSRs }
235
-         *     
236
-         */
237
-        public Genesis.BankSvcRs.WSRs getWSRs() {
238
-            return wsRs;
239
-        }
240
-
241
-        /**
242
-         * Define el valor de la propiedad wsRs.
243
-         * 
244
-         * @param value
245
-         *     allowed object is
246
-         *     {@link Genesis.BankSvcRs.WSRs }
247
-         *     
248
-         */
249
-        public void setWSRs(Genesis.BankSvcRs.WSRs value) {
250
-            this.wsRs = value;
251
-        }
252
-
253
-
254
-        /**
255
-         * <p>Clase Java para anonymous complex type.
256
-         * 
257
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
258
-         * 
259
-         * <pre>
260
-         * <complexType>
261
-         *   <complexContent>
262
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
263
-         *       <sequence>
264
-         *         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
265
-         *         <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
266
-         *         <element name="AdditionalStatus">
267
-         *           <complexType>
268
-         *             <complexContent>
269
-         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
270
-         *                 <sequence>
271
-         *                   <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
272
-         *                   <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
273
-         *                 </sequence>
274
-         *               </restriction>
275
-         *             </complexContent>
276
-         *           </complexType>
277
-         *         </element>
278
-         *       </sequence>
279
-         *     </restriction>
280
-         *   </complexContent>
281
-         * </complexType>
282
-         * </pre>
283
-         * 
284
-         * 
285
-         */
286
-        @XmlAccessorType(XmlAccessType.FIELD)
287
-        @XmlType(name = "", propOrder = {
288
-            "statusCode",
289
-            "statusDesc",
290
-            "additionalStatus"
291
-        })
292
-        public static class Status {
293
-
294
-            @XmlElement(name = "StatusCode", required = true)
295
-            protected String statusCode;
296
-            @XmlElement(name = "StatusDesc", required = true)
297
-            protected String statusDesc;
298
-            @XmlElement(name = "AdditionalStatus", required = true)
299
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
300
-
301
-            /**
302
-             * Obtiene el valor de la propiedad statusCode.
303
-             * 
304
-             * @return
305
-             *     possible object is
306
-             *     {@link String }
307
-             *     
308
-             */
309
-            public String getStatusCode() {
310
-                return statusCode;
311
-            }
312
-
313
-            /**
314
-             * Define el valor de la propiedad statusCode.
315
-             * 
316
-             * @param value
317
-             *     allowed object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public void setStatusCode(String value) {
322
-                this.statusCode = value;
323
-            }
324
-
325
-            /**
326
-             * Obtiene el valor de la propiedad statusDesc.
327
-             * 
328
-             * @return
329
-             *     possible object is
330
-             *     {@link String }
331
-             *     
332
-             */
333
-            public String getStatusDesc() {
334
-                return statusDesc;
335
-            }
336
-
337
-            /**
338
-             * Define el valor de la propiedad statusDesc.
339
-             * 
340
-             * @param value
341
-             *     allowed object is
342
-             *     {@link String }
343
-             *     
344
-             */
345
-            public void setStatusDesc(String value) {
346
-                this.statusDesc = value;
347
-            }
348
-
349
-            /**
350
-             * Obtiene el valor de la propiedad additionalStatus.
351
-             * 
352
-             * @return
353
-             *     possible object is
354
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
355
-             *     
356
-             */
357
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
358
-                return additionalStatus;
359
-            }
360
-
361
-            /**
362
-             * Define el valor de la propiedad additionalStatus.
363
-             * 
364
-             * @param value
365
-             *     allowed object is
366
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
367
-             *     
368
-             */
369
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
370
-                this.additionalStatus = value;
371
-            }
372
-
373
-
374
-            /**
375
-             * <p>Clase Java para anonymous complex type.
376
-             * 
377
-             * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
378
-             * 
379
-             * <pre>
380
-             * <complexType>
381
-             *   <complexContent>
382
-             *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
383
-             *       <sequence>
384
-             *         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
385
-             *         <element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/>
386
-             *       </sequence>
387
-             *     </restriction>
388
-             *   </complexContent>
389
-             * </complexType>
390
-             * </pre>
391
-             * 
392
-             * 
393
-             */
394
-            @XmlAccessorType(XmlAccessType.FIELD)
395
-            @XmlType(name = "", propOrder = {
396
-                "statusCode",
397
-                "statusDesc"
398
-            })
399
-            public static class AdditionalStatus {
400
-
401
-                @XmlElement(name = "StatusCode", required = true)
402
-                protected String statusCode;
403
-                @XmlElement(name = "StatusDesc", required = true)
404
-                protected String statusDesc;
405
-
406
-                /**
407
-                 * Obtiene el valor de la propiedad statusCode.
408
-                 * 
409
-                 * @return
410
-                 *     possible object is
411
-                 *     {@link String }
412
-                 *     
413
-                 */
414
-                public String getStatusCode() {
415
-                    return statusCode;
416
-                }
417
-
418
-                /**
419
-                 * Define el valor de la propiedad statusCode.
420
-                 * 
421
-                 * @param value
422
-                 *     allowed object is
423
-                 *     {@link String }
424
-                 *     
425
-                 */
426
-                public void setStatusCode(String value) {
427
-                    this.statusCode = value;
428
-                }
429
-
430
-                /**
431
-                 * Obtiene el valor de la propiedad statusDesc.
432
-                 * 
433
-                 * @return
434
-                 *     possible object is
435
-                 *     {@link String }
436
-                 *     
437
-                 */
438
-                public String getStatusDesc() {
439
-                    return statusDesc;
440
-                }
441
-
442
-                /**
443
-                 * Define el valor de la propiedad statusDesc.
444
-                 * 
445
-                 * @param value
446
-                 *     allowed object is
447
-                 *     {@link String }
448
-                 *     
449
-                 */
450
-                public void setStatusDesc(String value) {
451
-                    this.statusDesc = value;
452
-                }
453
-
454
-            }
455
-
456
-        }
457
-
458
-
459
-        /**
460
-         * <p>Clase Java para anonymous complex type.
461
-         * 
462
-         * <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
463
-         * 
464
-         * <pre>
465
-         * <complexType>
466
-         *   <complexContent>
467
-         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
468
-         *       <sequence>
469
-         *         <element name="Sucursal" maxOccurs="unbounded" minOccurs="0">
470
-         *           <complexType>
471
-         *             <complexContent>
472
-         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
473
-         *                 <sequence>
474
-         *                   <element name="CodigoDeSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/>
475
-         *                   <element name="NombredeSucursal" type="{http://www.w3.org/2001/XMLSchema}string"/>
476
-         *                 </sequence>
477
-         *               </restriction>
478
-         *             </complexContent>
479
-         *           </complexType>
480
-         *         </element>
481
-         *       </sequence>
482
-         *     </restriction>
483
-         *   </complexContent>
484
-         * </complexType>
485
-         * </pre>
486
-         * 
487
-         * 
488
-         */
489
-        @XmlAccessorType(XmlAccessType.FIELD)
490
-        @XmlType(name = "", propOrder = {
491
-            "sucursal"
492
-        })
493
-        public static class WSRs {
494
-
495
-            @XmlElement(name = "Sucursal")
496
-            protected List<Genesis.BankSvcRs.WSRs.Sucursal> sucursal;
497
-
498
-            /**
499
-             * Gets the value of the sucursal property.
500
-             * 
501
-             * &lt;p&gt;
502
-             * This accessor method returns a reference to the live list,
503
-             * not a snapshot. Therefore any modification you make to the
504
-             * returned list will be present inside the JAXB object.
505
-             * This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the sucursal property.
506
-             * 
507
-             * &lt;p&gt;
508
-             * For example, to add a new item, do as follows:
509
-             * &lt;pre&gt;
510
-             *    getSucursal().add(newItem);
511
-             * &lt;/pre&gt;
512
-             * 
513
-             * 
514
-             * &lt;p&gt;
515
-             * Objects of the following type(s) are allowed in the list
516
-             * {@link Genesis.BankSvcRs.WSRs.Sucursal }
517
-             * 
518
-             * 
519
-             */
520
-            public List<Genesis.BankSvcRs.WSRs.Sucursal> getSucursal() {
521
-                if (sucursal == null) {
522
-                    sucursal = new ArrayList<Genesis.BankSvcRs.WSRs.Sucursal>();
523
-                }
524
-                return this.sucursal;
525
-            }
526
-
527
-
528
-            /**
529
-             * &lt;p&gt;Clase Java para anonymous complex type.
530
-             * 
531
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
532
-             * 
533
-             * &lt;pre&gt;
534
-             * &amp;lt;complexType&amp;gt;
535
-             *   &amp;lt;complexContent&amp;gt;
536
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
537
-             *       &amp;lt;sequence&amp;gt;
538
-             *         &amp;lt;element name="CodigoDeSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
539
-             *         &amp;lt;element name="NombredeSucursal" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
540
-             *       &amp;lt;/sequence&amp;gt;
541
-             *     &amp;lt;/restriction&amp;gt;
542
-             *   &amp;lt;/complexContent&amp;gt;
543
-             * &amp;lt;/complexType&amp;gt;
544
-             * &lt;/pre&gt;
545
-             * 
546
-             * 
547
-             */
548
-            @XmlAccessorType(XmlAccessType.FIELD)
549
-            @XmlType(name = "", propOrder = {
550
-                "codigoDeSucursal",
551
-                "nombredeSucursal"
552
-            })
553
-            public static class Sucursal {
554
-
555
-                @XmlElement(name = "CodigoDeSucursal")
556
-                protected long codigoDeSucursal;
557
-                @XmlElement(name = "NombredeSucursal", required = true)
558
-                protected String nombredeSucursal;
559
-
560
-                /**
561
-                 * Obtiene el valor de la propiedad codigoDeSucursal.
562
-                 * 
563
-                 */
564
-                public long getCodigoDeSucursal() {
565
-                    return codigoDeSucursal;
566
-                }
567
-
568
-                /**
569
-                 * Define el valor de la propiedad codigoDeSucursal.
570
-                 * 
571
-                 */
572
-                public void setCodigoDeSucursal(long value) {
573
-                    this.codigoDeSucursal = value;
574
-                }
575
-
576
-                /**
577
-                 * Obtiene el valor de la propiedad nombredeSucursal.
578
-                 * 
579
-                 * @return
580
-                 *     possible object is
581
-                 *     {@link String }
582
-                 *     
583
-                 */
584
-                public String getNombredeSucursal() {
585
-                    return nombredeSucursal;
586
-                }
587
-
588
-                /**
589
-                 * Define el valor de la propiedad nombredeSucursal.
590
-                 * 
591
-                 * @param value
592
-                 *     allowed object is
593
-                 *     {@link String }
594
-                 *     
595
-                 */
596
-                public void setNombredeSucursal(String value) {
597
-                    this.nombredeSucursal = value;
598
-                }
599
-
600
-            }
601
-
602
-        }
603
-
604
-    }
605
-
606
-}

+ 0 - 87
build/generated/jaxbCache/BranchListResponse/generated/ObjectFactory.java Ver fichero

@@ -1,87 +0,0 @@
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:59:02 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
60
-        return new Genesis.BankSvcRs.WSRs();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
68
-        return new Genesis.BankSvcRs.Status();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs.Sucursal }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRs.WSRs.Sucursal createGenesisBankSvcRsWSRsSucursal() {
76
-        return new Genesis.BankSvcRs.WSRs.Sucursal();
77
-    }
78
-
79
-    /**
80
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
81
-     * 
82
-     */
83
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
84
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
85
-    }
86
-
87
-}

+ 0 - 79
build/generated/jaxbCache/DeleteUserRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:20:28 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 416
build/generated/jaxbCache/DeleteUserResponse/generated/Genesis.java Ver fichero

@@ -1,416 +0,0 @@
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:01:58 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="Status"&amp;gt;
34
- *                     &amp;lt;complexType&amp;gt;
35
- *                       &amp;lt;complexContent&amp;gt;
36
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
37
- *                           &amp;lt;sequence&amp;gt;
38
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
39
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
40
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
41
- *                               &amp;lt;complexType&amp;gt;
42
- *                                 &amp;lt;complexContent&amp;gt;
43
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
44
- *                                     &amp;lt;sequence&amp;gt;
45
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
46
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
47
- *                                     &amp;lt;/sequence&amp;gt;
48
- *                                   &amp;lt;/restriction&amp;gt;
49
- *                                 &amp;lt;/complexContent&amp;gt;
50
- *                               &amp;lt;/complexType&amp;gt;
51
- *                             &amp;lt;/element&amp;gt;
52
- *                           &amp;lt;/sequence&amp;gt;
53
- *                         &amp;lt;/restriction&amp;gt;
54
- *                       &amp;lt;/complexContent&amp;gt;
55
- *                     &amp;lt;/complexType&amp;gt;
56
- *                   &amp;lt;/element&amp;gt;
57
- *                   &amp;lt;element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
58
- *                 &amp;lt;/sequence&amp;gt;
59
- *               &amp;lt;/restriction&amp;gt;
60
- *             &amp;lt;/complexContent&amp;gt;
61
- *           &amp;lt;/complexType&amp;gt;
62
- *         &amp;lt;/element&amp;gt;
63
- *       &amp;lt;/sequence&amp;gt;
64
- *     &amp;lt;/restriction&amp;gt;
65
- *   &amp;lt;/complexContent&amp;gt;
66
- * &amp;lt;/complexType&amp;gt;
67
- * &lt;/pre&gt;
68
- * 
69
- * 
70
- */
71
-@XmlAccessorType(XmlAccessType.FIELD)
72
-@XmlType(name = "", propOrder = {
73
-    "bankSvcRs"
74
-})
75
-@XmlRootElement(name = "Genesis")
76
-public class Genesis {
77
-
78
-    @XmlElement(name = "BankSvcRs", required = true)
79
-    protected Genesis.BankSvcRs bankSvcRs;
80
-
81
-    /**
82
-     * Obtiene el valor de la propiedad bankSvcRs.
83
-     * 
84
-     * @return
85
-     *     possible object is
86
-     *     {@link Genesis.BankSvcRs }
87
-     *     
88
-     */
89
-    public Genesis.BankSvcRs getBankSvcRs() {
90
-        return bankSvcRs;
91
-    }
92
-
93
-    /**
94
-     * Define el valor de la propiedad bankSvcRs.
95
-     * 
96
-     * @param value
97
-     *     allowed object is
98
-     *     {@link Genesis.BankSvcRs }
99
-     *     
100
-     */
101
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
102
-        this.bankSvcRs = value;
103
-    }
104
-
105
-
106
-    /**
107
-     * &lt;p&gt;Clase Java para anonymous complex type.
108
-     * 
109
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
110
-     * 
111
-     * &lt;pre&gt;
112
-     * &amp;lt;complexType&amp;gt;
113
-     *   &amp;lt;complexContent&amp;gt;
114
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
115
-     *       &amp;lt;sequence&amp;gt;
116
-     *         &amp;lt;element name="Status"&amp;gt;
117
-     *           &amp;lt;complexType&amp;gt;
118
-     *             &amp;lt;complexContent&amp;gt;
119
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
120
-     *                 &amp;lt;sequence&amp;gt;
121
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
122
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
123
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
124
-     *                     &amp;lt;complexType&amp;gt;
125
-     *                       &amp;lt;complexContent&amp;gt;
126
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
127
-     *                           &amp;lt;sequence&amp;gt;
128
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
129
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
130
-     *                           &amp;lt;/sequence&amp;gt;
131
-     *                         &amp;lt;/restriction&amp;gt;
132
-     *                       &amp;lt;/complexContent&amp;gt;
133
-     *                     &amp;lt;/complexType&amp;gt;
134
-     *                   &amp;lt;/element&amp;gt;
135
-     *                 &amp;lt;/sequence&amp;gt;
136
-     *               &amp;lt;/restriction&amp;gt;
137
-     *             &amp;lt;/complexContent&amp;gt;
138
-     *           &amp;lt;/complexType&amp;gt;
139
-     *         &amp;lt;/element&amp;gt;
140
-     *         &amp;lt;element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
141
-     *       &amp;lt;/sequence&amp;gt;
142
-     *     &amp;lt;/restriction&amp;gt;
143
-     *   &amp;lt;/complexContent&amp;gt;
144
-     * &amp;lt;/complexType&amp;gt;
145
-     * &lt;/pre&gt;
146
-     * 
147
-     * 
148
-     */
149
-    @XmlAccessorType(XmlAccessType.FIELD)
150
-    @XmlType(name = "", propOrder = {
151
-        "status",
152
-        "wsRs"
153
-    })
154
-    public static class BankSvcRs {
155
-
156
-        @XmlElement(name = "Status", required = true)
157
-        protected Genesis.BankSvcRs.Status status;
158
-        @XmlElement(name = "WSRs", required = true)
159
-        protected String wsRs;
160
-
161
-        /**
162
-         * Obtiene el valor de la propiedad status.
163
-         * 
164
-         * @return
165
-         *     possible object is
166
-         *     {@link Genesis.BankSvcRs.Status }
167
-         *     
168
-         */
169
-        public Genesis.BankSvcRs.Status getStatus() {
170
-            return status;
171
-        }
172
-
173
-        /**
174
-         * Define el valor de la propiedad status.
175
-         * 
176
-         * @param value
177
-         *     allowed object is
178
-         *     {@link Genesis.BankSvcRs.Status }
179
-         *     
180
-         */
181
-        public void setStatus(Genesis.BankSvcRs.Status value) {
182
-            this.status = value;
183
-        }
184
-
185
-        /**
186
-         * Obtiene el valor de la propiedad wsRs.
187
-         * 
188
-         * @return
189
-         *     possible object is
190
-         *     {@link String }
191
-         *     
192
-         */
193
-        public String getWSRs() {
194
-            return wsRs;
195
-        }
196
-
197
-        /**
198
-         * Define el valor de la propiedad wsRs.
199
-         * 
200
-         * @param value
201
-         *     allowed object is
202
-         *     {@link String }
203
-         *     
204
-         */
205
-        public void setWSRs(String value) {
206
-            this.wsRs = value;
207
-        }
208
-
209
-
210
-        /**
211
-         * &lt;p&gt;Clase Java para anonymous complex type.
212
-         * 
213
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
214
-         * 
215
-         * &lt;pre&gt;
216
-         * &amp;lt;complexType&amp;gt;
217
-         *   &amp;lt;complexContent&amp;gt;
218
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
219
-         *       &amp;lt;sequence&amp;gt;
220
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
221
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
222
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
223
-         *           &amp;lt;complexType&amp;gt;
224
-         *             &amp;lt;complexContent&amp;gt;
225
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
226
-         *                 &amp;lt;sequence&amp;gt;
227
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
228
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
229
-         *                 &amp;lt;/sequence&amp;gt;
230
-         *               &amp;lt;/restriction&amp;gt;
231
-         *             &amp;lt;/complexContent&amp;gt;
232
-         *           &amp;lt;/complexType&amp;gt;
233
-         *         &amp;lt;/element&amp;gt;
234
-         *       &amp;lt;/sequence&amp;gt;
235
-         *     &amp;lt;/restriction&amp;gt;
236
-         *   &amp;lt;/complexContent&amp;gt;
237
-         * &amp;lt;/complexType&amp;gt;
238
-         * &lt;/pre&gt;
239
-         * 
240
-         * 
241
-         */
242
-        @XmlAccessorType(XmlAccessType.FIELD)
243
-        @XmlType(name = "", propOrder = {
244
-            "statusCode",
245
-            "statusDesc",
246
-            "additionalStatus"
247
-        })
248
-        public static class Status {
249
-
250
-            @XmlElement(name = "StatusCode", required = true)
251
-            protected String statusCode;
252
-            @XmlElement(name = "StatusDesc", required = true)
253
-            protected String statusDesc;
254
-            @XmlElement(name = "AdditionalStatus", required = true)
255
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
256
-
257
-            /**
258
-             * Obtiene el valor de la propiedad statusCode.
259
-             * 
260
-             * @return
261
-             *     possible object is
262
-             *     {@link String }
263
-             *     
264
-             */
265
-            public String getStatusCode() {
266
-                return statusCode;
267
-            }
268
-
269
-            /**
270
-             * Define el valor de la propiedad statusCode.
271
-             * 
272
-             * @param value
273
-             *     allowed object is
274
-             *     {@link String }
275
-             *     
276
-             */
277
-            public void setStatusCode(String value) {
278
-                this.statusCode = value;
279
-            }
280
-
281
-            /**
282
-             * Obtiene el valor de la propiedad statusDesc.
283
-             * 
284
-             * @return
285
-             *     possible object is
286
-             *     {@link String }
287
-             *     
288
-             */
289
-            public String getStatusDesc() {
290
-                return statusDesc;
291
-            }
292
-
293
-            /**
294
-             * Define el valor de la propiedad statusDesc.
295
-             * 
296
-             * @param value
297
-             *     allowed object is
298
-             *     {@link String }
299
-             *     
300
-             */
301
-            public void setStatusDesc(String value) {
302
-                this.statusDesc = value;
303
-            }
304
-
305
-            /**
306
-             * Obtiene el valor de la propiedad additionalStatus.
307
-             * 
308
-             * @return
309
-             *     possible object is
310
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
311
-             *     
312
-             */
313
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
314
-                return additionalStatus;
315
-            }
316
-
317
-            /**
318
-             * Define el valor de la propiedad additionalStatus.
319
-             * 
320
-             * @param value
321
-             *     allowed object is
322
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
323
-             *     
324
-             */
325
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
326
-                this.additionalStatus = value;
327
-            }
328
-
329
-
330
-            /**
331
-             * &lt;p&gt;Clase Java para anonymous complex type.
332
-             * 
333
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
334
-             * 
335
-             * &lt;pre&gt;
336
-             * &amp;lt;complexType&amp;gt;
337
-             *   &amp;lt;complexContent&amp;gt;
338
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
339
-             *       &amp;lt;sequence&amp;gt;
340
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
341
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
342
-             *       &amp;lt;/sequence&amp;gt;
343
-             *     &amp;lt;/restriction&amp;gt;
344
-             *   &amp;lt;/complexContent&amp;gt;
345
-             * &amp;lt;/complexType&amp;gt;
346
-             * &lt;/pre&gt;
347
-             * 
348
-             * 
349
-             */
350
-            @XmlAccessorType(XmlAccessType.FIELD)
351
-            @XmlType(name = "", propOrder = {
352
-                "statusCode",
353
-                "statusDesc"
354
-            })
355
-            public static class AdditionalStatus {
356
-
357
-                @XmlElement(name = "StatusCode", required = true)
358
-                protected String statusCode;
359
-                @XmlElement(name = "StatusDesc", required = true)
360
-                protected String statusDesc;
361
-
362
-                /**
363
-                 * Obtiene el valor de la propiedad statusCode.
364
-                 * 
365
-                 * @return
366
-                 *     possible object is
367
-                 *     {@link String }
368
-                 *     
369
-                 */
370
-                public String getStatusCode() {
371
-                    return statusCode;
372
-                }
373
-
374
-                /**
375
-                 * Define el valor de la propiedad statusCode.
376
-                 * 
377
-                 * @param value
378
-                 *     allowed object is
379
-                 *     {@link String }
380
-                 *     
381
-                 */
382
-                public void setStatusCode(String value) {
383
-                    this.statusCode = value;
384
-                }
385
-
386
-                /**
387
-                 * Obtiene el valor de la propiedad statusDesc.
388
-                 * 
389
-                 * @return
390
-                 *     possible object is
391
-                 *     {@link String }
392
-                 *     
393
-                 */
394
-                public String getStatusDesc() {
395
-                    return statusDesc;
396
-                }
397
-
398
-                /**
399
-                 * Define el valor de la propiedad statusDesc.
400
-                 * 
401
-                 * @param value
402
-                 *     allowed object is
403
-                 *     {@link String }
404
-                 *     
405
-                 */
406
-                public void setStatusDesc(String value) {
407
-                    this.statusDesc = value;
408
-                }
409
-
410
-            }
411
-
412
-        }
413
-
414
-    }
415
-
416
-}

+ 0 - 71
build/generated/jaxbCache/DeleteUserResponse/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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:01:58 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
68
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
69
-    }
70
-
71
-}

+ 0 - 436
build/generated/jaxbCache/RoleListRequest/generated/Genesis.java Ver fichero

@@ -1,436 +0,0 @@
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:24:09 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="SignonRq"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
34
- *                 &amp;lt;/sequence&amp;gt;
35
- *               &amp;lt;/restriction&amp;gt;
36
- *             &amp;lt;/complexContent&amp;gt;
37
- *           &amp;lt;/complexType&amp;gt;
38
- *         &amp;lt;/element&amp;gt;
39
- *         &amp;lt;element name="BaseSvcRq"&amp;gt;
40
- *           &amp;lt;complexType&amp;gt;
41
- *             &amp;lt;complexContent&amp;gt;
42
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
43
- *                 &amp;lt;sequence&amp;gt;
44
- *                   &amp;lt;element name="MsgRqHdr"&amp;gt;
45
- *                     &amp;lt;complexType&amp;gt;
46
- *                       &amp;lt;complexContent&amp;gt;
47
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
48
- *                           &amp;lt;sequence&amp;gt;
49
- *                             &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
50
- *                             &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
51
- *                             &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
52
- *                             &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
53
- *                             &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                 &amp;lt;/sequence&amp;gt;
60
- *               &amp;lt;/restriction&amp;gt;
61
- *             &amp;lt;/complexContent&amp;gt;
62
- *           &amp;lt;/complexType&amp;gt;
63
- *         &amp;lt;/element&amp;gt;
64
- *         &amp;lt;element name="BankSvcRq" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
65
- *       &amp;lt;/sequence&amp;gt;
66
- *     &amp;lt;/restriction&amp;gt;
67
- *   &amp;lt;/complexContent&amp;gt;
68
- * &amp;lt;/complexType&amp;gt;
69
- * &lt;/pre&gt;
70
- * 
71
- * 
72
- */
73
-@XmlAccessorType(XmlAccessType.FIELD)
74
-@XmlType(name = "", propOrder = {
75
-    "signonRq",
76
-    "baseSvcRq",
77
-    "bankSvcRq"
78
-})
79
-@XmlRootElement(name = "Genesis")
80
-public class Genesis {
81
-
82
-    @XmlElement(name = "SignonRq", required = true)
83
-    protected Genesis.SignonRq signonRq;
84
-    @XmlElement(name = "BaseSvcRq", required = true)
85
-    protected Genesis.BaseSvcRq baseSvcRq;
86
-    @XmlElement(name = "BankSvcRq", required = true)
87
-    protected String bankSvcRq;
88
-
89
-    /**
90
-     * Obtiene el valor de la propiedad signonRq.
91
-     * 
92
-     * @return
93
-     *     possible object is
94
-     *     {@link Genesis.SignonRq }
95
-     *     
96
-     */
97
-    public Genesis.SignonRq getSignonRq() {
98
-        return signonRq;
99
-    }
100
-
101
-    /**
102
-     * Define el valor de la propiedad signonRq.
103
-     * 
104
-     * @param value
105
-     *     allowed object is
106
-     *     {@link Genesis.SignonRq }
107
-     *     
108
-     */
109
-    public void setSignonRq(Genesis.SignonRq value) {
110
-        this.signonRq = value;
111
-    }
112
-
113
-    /**
114
-     * Obtiene el valor de la propiedad baseSvcRq.
115
-     * 
116
-     * @return
117
-     *     possible object is
118
-     *     {@link Genesis.BaseSvcRq }
119
-     *     
120
-     */
121
-    public Genesis.BaseSvcRq getBaseSvcRq() {
122
-        return baseSvcRq;
123
-    }
124
-
125
-    /**
126
-     * Define el valor de la propiedad baseSvcRq.
127
-     * 
128
-     * @param value
129
-     *     allowed object is
130
-     *     {@link Genesis.BaseSvcRq }
131
-     *     
132
-     */
133
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
134
-        this.baseSvcRq = value;
135
-    }
136
-
137
-    /**
138
-     * Obtiene el valor de la propiedad bankSvcRq.
139
-     * 
140
-     * @return
141
-     *     possible object is
142
-     *     {@link String }
143
-     *     
144
-     */
145
-    public String getBankSvcRq() {
146
-        return bankSvcRq;
147
-    }
148
-
149
-    /**
150
-     * Define el valor de la propiedad bankSvcRq.
151
-     * 
152
-     * @param value
153
-     *     allowed object is
154
-     *     {@link String }
155
-     *     
156
-     */
157
-    public void setBankSvcRq(String value) {
158
-        this.bankSvcRq = value;
159
-    }
160
-
161
-
162
-    /**
163
-     * &lt;p&gt;Clase Java para anonymous complex type.
164
-     * 
165
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
166
-     * 
167
-     * &lt;pre&gt;
168
-     * &amp;lt;complexType&amp;gt;
169
-     *   &amp;lt;complexContent&amp;gt;
170
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
171
-     *       &amp;lt;sequence&amp;gt;
172
-     *         &amp;lt;element name="MsgRqHdr"&amp;gt;
173
-     *           &amp;lt;complexType&amp;gt;
174
-     *             &amp;lt;complexContent&amp;gt;
175
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
176
-     *                 &amp;lt;sequence&amp;gt;
177
-     *                   &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
178
-     *                   &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
179
-     *                   &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
180
-     *                   &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
181
-     *                   &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
182
-     *                 &amp;lt;/sequence&amp;gt;
183
-     *               &amp;lt;/restriction&amp;gt;
184
-     *             &amp;lt;/complexContent&amp;gt;
185
-     *           &amp;lt;/complexType&amp;gt;
186
-     *         &amp;lt;/element&amp;gt;
187
-     *       &amp;lt;/sequence&amp;gt;
188
-     *     &amp;lt;/restriction&amp;gt;
189
-     *   &amp;lt;/complexContent&amp;gt;
190
-     * &amp;lt;/complexType&amp;gt;
191
-     * &lt;/pre&gt;
192
-     * 
193
-     * 
194
-     */
195
-    @XmlAccessorType(XmlAccessType.FIELD)
196
-    @XmlType(name = "", propOrder = {
197
-        "msgRqHdr"
198
-    })
199
-    public static class BaseSvcRq {
200
-
201
-        @XmlElement(name = "MsgRqHdr", required = true)
202
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
203
-
204
-        /**
205
-         * Obtiene el valor de la propiedad msgRqHdr.
206
-         * 
207
-         * @return
208
-         *     possible object is
209
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
210
-         *     
211
-         */
212
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
213
-            return msgRqHdr;
214
-        }
215
-
216
-        /**
217
-         * Define el valor de la propiedad msgRqHdr.
218
-         * 
219
-         * @param value
220
-         *     allowed object is
221
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
222
-         *     
223
-         */
224
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
225
-            this.msgRqHdr = value;
226
-        }
227
-
228
-
229
-        /**
230
-         * &lt;p&gt;Clase Java para anonymous complex type.
231
-         * 
232
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
233
-         * 
234
-         * &lt;pre&gt;
235
-         * &amp;lt;complexType&amp;gt;
236
-         *   &amp;lt;complexContent&amp;gt;
237
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
238
-         *       &amp;lt;sequence&amp;gt;
239
-         *         &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
240
-         *         &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
241
-         *         &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
242
-         *         &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
243
-         *         &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
244
-         *       &amp;lt;/sequence&amp;gt;
245
-         *     &amp;lt;/restriction&amp;gt;
246
-         *   &amp;lt;/complexContent&amp;gt;
247
-         * &amp;lt;/complexType&amp;gt;
248
-         * &lt;/pre&gt;
249
-         * 
250
-         * 
251
-         */
252
-        @XmlAccessorType(XmlAccessType.FIELD)
253
-        @XmlType(name = "", propOrder = {
254
-            "instance",
255
-            "bankId",
256
-            "originatorName",
257
-            "requestCode",
258
-            "requestName"
259
-        })
260
-        public static class MsgRqHdr {
261
-
262
-            @XmlElement(name = "Instance", required = true)
263
-            protected String instance;
264
-            @XmlElement(name = "BankId")
265
-            protected short bankId;
266
-            @XmlElement(name = "OriginatorName", required = true)
267
-            protected String originatorName;
268
-            @XmlElement(name = "RequestCode")
269
-            protected short requestCode;
270
-            @XmlElement(name = "RequestName", required = true)
271
-            protected String requestName;
272
-
273
-            /**
274
-             * Obtiene el valor de la propiedad instance.
275
-             * 
276
-             * @return
277
-             *     possible object is
278
-             *     {@link String }
279
-             *     
280
-             */
281
-            public String getInstance() {
282
-                return instance;
283
-            }
284
-
285
-            /**
286
-             * Define el valor de la propiedad instance.
287
-             * 
288
-             * @param value
289
-             *     allowed object is
290
-             *     {@link String }
291
-             *     
292
-             */
293
-            public void setInstance(String value) {
294
-                this.instance = value;
295
-            }
296
-
297
-            /**
298
-             * Obtiene el valor de la propiedad bankId.
299
-             * 
300
-             */
301
-            public short getBankId() {
302
-                return bankId;
303
-            }
304
-
305
-            /**
306
-             * Define el valor de la propiedad bankId.
307
-             * 
308
-             */
309
-            public void setBankId(short value) {
310
-                this.bankId = value;
311
-            }
312
-
313
-            /**
314
-             * Obtiene el valor de la propiedad originatorName.
315
-             * 
316
-             * @return
317
-             *     possible object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public String getOriginatorName() {
322
-                return originatorName;
323
-            }
324
-
325
-            /**
326
-             * Define el valor de la propiedad originatorName.
327
-             * 
328
-             * @param value
329
-             *     allowed object is
330
-             *     {@link String }
331
-             *     
332
-             */
333
-            public void setOriginatorName(String value) {
334
-                this.originatorName = value;
335
-            }
336
-
337
-            /**
338
-             * Obtiene el valor de la propiedad requestCode.
339
-             * 
340
-             */
341
-            public short getRequestCode() {
342
-                return requestCode;
343
-            }
344
-
345
-            /**
346
-             * Define el valor de la propiedad requestCode.
347
-             * 
348
-             */
349
-            public void setRequestCode(short value) {
350
-                this.requestCode = value;
351
-            }
352
-
353
-            /**
354
-             * Obtiene el valor de la propiedad requestName.
355
-             * 
356
-             * @return
357
-             *     possible object is
358
-             *     {@link String }
359
-             *     
360
-             */
361
-            public String getRequestName() {
362
-                return requestName;
363
-            }
364
-
365
-            /**
366
-             * Define el valor de la propiedad requestName.
367
-             * 
368
-             * @param value
369
-             *     allowed object is
370
-             *     {@link String }
371
-             *     
372
-             */
373
-            public void setRequestName(String value) {
374
-                this.requestName = value;
375
-            }
376
-
377
-        }
378
-
379
-    }
380
-
381
-
382
-    /**
383
-     * &lt;p&gt;Clase Java para anonymous complex type.
384
-     * 
385
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
386
-     * 
387
-     * &lt;pre&gt;
388
-     * &amp;lt;complexType&amp;gt;
389
-     *   &amp;lt;complexContent&amp;gt;
390
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
391
-     *       &amp;lt;sequence&amp;gt;
392
-     *         &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
393
-     *       &amp;lt;/sequence&amp;gt;
394
-     *     &amp;lt;/restriction&amp;gt;
395
-     *   &amp;lt;/complexContent&amp;gt;
396
-     * &amp;lt;/complexType&amp;gt;
397
-     * &lt;/pre&gt;
398
-     * 
399
-     * 
400
-     */
401
-    @XmlAccessorType(XmlAccessType.FIELD)
402
-    @XmlType(name = "", propOrder = {
403
-        "sessionLoginId"
404
-    })
405
-    public static class SignonRq {
406
-
407
-        @XmlElement(name = "SessionLoginId", required = true)
408
-        protected String sessionLoginId;
409
-
410
-        /**
411
-         * Obtiene el valor de la propiedad sessionLoginId.
412
-         * 
413
-         * @return
414
-         *     possible object is
415
-         *     {@link String }
416
-         *     
417
-         */
418
-        public String getSessionLoginId() {
419
-            return sessionLoginId;
420
-        }
421
-
422
-        /**
423
-         * Define el valor de la propiedad sessionLoginId.
424
-         * 
425
-         * @param value
426
-         *     allowed object is
427
-         *     {@link String }
428
-         *     
429
-         */
430
-        public void setSessionLoginId(String value) {
431
-            this.sessionLoginId = value;
432
-        }
433
-
434
-    }
435
-
436
-}

+ 0 - 71
build/generated/jaxbCache/RoleListRequest/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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:24:09 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
65
-     * 
66
-     */
67
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
68
-        return new Genesis.BaseSvcRq.MsgRqHdr();
69
-    }
70
-
71
-}

+ 0 - 606
build/generated/jaxbCache/RoleListResponse/generated/Genesis.java Ver fichero

@@ -1,606 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import java.util.ArrayList;
12
-import java.util.List;
13
-import javax.xml.bind.annotation.XmlAccessType;
14
-import javax.xml.bind.annotation.XmlAccessorType;
15
-import javax.xml.bind.annotation.XmlElement;
16
-import javax.xml.bind.annotation.XmlRootElement;
17
-import javax.xml.bind.annotation.XmlType;
18
-
19
-
20
-/**
21
- * &lt;p&gt;Clase Java para anonymous complex type.
22
- * 
23
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
24
- * 
25
- * &lt;pre&gt;
26
- * &amp;lt;complexType&amp;gt;
27
- *   &amp;lt;complexContent&amp;gt;
28
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
29
- *       &amp;lt;sequence&amp;gt;
30
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
31
- *           &amp;lt;complexType&amp;gt;
32
- *             &amp;lt;complexContent&amp;gt;
33
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
34
- *                 &amp;lt;sequence&amp;gt;
35
- *                   &amp;lt;element name="Status"&amp;gt;
36
- *                     &amp;lt;complexType&amp;gt;
37
- *                       &amp;lt;complexContent&amp;gt;
38
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
39
- *                           &amp;lt;sequence&amp;gt;
40
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
41
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
42
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
43
- *                               &amp;lt;complexType&amp;gt;
44
- *                                 &amp;lt;complexContent&amp;gt;
45
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
46
- *                                     &amp;lt;sequence&amp;gt;
47
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
48
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
49
- *                                     &amp;lt;/sequence&amp;gt;
50
- *                                   &amp;lt;/restriction&amp;gt;
51
- *                                 &amp;lt;/complexContent&amp;gt;
52
- *                               &amp;lt;/complexType&amp;gt;
53
- *                             &amp;lt;/element&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                   &amp;lt;element name="WSRs"&amp;gt;
60
- *                     &amp;lt;complexType&amp;gt;
61
- *                       &amp;lt;complexContent&amp;gt;
62
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
63
- *                           &amp;lt;sequence&amp;gt;
64
- *                             &amp;lt;element name="Role" maxOccurs="unbounded" minOccurs="0"&amp;gt;
65
- *                               &amp;lt;complexType&amp;gt;
66
- *                                 &amp;lt;complexContent&amp;gt;
67
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                                     &amp;lt;sequence&amp;gt;
69
- *                                       &amp;lt;element name="IdRole" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
70
- *                                       &amp;lt;element name="NombredelRol" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
71
- *                                     &amp;lt;/sequence&amp;gt;
72
- *                                   &amp;lt;/restriction&amp;gt;
73
- *                                 &amp;lt;/complexContent&amp;gt;
74
- *                               &amp;lt;/complexType&amp;gt;
75
- *                             &amp;lt;/element&amp;gt;
76
- *                           &amp;lt;/sequence&amp;gt;
77
- *                         &amp;lt;/restriction&amp;gt;
78
- *                       &amp;lt;/complexContent&amp;gt;
79
- *                     &amp;lt;/complexType&amp;gt;
80
- *                   &amp;lt;/element&amp;gt;
81
- *                 &amp;lt;/sequence&amp;gt;
82
- *               &amp;lt;/restriction&amp;gt;
83
- *             &amp;lt;/complexContent&amp;gt;
84
- *           &amp;lt;/complexType&amp;gt;
85
- *         &amp;lt;/element&amp;gt;
86
- *       &amp;lt;/sequence&amp;gt;
87
- *     &amp;lt;/restriction&amp;gt;
88
- *   &amp;lt;/complexContent&amp;gt;
89
- * &amp;lt;/complexType&amp;gt;
90
- * &lt;/pre&gt;
91
- * 
92
- * 
93
- */
94
-@XmlAccessorType(XmlAccessType.FIELD)
95
-@XmlType(name = "", propOrder = {
96
-    "bankSvcRs"
97
-})
98
-@XmlRootElement(name = "Genesis")
99
-public class Genesis {
100
-
101
-    @XmlElement(name = "BankSvcRs", required = true)
102
-    protected Genesis.BankSvcRs bankSvcRs;
103
-
104
-    /**
105
-     * Obtiene el valor de la propiedad bankSvcRs.
106
-     * 
107
-     * @return
108
-     *     possible object is
109
-     *     {@link Genesis.BankSvcRs }
110
-     *     
111
-     */
112
-    public Genesis.BankSvcRs getBankSvcRs() {
113
-        return bankSvcRs;
114
-    }
115
-
116
-    /**
117
-     * Define el valor de la propiedad bankSvcRs.
118
-     * 
119
-     * @param value
120
-     *     allowed object is
121
-     *     {@link Genesis.BankSvcRs }
122
-     *     
123
-     */
124
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
125
-        this.bankSvcRs = value;
126
-    }
127
-
128
-
129
-    /**
130
-     * &lt;p&gt;Clase Java para anonymous complex type.
131
-     * 
132
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
133
-     * 
134
-     * &lt;pre&gt;
135
-     * &amp;lt;complexType&amp;gt;
136
-     *   &amp;lt;complexContent&amp;gt;
137
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
138
-     *       &amp;lt;sequence&amp;gt;
139
-     *         &amp;lt;element name="Status"&amp;gt;
140
-     *           &amp;lt;complexType&amp;gt;
141
-     *             &amp;lt;complexContent&amp;gt;
142
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
143
-     *                 &amp;lt;sequence&amp;gt;
144
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
145
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
146
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
147
-     *                     &amp;lt;complexType&amp;gt;
148
-     *                       &amp;lt;complexContent&amp;gt;
149
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
150
-     *                           &amp;lt;sequence&amp;gt;
151
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
152
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
153
-     *                           &amp;lt;/sequence&amp;gt;
154
-     *                         &amp;lt;/restriction&amp;gt;
155
-     *                       &amp;lt;/complexContent&amp;gt;
156
-     *                     &amp;lt;/complexType&amp;gt;
157
-     *                   &amp;lt;/element&amp;gt;
158
-     *                 &amp;lt;/sequence&amp;gt;
159
-     *               &amp;lt;/restriction&amp;gt;
160
-     *             &amp;lt;/complexContent&amp;gt;
161
-     *           &amp;lt;/complexType&amp;gt;
162
-     *         &amp;lt;/element&amp;gt;
163
-     *         &amp;lt;element name="WSRs"&amp;gt;
164
-     *           &amp;lt;complexType&amp;gt;
165
-     *             &amp;lt;complexContent&amp;gt;
166
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
167
-     *                 &amp;lt;sequence&amp;gt;
168
-     *                   &amp;lt;element name="Role" maxOccurs="unbounded" minOccurs="0"&amp;gt;
169
-     *                     &amp;lt;complexType&amp;gt;
170
-     *                       &amp;lt;complexContent&amp;gt;
171
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
172
-     *                           &amp;lt;sequence&amp;gt;
173
-     *                             &amp;lt;element name="IdRole" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
174
-     *                             &amp;lt;element name="NombredelRol" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
175
-     *                           &amp;lt;/sequence&amp;gt;
176
-     *                         &amp;lt;/restriction&amp;gt;
177
-     *                       &amp;lt;/complexContent&amp;gt;
178
-     *                     &amp;lt;/complexType&amp;gt;
179
-     *                   &amp;lt;/element&amp;gt;
180
-     *                 &amp;lt;/sequence&amp;gt;
181
-     *               &amp;lt;/restriction&amp;gt;
182
-     *             &amp;lt;/complexContent&amp;gt;
183
-     *           &amp;lt;/complexType&amp;gt;
184
-     *         &amp;lt;/element&amp;gt;
185
-     *       &amp;lt;/sequence&amp;gt;
186
-     *     &amp;lt;/restriction&amp;gt;
187
-     *   &amp;lt;/complexContent&amp;gt;
188
-     * &amp;lt;/complexType&amp;gt;
189
-     * &lt;/pre&gt;
190
-     * 
191
-     * 
192
-     */
193
-    @XmlAccessorType(XmlAccessType.FIELD)
194
-    @XmlType(name = "", propOrder = {
195
-        "status",
196
-        "wsRs"
197
-    })
198
-    public static class BankSvcRs {
199
-
200
-        @XmlElement(name = "Status", required = true)
201
-        protected Genesis.BankSvcRs.Status status;
202
-        @XmlElement(name = "WSRs", required = true)
203
-        protected Genesis.BankSvcRs.WSRs wsRs;
204
-
205
-        /**
206
-         * Obtiene el valor de la propiedad status.
207
-         * 
208
-         * @return
209
-         *     possible object is
210
-         *     {@link Genesis.BankSvcRs.Status }
211
-         *     
212
-         */
213
-        public Genesis.BankSvcRs.Status getStatus() {
214
-            return status;
215
-        }
216
-
217
-        /**
218
-         * Define el valor de la propiedad status.
219
-         * 
220
-         * @param value
221
-         *     allowed object is
222
-         *     {@link Genesis.BankSvcRs.Status }
223
-         *     
224
-         */
225
-        public void setStatus(Genesis.BankSvcRs.Status value) {
226
-            this.status = value;
227
-        }
228
-
229
-        /**
230
-         * Obtiene el valor de la propiedad wsRs.
231
-         * 
232
-         * @return
233
-         *     possible object is
234
-         *     {@link Genesis.BankSvcRs.WSRs }
235
-         *     
236
-         */
237
-        public Genesis.BankSvcRs.WSRs getWSRs() {
238
-            return wsRs;
239
-        }
240
-
241
-        /**
242
-         * Define el valor de la propiedad wsRs.
243
-         * 
244
-         * @param value
245
-         *     allowed object is
246
-         *     {@link Genesis.BankSvcRs.WSRs }
247
-         *     
248
-         */
249
-        public void setWSRs(Genesis.BankSvcRs.WSRs value) {
250
-            this.wsRs = value;
251
-        }
252
-
253
-
254
-        /**
255
-         * &lt;p&gt;Clase Java para anonymous complex type.
256
-         * 
257
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
258
-         * 
259
-         * &lt;pre&gt;
260
-         * &amp;lt;complexType&amp;gt;
261
-         *   &amp;lt;complexContent&amp;gt;
262
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
263
-         *       &amp;lt;sequence&amp;gt;
264
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
265
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
266
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
267
-         *           &amp;lt;complexType&amp;gt;
268
-         *             &amp;lt;complexContent&amp;gt;
269
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
270
-         *                 &amp;lt;sequence&amp;gt;
271
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
272
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
273
-         *                 &amp;lt;/sequence&amp;gt;
274
-         *               &amp;lt;/restriction&amp;gt;
275
-         *             &amp;lt;/complexContent&amp;gt;
276
-         *           &amp;lt;/complexType&amp;gt;
277
-         *         &amp;lt;/element&amp;gt;
278
-         *       &amp;lt;/sequence&amp;gt;
279
-         *     &amp;lt;/restriction&amp;gt;
280
-         *   &amp;lt;/complexContent&amp;gt;
281
-         * &amp;lt;/complexType&amp;gt;
282
-         * &lt;/pre&gt;
283
-         * 
284
-         * 
285
-         */
286
-        @XmlAccessorType(XmlAccessType.FIELD)
287
-        @XmlType(name = "", propOrder = {
288
-            "statusCode",
289
-            "statusDesc",
290
-            "additionalStatus"
291
-        })
292
-        public static class Status {
293
-
294
-            @XmlElement(name = "StatusCode", required = true)
295
-            protected String statusCode;
296
-            @XmlElement(name = "StatusDesc", required = true)
297
-            protected String statusDesc;
298
-            @XmlElement(name = "AdditionalStatus", required = true)
299
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
300
-
301
-            /**
302
-             * Obtiene el valor de la propiedad statusCode.
303
-             * 
304
-             * @return
305
-             *     possible object is
306
-             *     {@link String }
307
-             *     
308
-             */
309
-            public String getStatusCode() {
310
-                return statusCode;
311
-            }
312
-
313
-            /**
314
-             * Define el valor de la propiedad statusCode.
315
-             * 
316
-             * @param value
317
-             *     allowed object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public void setStatusCode(String value) {
322
-                this.statusCode = value;
323
-            }
324
-
325
-            /**
326
-             * Obtiene el valor de la propiedad statusDesc.
327
-             * 
328
-             * @return
329
-             *     possible object is
330
-             *     {@link String }
331
-             *     
332
-             */
333
-            public String getStatusDesc() {
334
-                return statusDesc;
335
-            }
336
-
337
-            /**
338
-             * Define el valor de la propiedad statusDesc.
339
-             * 
340
-             * @param value
341
-             *     allowed object is
342
-             *     {@link String }
343
-             *     
344
-             */
345
-            public void setStatusDesc(String value) {
346
-                this.statusDesc = value;
347
-            }
348
-
349
-            /**
350
-             * Obtiene el valor de la propiedad additionalStatus.
351
-             * 
352
-             * @return
353
-             *     possible object is
354
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
355
-             *     
356
-             */
357
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
358
-                return additionalStatus;
359
-            }
360
-
361
-            /**
362
-             * Define el valor de la propiedad additionalStatus.
363
-             * 
364
-             * @param value
365
-             *     allowed object is
366
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
367
-             *     
368
-             */
369
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
370
-                this.additionalStatus = value;
371
-            }
372
-
373
-
374
-            /**
375
-             * &lt;p&gt;Clase Java para anonymous complex type.
376
-             * 
377
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
378
-             * 
379
-             * &lt;pre&gt;
380
-             * &amp;lt;complexType&amp;gt;
381
-             *   &amp;lt;complexContent&amp;gt;
382
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
383
-             *       &amp;lt;sequence&amp;gt;
384
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
385
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
386
-             *       &amp;lt;/sequence&amp;gt;
387
-             *     &amp;lt;/restriction&amp;gt;
388
-             *   &amp;lt;/complexContent&amp;gt;
389
-             * &amp;lt;/complexType&amp;gt;
390
-             * &lt;/pre&gt;
391
-             * 
392
-             * 
393
-             */
394
-            @XmlAccessorType(XmlAccessType.FIELD)
395
-            @XmlType(name = "", propOrder = {
396
-                "statusCode",
397
-                "statusDesc"
398
-            })
399
-            public static class AdditionalStatus {
400
-
401
-                @XmlElement(name = "StatusCode", required = true)
402
-                protected String statusCode;
403
-                @XmlElement(name = "StatusDesc", required = true)
404
-                protected String statusDesc;
405
-
406
-                /**
407
-                 * Obtiene el valor de la propiedad statusCode.
408
-                 * 
409
-                 * @return
410
-                 *     possible object is
411
-                 *     {@link String }
412
-                 *     
413
-                 */
414
-                public String getStatusCode() {
415
-                    return statusCode;
416
-                }
417
-
418
-                /**
419
-                 * Define el valor de la propiedad statusCode.
420
-                 * 
421
-                 * @param value
422
-                 *     allowed object is
423
-                 *     {@link String }
424
-                 *     
425
-                 */
426
-                public void setStatusCode(String value) {
427
-                    this.statusCode = value;
428
-                }
429
-
430
-                /**
431
-                 * Obtiene el valor de la propiedad statusDesc.
432
-                 * 
433
-                 * @return
434
-                 *     possible object is
435
-                 *     {@link String }
436
-                 *     
437
-                 */
438
-                public String getStatusDesc() {
439
-                    return statusDesc;
440
-                }
441
-
442
-                /**
443
-                 * Define el valor de la propiedad statusDesc.
444
-                 * 
445
-                 * @param value
446
-                 *     allowed object is
447
-                 *     {@link String }
448
-                 *     
449
-                 */
450
-                public void setStatusDesc(String value) {
451
-                    this.statusDesc = value;
452
-                }
453
-
454
-            }
455
-
456
-        }
457
-
458
-
459
-        /**
460
-         * &lt;p&gt;Clase Java para anonymous complex type.
461
-         * 
462
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
463
-         * 
464
-         * &lt;pre&gt;
465
-         * &amp;lt;complexType&amp;gt;
466
-         *   &amp;lt;complexContent&amp;gt;
467
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
468
-         *       &amp;lt;sequence&amp;gt;
469
-         *         &amp;lt;element name="Role" maxOccurs="unbounded" minOccurs="0"&amp;gt;
470
-         *           &amp;lt;complexType&amp;gt;
471
-         *             &amp;lt;complexContent&amp;gt;
472
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
473
-         *                 &amp;lt;sequence&amp;gt;
474
-         *                   &amp;lt;element name="IdRole" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
475
-         *                   &amp;lt;element name="NombredelRol" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
476
-         *                 &amp;lt;/sequence&amp;gt;
477
-         *               &amp;lt;/restriction&amp;gt;
478
-         *             &amp;lt;/complexContent&amp;gt;
479
-         *           &amp;lt;/complexType&amp;gt;
480
-         *         &amp;lt;/element&amp;gt;
481
-         *       &amp;lt;/sequence&amp;gt;
482
-         *     &amp;lt;/restriction&amp;gt;
483
-         *   &amp;lt;/complexContent&amp;gt;
484
-         * &amp;lt;/complexType&amp;gt;
485
-         * &lt;/pre&gt;
486
-         * 
487
-         * 
488
-         */
489
-        @XmlAccessorType(XmlAccessType.FIELD)
490
-        @XmlType(name = "", propOrder = {
491
-            "role"
492
-        })
493
-        public static class WSRs {
494
-
495
-            @XmlElement(name = "Role")
496
-            protected List<Genesis.BankSvcRs.WSRs.Role> role;
497
-
498
-            /**
499
-             * Gets the value of the role property.
500
-             * 
501
-             * &lt;p&gt;
502
-             * This accessor method returns a reference to the live list,
503
-             * not a snapshot. Therefore any modification you make to the
504
-             * returned list will be present inside the JAXB object.
505
-             * This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the role property.
506
-             * 
507
-             * &lt;p&gt;
508
-             * For example, to add a new item, do as follows:
509
-             * &lt;pre&gt;
510
-             *    getRole().add(newItem);
511
-             * &lt;/pre&gt;
512
-             * 
513
-             * 
514
-             * &lt;p&gt;
515
-             * Objects of the following type(s) are allowed in the list
516
-             * {@link Genesis.BankSvcRs.WSRs.Role }
517
-             * 
518
-             * 
519
-             */
520
-            public List<Genesis.BankSvcRs.WSRs.Role> getRole() {
521
-                if (role == null) {
522
-                    role = new ArrayList<Genesis.BankSvcRs.WSRs.Role>();
523
-                }
524
-                return this.role;
525
-            }
526
-
527
-
528
-            /**
529
-             * &lt;p&gt;Clase Java para anonymous complex type.
530
-             * 
531
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
532
-             * 
533
-             * &lt;pre&gt;
534
-             * &amp;lt;complexType&amp;gt;
535
-             *   &amp;lt;complexContent&amp;gt;
536
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
537
-             *       &amp;lt;sequence&amp;gt;
538
-             *         &amp;lt;element name="IdRole" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
539
-             *         &amp;lt;element name="NombredelRol" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
540
-             *       &amp;lt;/sequence&amp;gt;
541
-             *     &amp;lt;/restriction&amp;gt;
542
-             *   &amp;lt;/complexContent&amp;gt;
543
-             * &amp;lt;/complexType&amp;gt;
544
-             * &lt;/pre&gt;
545
-             * 
546
-             * 
547
-             */
548
-            @XmlAccessorType(XmlAccessType.FIELD)
549
-            @XmlType(name = "", propOrder = {
550
-                "idRole",
551
-                "nombredelRol"
552
-            })
553
-            public static class Role {
554
-
555
-                @XmlElement(name = "IdRole")
556
-                protected long idRole;
557
-                @XmlElement(name = "NombredelRol", required = true)
558
-                protected String nombredelRol;
559
-
560
-                /**
561
-                 * Obtiene el valor de la propiedad idRole.
562
-                 * 
563
-                 */
564
-                public long getIdRole() {
565
-                    return idRole;
566
-                }
567
-
568
-                /**
569
-                 * Define el valor de la propiedad idRole.
570
-                 * 
571
-                 */
572
-                public void setIdRole(long value) {
573
-                    this.idRole = value;
574
-                }
575
-
576
-                /**
577
-                 * Obtiene el valor de la propiedad nombredelRol.
578
-                 * 
579
-                 * @return
580
-                 *     possible object is
581
-                 *     {@link String }
582
-                 *     
583
-                 */
584
-                public String getNombredelRol() {
585
-                    return nombredelRol;
586
-                }
587
-
588
-                /**
589
-                 * Define el valor de la propiedad nombredelRol.
590
-                 * 
591
-                 * @param value
592
-                 *     allowed object is
593
-                 *     {@link String }
594
-                 *     
595
-                 */
596
-                public void setNombredelRol(String value) {
597
-                    this.nombredelRol = value;
598
-                }
599
-
600
-            }
601
-
602
-        }
603
-
604
-    }
605
-
606
-}

+ 0 - 87
build/generated/jaxbCache/RoleListResponse/generated/ObjectFactory.java Ver fichero

@@ -1,87 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
60
-        return new Genesis.BankSvcRs.WSRs();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
68
-        return new Genesis.BankSvcRs.Status();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs.Role }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRs.WSRs.Role createGenesisBankSvcRsWSRsRole() {
76
-        return new Genesis.BankSvcRs.WSRs.Role();
77
-    }
78
-
79
-    /**
80
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
81
-     * 
82
-     */
83
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
84
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
85
-    }
86
-
87
-}

+ 0 - 533
build/generated/jaxbCache/UpdateUserRequest/generated/Genesis.java Ver fichero

@@ -1,533 +0,0 @@
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:26:44 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import java.io.Serializable;
12
-import java.util.ArrayList;
13
-import java.util.List;
14
-import javax.xml.bind.JAXBElement;
15
-import javax.xml.bind.annotation.XmlAccessType;
16
-import javax.xml.bind.annotation.XmlAccessorType;
17
-import javax.xml.bind.annotation.XmlElement;
18
-import javax.xml.bind.annotation.XmlElementRef;
19
-import javax.xml.bind.annotation.XmlElementRefs;
20
-import javax.xml.bind.annotation.XmlMixed;
21
-import javax.xml.bind.annotation.XmlRootElement;
22
-import javax.xml.bind.annotation.XmlType;
23
-
24
-
25
-/**
26
- * &lt;p&gt;Clase Java para anonymous complex type.
27
- * 
28
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
29
- * 
30
- * &lt;pre&gt;
31
- * &amp;lt;complexType&amp;gt;
32
- *   &amp;lt;complexContent&amp;gt;
33
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
34
- *       &amp;lt;sequence&amp;gt;
35
- *         &amp;lt;element name="SignonRq"&amp;gt;
36
- *           &amp;lt;complexType&amp;gt;
37
- *             &amp;lt;complexContent&amp;gt;
38
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
39
- *                 &amp;lt;sequence&amp;gt;
40
- *                   &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
41
- *                 &amp;lt;/sequence&amp;gt;
42
- *               &amp;lt;/restriction&amp;gt;
43
- *             &amp;lt;/complexContent&amp;gt;
44
- *           &amp;lt;/complexType&amp;gt;
45
- *         &amp;lt;/element&amp;gt;
46
- *         &amp;lt;element name="BaseSvcRq"&amp;gt;
47
- *           &amp;lt;complexType&amp;gt;
48
- *             &amp;lt;complexContent&amp;gt;
49
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
50
- *                 &amp;lt;sequence&amp;gt;
51
- *                   &amp;lt;element name="MsgRqHdr"&amp;gt;
52
- *                     &amp;lt;complexType&amp;gt;
53
- *                       &amp;lt;complexContent&amp;gt;
54
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
55
- *                           &amp;lt;sequence&amp;gt;
56
- *                             &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
57
- *                             &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
58
- *                             &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
59
- *                             &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
60
- *                             &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
61
- *                           &amp;lt;/sequence&amp;gt;
62
- *                         &amp;lt;/restriction&amp;gt;
63
- *                       &amp;lt;/complexContent&amp;gt;
64
- *                     &amp;lt;/complexType&amp;gt;
65
- *                   &amp;lt;/element&amp;gt;
66
- *                 &amp;lt;/sequence&amp;gt;
67
- *               &amp;lt;/restriction&amp;gt;
68
- *             &amp;lt;/complexContent&amp;gt;
69
- *           &amp;lt;/complexType&amp;gt;
70
- *         &amp;lt;/element&amp;gt;
71
- *         &amp;lt;element name="BankSvcRq"&amp;gt;
72
- *           &amp;lt;complexType&amp;gt;
73
- *             &amp;lt;complexContent&amp;gt;
74
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
75
- *                 &amp;lt;sequence&amp;gt;
76
- *                   &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
77
- *                   &amp;lt;element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
78
- *                   &amp;lt;element name="gnsContrasena" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
79
- *                   &amp;lt;element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
80
- *                   &amp;lt;element name="gnsIDSupervisor" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
81
- *                 &amp;lt;/sequence&amp;gt;
82
- *               &amp;lt;/restriction&amp;gt;
83
- *             &amp;lt;/complexContent&amp;gt;
84
- *           &amp;lt;/complexType&amp;gt;
85
- *         &amp;lt;/element&amp;gt;
86
- *       &amp;lt;/sequence&amp;gt;
87
- *     &amp;lt;/restriction&amp;gt;
88
- *   &amp;lt;/complexContent&amp;gt;
89
- * &amp;lt;/complexType&amp;gt;
90
- * &lt;/pre&gt;
91
- * 
92
- * 
93
- */
94
-@XmlAccessorType(XmlAccessType.FIELD)
95
-@XmlType(name = "", propOrder = {
96
-    "signonRq",
97
-    "baseSvcRq",
98
-    "bankSvcRq"
99
-})
100
-@XmlRootElement(name = "Genesis")
101
-public class Genesis {
102
-
103
-    @XmlElement(name = "SignonRq", required = true)
104
-    protected Genesis.SignonRq signonRq;
105
-    @XmlElement(name = "BaseSvcRq", required = true)
106
-    protected Genesis.BaseSvcRq baseSvcRq;
107
-    @XmlElement(name = "BankSvcRq", required = true)
108
-    protected Genesis.BankSvcRq bankSvcRq;
109
-
110
-    /**
111
-     * Obtiene el valor de la propiedad signonRq.
112
-     * 
113
-     * @return
114
-     *     possible object is
115
-     *     {@link Genesis.SignonRq }
116
-     *     
117
-     */
118
-    public Genesis.SignonRq getSignonRq() {
119
-        return signonRq;
120
-    }
121
-
122
-    /**
123
-     * Define el valor de la propiedad signonRq.
124
-     * 
125
-     * @param value
126
-     *     allowed object is
127
-     *     {@link Genesis.SignonRq }
128
-     *     
129
-     */
130
-    public void setSignonRq(Genesis.SignonRq value) {
131
-        this.signonRq = value;
132
-    }
133
-
134
-    /**
135
-     * Obtiene el valor de la propiedad baseSvcRq.
136
-     * 
137
-     * @return
138
-     *     possible object is
139
-     *     {@link Genesis.BaseSvcRq }
140
-     *     
141
-     */
142
-    public Genesis.BaseSvcRq getBaseSvcRq() {
143
-        return baseSvcRq;
144
-    }
145
-
146
-    /**
147
-     * Define el valor de la propiedad baseSvcRq.
148
-     * 
149
-     * @param value
150
-     *     allowed object is
151
-     *     {@link Genesis.BaseSvcRq }
152
-     *     
153
-     */
154
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
155
-        this.baseSvcRq = value;
156
-    }
157
-
158
-    /**
159
-     * Obtiene el valor de la propiedad bankSvcRq.
160
-     * 
161
-     * @return
162
-     *     possible object is
163
-     *     {@link Genesis.BankSvcRq }
164
-     *     
165
-     */
166
-    public Genesis.BankSvcRq getBankSvcRq() {
167
-        return bankSvcRq;
168
-    }
169
-
170
-    /**
171
-     * Define el valor de la propiedad bankSvcRq.
172
-     * 
173
-     * @param value
174
-     *     allowed object is
175
-     *     {@link Genesis.BankSvcRq }
176
-     *     
177
-     */
178
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
179
-        this.bankSvcRq = value;
180
-    }
181
-
182
-
183
-    /**
184
-     * &lt;p&gt;Clase Java para anonymous complex type.
185
-     * 
186
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
187
-     * 
188
-     * &lt;pre&gt;
189
-     * &amp;lt;complexType&amp;gt;
190
-     *   &amp;lt;complexContent&amp;gt;
191
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
192
-     *       &amp;lt;sequence&amp;gt;
193
-     *         &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
194
-     *         &amp;lt;element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
195
-     *         &amp;lt;element name="gnsContrasena" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
196
-     *         &amp;lt;element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
197
-     *         &amp;lt;element name="gnsIDSupervisor" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
198
-     *       &amp;lt;/sequence&amp;gt;
199
-     *     &amp;lt;/restriction&amp;gt;
200
-     *   &amp;lt;/complexContent&amp;gt;
201
-     * &amp;lt;/complexType&amp;gt;
202
-     * &lt;/pre&gt;
203
-     * 
204
-     * 
205
-     */
206
-    @XmlAccessorType(XmlAccessType.FIELD)
207
-    @XmlType(name = "", propOrder = {
208
-        "content"
209
-    })
210
-    public static class BankSvcRq {
211
-
212
-        @XmlElementRefs({
213
-            @XmlElementRef(name = "gnsIDUsuario", type = JAXBElement.class),
214
-            @XmlElementRef(name = "gnsIDRol", type = JAXBElement.class),
215
-            @XmlElementRef(name = "gnsContrasena", type = JAXBElement.class),
216
-            @XmlElementRef(name = "gnsCodigoSucursal", type = JAXBElement.class),
217
-            @XmlElementRef(name = "gnsIDSupervisor", type = JAXBElement.class)
218
-        })
219
-        @XmlMixed
220
-        protected List<Serializable> content;
221
-
222
-        /**
223
-         * Gets the value of the content property.
224
-         * 
225
-         * &lt;p&gt;
226
-         * This accessor method returns a reference to the live list,
227
-         * not a snapshot. Therefore any modification you make to the
228
-         * returned list will be present inside the JAXB object.
229
-         * This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the content property.
230
-         * 
231
-         * &lt;p&gt;
232
-         * For example, to add a new item, do as follows:
233
-         * &lt;pre&gt;
234
-         *    getContent().add(newItem);
235
-         * &lt;/pre&gt;
236
-         * 
237
-         * 
238
-         * &lt;p&gt;
239
-         * Objects of the following type(s) are allowed in the list
240
-         * {@link JAXBElement }{@code <}{@link Long }{@code >}
241
-         * {@link JAXBElement }{@code <}{@link Long }{@code >}
242
-         * {@link JAXBElement }{@code <}{@link String }{@code >}
243
-         * {@link JAXBElement }{@code <}{@link Long }{@code >}
244
-         * {@link JAXBElement }{@code <}{@link Long }{@code >}
245
-         * {@link String }
246
-         * 
247
-         * 
248
-         */
249
-        public List<Serializable> getContent() {
250
-            if (content == null) {
251
-                content = new ArrayList<Serializable>();
252
-            }
253
-            return this.content;
254
-        }
255
-
256
-    }
257
-
258
-
259
-    /**
260
-     * &lt;p&gt;Clase Java para anonymous complex type.
261
-     * 
262
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
263
-     * 
264
-     * &lt;pre&gt;
265
-     * &amp;lt;complexType&amp;gt;
266
-     *   &amp;lt;complexContent&amp;gt;
267
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
268
-     *       &amp;lt;sequence&amp;gt;
269
-     *         &amp;lt;element name="MsgRqHdr"&amp;gt;
270
-     *           &amp;lt;complexType&amp;gt;
271
-     *             &amp;lt;complexContent&amp;gt;
272
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
273
-     *                 &amp;lt;sequence&amp;gt;
274
-     *                   &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
275
-     *                   &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
276
-     *                   &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
277
-     *                   &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
278
-     *                   &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
279
-     *                 &amp;lt;/sequence&amp;gt;
280
-     *               &amp;lt;/restriction&amp;gt;
281
-     *             &amp;lt;/complexContent&amp;gt;
282
-     *           &amp;lt;/complexType&amp;gt;
283
-     *         &amp;lt;/element&amp;gt;
284
-     *       &amp;lt;/sequence&amp;gt;
285
-     *     &amp;lt;/restriction&amp;gt;
286
-     *   &amp;lt;/complexContent&amp;gt;
287
-     * &amp;lt;/complexType&amp;gt;
288
-     * &lt;/pre&gt;
289
-     * 
290
-     * 
291
-     */
292
-    @XmlAccessorType(XmlAccessType.FIELD)
293
-    @XmlType(name = "", propOrder = {
294
-        "msgRqHdr"
295
-    })
296
-    public static class BaseSvcRq {
297
-
298
-        @XmlElement(name = "MsgRqHdr", required = true)
299
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
300
-
301
-        /**
302
-         * Obtiene el valor de la propiedad msgRqHdr.
303
-         * 
304
-         * @return
305
-         *     possible object is
306
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
307
-         *     
308
-         */
309
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
310
-            return msgRqHdr;
311
-        }
312
-
313
-        /**
314
-         * Define el valor de la propiedad msgRqHdr.
315
-         * 
316
-         * @param value
317
-         *     allowed object is
318
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
319
-         *     
320
-         */
321
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
322
-            this.msgRqHdr = value;
323
-        }
324
-
325
-
326
-        /**
327
-         * &lt;p&gt;Clase Java para anonymous complex type.
328
-         * 
329
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
330
-         * 
331
-         * &lt;pre&gt;
332
-         * &amp;lt;complexType&amp;gt;
333
-         *   &amp;lt;complexContent&amp;gt;
334
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
335
-         *       &amp;lt;sequence&amp;gt;
336
-         *         &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
337
-         *         &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
338
-         *         &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
339
-         *         &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
340
-         *         &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
341
-         *       &amp;lt;/sequence&amp;gt;
342
-         *     &amp;lt;/restriction&amp;gt;
343
-         *   &amp;lt;/complexContent&amp;gt;
344
-         * &amp;lt;/complexType&amp;gt;
345
-         * &lt;/pre&gt;
346
-         * 
347
-         * 
348
-         */
349
-        @XmlAccessorType(XmlAccessType.FIELD)
350
-        @XmlType(name = "", propOrder = {
351
-            "instance",
352
-            "bankId",
353
-            "originatorName",
354
-            "requestCode",
355
-            "requestName"
356
-        })
357
-        public static class MsgRqHdr {
358
-
359
-            @XmlElement(name = "Instance", required = true)
360
-            protected String instance;
361
-            @XmlElement(name = "BankId")
362
-            protected short bankId;
363
-            @XmlElement(name = "OriginatorName", required = true)
364
-            protected String originatorName;
365
-            @XmlElement(name = "RequestCode")
366
-            protected short requestCode;
367
-            @XmlElement(name = "RequestName", required = true)
368
-            protected String requestName;
369
-
370
-            /**
371
-             * Obtiene el valor de la propiedad instance.
372
-             * 
373
-             * @return
374
-             *     possible object is
375
-             *     {@link String }
376
-             *     
377
-             */
378
-            public String getInstance() {
379
-                return instance;
380
-            }
381
-
382
-            /**
383
-             * Define el valor de la propiedad instance.
384
-             * 
385
-             * @param value
386
-             *     allowed object is
387
-             *     {@link String }
388
-             *     
389
-             */
390
-            public void setInstance(String value) {
391
-                this.instance = value;
392
-            }
393
-
394
-            /**
395
-             * Obtiene el valor de la propiedad bankId.
396
-             * 
397
-             */
398
-            public short getBankId() {
399
-                return bankId;
400
-            }
401
-
402
-            /**
403
-             * Define el valor de la propiedad bankId.
404
-             * 
405
-             */
406
-            public void setBankId(short value) {
407
-                this.bankId = value;
408
-            }
409
-
410
-            /**
411
-             * Obtiene el valor de la propiedad originatorName.
412
-             * 
413
-             * @return
414
-             *     possible object is
415
-             *     {@link String }
416
-             *     
417
-             */
418
-            public String getOriginatorName() {
419
-                return originatorName;
420
-            }
421
-
422
-            /**
423
-             * Define el valor de la propiedad originatorName.
424
-             * 
425
-             * @param value
426
-             *     allowed object is
427
-             *     {@link String }
428
-             *     
429
-             */
430
-            public void setOriginatorName(String value) {
431
-                this.originatorName = value;
432
-            }
433
-
434
-            /**
435
-             * Obtiene el valor de la propiedad requestCode.
436
-             * 
437
-             */
438
-            public short getRequestCode() {
439
-                return requestCode;
440
-            }
441
-
442
-            /**
443
-             * Define el valor de la propiedad requestCode.
444
-             * 
445
-             */
446
-            public void setRequestCode(short value) {
447
-                this.requestCode = value;
448
-            }
449
-
450
-            /**
451
-             * Obtiene el valor de la propiedad requestName.
452
-             * 
453
-             * @return
454
-             *     possible object is
455
-             *     {@link String }
456
-             *     
457
-             */
458
-            public String getRequestName() {
459
-                return requestName;
460
-            }
461
-
462
-            /**
463
-             * Define el valor de la propiedad requestName.
464
-             * 
465
-             * @param value
466
-             *     allowed object is
467
-             *     {@link String }
468
-             *     
469
-             */
470
-            public void setRequestName(String value) {
471
-                this.requestName = value;
472
-            }
473
-
474
-        }
475
-
476
-    }
477
-
478
-
479
-    /**
480
-     * &lt;p&gt;Clase Java para anonymous complex type.
481
-     * 
482
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
483
-     * 
484
-     * &lt;pre&gt;
485
-     * &amp;lt;complexType&amp;gt;
486
-     *   &amp;lt;complexContent&amp;gt;
487
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
488
-     *       &amp;lt;sequence&amp;gt;
489
-     *         &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
490
-     *       &amp;lt;/sequence&amp;gt;
491
-     *     &amp;lt;/restriction&amp;gt;
492
-     *   &amp;lt;/complexContent&amp;gt;
493
-     * &amp;lt;/complexType&amp;gt;
494
-     * &lt;/pre&gt;
495
-     * 
496
-     * 
497
-     */
498
-    @XmlAccessorType(XmlAccessType.FIELD)
499
-    @XmlType(name = "", propOrder = {
500
-        "sessionLoginId"
501
-    })
502
-    public static class SignonRq {
503
-
504
-        @XmlElement(name = "SessionLoginId", required = true)
505
-        protected String sessionLoginId;
506
-
507
-        /**
508
-         * Obtiene el valor de la propiedad sessionLoginId.
509
-         * 
510
-         * @return
511
-         *     possible object is
512
-         *     {@link String }
513
-         *     
514
-         */
515
-        public String getSessionLoginId() {
516
-            return sessionLoginId;
517
-        }
518
-
519
-        /**
520
-         * Define el valor de la propiedad sessionLoginId.
521
-         * 
522
-         * @param value
523
-         *     allowed object is
524
-         *     {@link String }
525
-         *     
526
-         */
527
-        public void setSessionLoginId(String value) {
528
-            this.sessionLoginId = value;
529
-        }
530
-
531
-    }
532
-
533
-}

+ 0 - 152
build/generated/jaxbCache/UpdateUserRequest/generated/ObjectFactory.java Ver fichero

@@ -1,152 +0,0 @@
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:26:44 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.JAXBElement;
12
-import javax.xml.bind.annotation.XmlElementDecl;
13
-import javax.xml.bind.annotation.XmlRegistry;
14
-import javax.xml.namespace.QName;
15
-
16
-
17
-/**
18
- * This object contains factory methods for each 
19
- * Java content interface and Java element interface 
20
- * generated in the generated package. 
21
- * &lt;p&gt;An ObjectFactory allows you to programatically 
22
- * construct new instances of the Java representation 
23
- * for XML content. The Java representation of XML 
24
- * content can consist of schema derived interfaces 
25
- * and classes representing the binding of schema 
26
- * type definitions, element declarations and model 
27
- * groups.  Factory methods for each of these are 
28
- * provided in this class.
29
- * 
30
- */
31
-@XmlRegistry
32
-public class ObjectFactory {
33
-
34
-    private final static QName _GenesisBankSvcRqGnsIDUsuario_QNAME = new QName("", "gnsIDUsuario");
35
-    private final static QName _GenesisBankSvcRqGnsIDRol_QNAME = new QName("", "gnsIDRol");
36
-    private final static QName _GenesisBankSvcRqGnsContrasena_QNAME = new QName("", "gnsContrasena");
37
-    private final static QName _GenesisBankSvcRqGnsCodigoSucursal_QNAME = new QName("", "gnsCodigoSucursal");
38
-    private final static QName _GenesisBankSvcRqGnsIDSupervisor_QNAME = new QName("", "gnsIDSupervisor");
39
-
40
-    /**
41
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
42
-     * 
43
-     */
44
-    public ObjectFactory() {
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis }
49
-     * 
50
-     */
51
-    public Genesis createGenesis() {
52
-        return new Genesis();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BaseSvcRq }
57
-     * 
58
-     */
59
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
60
-        return new Genesis.BaseSvcRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.SignonRq }
65
-     * 
66
-     */
67
-    public Genesis.SignonRq createGenesisSignonRq() {
68
-        return new Genesis.SignonRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRq }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
76
-        return new Genesis.BankSvcRq();
77
-    }
78
-
79
-    /**
80
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
81
-     * 
82
-     */
83
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
84
-        return new Genesis.BaseSvcRq.MsgRqHdr();
85
-    }
86
-
87
-    /**
88
-     * Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
89
-     * 
90
-     * @param value
91
-     *     Java instance representing xml element's value.
92
-     * @return
93
-     *     the new instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
94
-     */
95
-    @XmlElementDecl(namespace = "", name = "gnsIDUsuario", scope = Genesis.BankSvcRq.class)
96
-    public JAXBElement<Long> createGenesisBankSvcRqGnsIDUsuario(Long value) {
97
-        return new JAXBElement<Long>(_GenesisBankSvcRqGnsIDUsuario_QNAME, Long.class, Genesis.BankSvcRq.class, value);
98
-    }
99
-
100
-    /**
101
-     * Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
102
-     * 
103
-     * @param value
104
-     *     Java instance representing xml element's value.
105
-     * @return
106
-     *     the new instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
107
-     */
108
-    @XmlElementDecl(namespace = "", name = "gnsIDRol", scope = Genesis.BankSvcRq.class)
109
-    public JAXBElement<Long> createGenesisBankSvcRqGnsIDRol(Long value) {
110
-        return new JAXBElement<Long>(_GenesisBankSvcRqGnsIDRol_QNAME, Long.class, Genesis.BankSvcRq.class, value);
111
-    }
112
-
113
-    /**
114
-     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
115
-     * 
116
-     * @param value
117
-     *     Java instance representing xml element's value.
118
-     * @return
119
-     *     the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
120
-     */
121
-    @XmlElementDecl(namespace = "", name = "gnsContrasena", scope = Genesis.BankSvcRq.class)
122
-    public JAXBElement<String> createGenesisBankSvcRqGnsContrasena(String value) {
123
-        return new JAXBElement<String>(_GenesisBankSvcRqGnsContrasena_QNAME, String.class, Genesis.BankSvcRq.class, value);
124
-    }
125
-
126
-    /**
127
-     * Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
128
-     * 
129
-     * @param value
130
-     *     Java instance representing xml element's value.
131
-     * @return
132
-     *     the new instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
133
-     */
134
-    @XmlElementDecl(namespace = "", name = "gnsCodigoSucursal", scope = Genesis.BankSvcRq.class)
135
-    public JAXBElement<Long> createGenesisBankSvcRqGnsCodigoSucursal(Long value) {
136
-        return new JAXBElement<Long>(_GenesisBankSvcRqGnsCodigoSucursal_QNAME, Long.class, Genesis.BankSvcRq.class, value);
137
-    }
138
-
139
-    /**
140
-     * Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
141
-     * 
142
-     * @param value
143
-     *     Java instance representing xml element's value.
144
-     * @return
145
-     *     the new instance of {@link JAXBElement }{@code <}{@link Long }{@code >}
146
-     */
147
-    @XmlElementDecl(namespace = "", name = "gnsIDSupervisor", scope = Genesis.BankSvcRq.class)
148
-    public JAXBElement<Long> createGenesisBankSvcRqGnsIDSupervisor(Long value) {
149
-        return new JAXBElement<Long>(_GenesisBankSvcRqGnsIDSupervisor_QNAME, Long.class, Genesis.BankSvcRq.class, value);
150
-    }
151
-
152
-}

+ 0 - 482
build/generated/jaxbCache/UpdateUserResponse/generated/Genesis.java Ver fichero

@@ -1,482 +0,0 @@
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:09:45 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="Status"&amp;gt;
34
- *                     &amp;lt;complexType&amp;gt;
35
- *                       &amp;lt;complexContent&amp;gt;
36
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
37
- *                           &amp;lt;sequence&amp;gt;
38
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
39
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
40
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
41
- *                               &amp;lt;complexType&amp;gt;
42
- *                                 &amp;lt;complexContent&amp;gt;
43
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
44
- *                                     &amp;lt;sequence&amp;gt;
45
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
46
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
47
- *                                     &amp;lt;/sequence&amp;gt;
48
- *                                   &amp;lt;/restriction&amp;gt;
49
- *                                 &amp;lt;/complexContent&amp;gt;
50
- *                               &amp;lt;/complexType&amp;gt;
51
- *                             &amp;lt;/element&amp;gt;
52
- *                           &amp;lt;/sequence&amp;gt;
53
- *                         &amp;lt;/restriction&amp;gt;
54
- *                       &amp;lt;/complexContent&amp;gt;
55
- *                     &amp;lt;/complexType&amp;gt;
56
- *                   &amp;lt;/element&amp;gt;
57
- *                   &amp;lt;element name="WSRs"&amp;gt;
58
- *                     &amp;lt;complexType&amp;gt;
59
- *                       &amp;lt;complexContent&amp;gt;
60
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
61
- *                           &amp;lt;sequence&amp;gt;
62
- *                             &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
63
- *                           &amp;lt;/sequence&amp;gt;
64
- *                         &amp;lt;/restriction&amp;gt;
65
- *                       &amp;lt;/complexContent&amp;gt;
66
- *                     &amp;lt;/complexType&amp;gt;
67
- *                   &amp;lt;/element&amp;gt;
68
- *                 &amp;lt;/sequence&amp;gt;
69
- *               &amp;lt;/restriction&amp;gt;
70
- *             &amp;lt;/complexContent&amp;gt;
71
- *           &amp;lt;/complexType&amp;gt;
72
- *         &amp;lt;/element&amp;gt;
73
- *       &amp;lt;/sequence&amp;gt;
74
- *     &amp;lt;/restriction&amp;gt;
75
- *   &amp;lt;/complexContent&amp;gt;
76
- * &amp;lt;/complexType&amp;gt;
77
- * &lt;/pre&gt;
78
- * 
79
- * 
80
- */
81
-@XmlAccessorType(XmlAccessType.FIELD)
82
-@XmlType(name = "", propOrder = {
83
-    "bankSvcRs"
84
-})
85
-@XmlRootElement(name = "Genesis")
86
-public class Genesis {
87
-
88
-    @XmlElement(name = "BankSvcRs", required = true)
89
-    protected Genesis.BankSvcRs bankSvcRs;
90
-
91
-    /**
92
-     * Obtiene el valor de la propiedad bankSvcRs.
93
-     * 
94
-     * @return
95
-     *     possible object is
96
-     *     {@link Genesis.BankSvcRs }
97
-     *     
98
-     */
99
-    public Genesis.BankSvcRs getBankSvcRs() {
100
-        return bankSvcRs;
101
-    }
102
-
103
-    /**
104
-     * Define el valor de la propiedad bankSvcRs.
105
-     * 
106
-     * @param value
107
-     *     allowed object is
108
-     *     {@link Genesis.BankSvcRs }
109
-     *     
110
-     */
111
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
112
-        this.bankSvcRs = value;
113
-    }
114
-
115
-
116
-    /**
117
-     * &lt;p&gt;Clase Java para anonymous complex type.
118
-     * 
119
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
120
-     * 
121
-     * &lt;pre&gt;
122
-     * &amp;lt;complexType&amp;gt;
123
-     *   &amp;lt;complexContent&amp;gt;
124
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
125
-     *       &amp;lt;sequence&amp;gt;
126
-     *         &amp;lt;element name="Status"&amp;gt;
127
-     *           &amp;lt;complexType&amp;gt;
128
-     *             &amp;lt;complexContent&amp;gt;
129
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
130
-     *                 &amp;lt;sequence&amp;gt;
131
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
132
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
133
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
134
-     *                     &amp;lt;complexType&amp;gt;
135
-     *                       &amp;lt;complexContent&amp;gt;
136
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
137
-     *                           &amp;lt;sequence&amp;gt;
138
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
139
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
140
-     *                           &amp;lt;/sequence&amp;gt;
141
-     *                         &amp;lt;/restriction&amp;gt;
142
-     *                       &amp;lt;/complexContent&amp;gt;
143
-     *                     &amp;lt;/complexType&amp;gt;
144
-     *                   &amp;lt;/element&amp;gt;
145
-     *                 &amp;lt;/sequence&amp;gt;
146
-     *               &amp;lt;/restriction&amp;gt;
147
-     *             &amp;lt;/complexContent&amp;gt;
148
-     *           &amp;lt;/complexType&amp;gt;
149
-     *         &amp;lt;/element&amp;gt;
150
-     *         &amp;lt;element name="WSRs"&amp;gt;
151
-     *           &amp;lt;complexType&amp;gt;
152
-     *             &amp;lt;complexContent&amp;gt;
153
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
154
-     *                 &amp;lt;sequence&amp;gt;
155
-     *                   &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
156
-     *                 &amp;lt;/sequence&amp;gt;
157
-     *               &amp;lt;/restriction&amp;gt;
158
-     *             &amp;lt;/complexContent&amp;gt;
159
-     *           &amp;lt;/complexType&amp;gt;
160
-     *         &amp;lt;/element&amp;gt;
161
-     *       &amp;lt;/sequence&amp;gt;
162
-     *     &amp;lt;/restriction&amp;gt;
163
-     *   &amp;lt;/complexContent&amp;gt;
164
-     * &amp;lt;/complexType&amp;gt;
165
-     * &lt;/pre&gt;
166
-     * 
167
-     * 
168
-     */
169
-    @XmlAccessorType(XmlAccessType.FIELD)
170
-    @XmlType(name = "", propOrder = {
171
-        "status",
172
-        "wsRs"
173
-    })
174
-    public static class BankSvcRs {
175
-
176
-        @XmlElement(name = "Status", required = true)
177
-        protected Genesis.BankSvcRs.Status status;
178
-        @XmlElement(name = "WSRs", required = true)
179
-        protected Genesis.BankSvcRs.WSRs wsRs;
180
-
181
-        /**
182
-         * Obtiene el valor de la propiedad status.
183
-         * 
184
-         * @return
185
-         *     possible object is
186
-         *     {@link Genesis.BankSvcRs.Status }
187
-         *     
188
-         */
189
-        public Genesis.BankSvcRs.Status getStatus() {
190
-            return status;
191
-        }
192
-
193
-        /**
194
-         * Define el valor de la propiedad status.
195
-         * 
196
-         * @param value
197
-         *     allowed object is
198
-         *     {@link Genesis.BankSvcRs.Status }
199
-         *     
200
-         */
201
-        public void setStatus(Genesis.BankSvcRs.Status value) {
202
-            this.status = value;
203
-        }
204
-
205
-        /**
206
-         * Obtiene el valor de la propiedad wsRs.
207
-         * 
208
-         * @return
209
-         *     possible object is
210
-         *     {@link Genesis.BankSvcRs.WSRs }
211
-         *     
212
-         */
213
-        public Genesis.BankSvcRs.WSRs getWSRs() {
214
-            return wsRs;
215
-        }
216
-
217
-        /**
218
-         * Define el valor de la propiedad wsRs.
219
-         * 
220
-         * @param value
221
-         *     allowed object is
222
-         *     {@link Genesis.BankSvcRs.WSRs }
223
-         *     
224
-         */
225
-        public void setWSRs(Genesis.BankSvcRs.WSRs value) {
226
-            this.wsRs = value;
227
-        }
228
-
229
-
230
-        /**
231
-         * &lt;p&gt;Clase Java para anonymous complex type.
232
-         * 
233
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
234
-         * 
235
-         * &lt;pre&gt;
236
-         * &amp;lt;complexType&amp;gt;
237
-         *   &amp;lt;complexContent&amp;gt;
238
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
239
-         *       &amp;lt;sequence&amp;gt;
240
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
241
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
242
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
243
-         *           &amp;lt;complexType&amp;gt;
244
-         *             &amp;lt;complexContent&amp;gt;
245
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
246
-         *                 &amp;lt;sequence&amp;gt;
247
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
248
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
249
-         *                 &amp;lt;/sequence&amp;gt;
250
-         *               &amp;lt;/restriction&amp;gt;
251
-         *             &amp;lt;/complexContent&amp;gt;
252
-         *           &amp;lt;/complexType&amp;gt;
253
-         *         &amp;lt;/element&amp;gt;
254
-         *       &amp;lt;/sequence&amp;gt;
255
-         *     &amp;lt;/restriction&amp;gt;
256
-         *   &amp;lt;/complexContent&amp;gt;
257
-         * &amp;lt;/complexType&amp;gt;
258
-         * &lt;/pre&gt;
259
-         * 
260
-         * 
261
-         */
262
-        @XmlAccessorType(XmlAccessType.FIELD)
263
-        @XmlType(name = "", propOrder = {
264
-            "statusCode",
265
-            "statusDesc",
266
-            "additionalStatus"
267
-        })
268
-        public static class Status {
269
-
270
-            @XmlElement(name = "StatusCode", required = true)
271
-            protected String statusCode;
272
-            @XmlElement(name = "StatusDesc", required = true)
273
-            protected String statusDesc;
274
-            @XmlElement(name = "AdditionalStatus", required = true)
275
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
276
-
277
-            /**
278
-             * Obtiene el valor de la propiedad statusCode.
279
-             * 
280
-             * @return
281
-             *     possible object is
282
-             *     {@link String }
283
-             *     
284
-             */
285
-            public String getStatusCode() {
286
-                return statusCode;
287
-            }
288
-
289
-            /**
290
-             * Define el valor de la propiedad statusCode.
291
-             * 
292
-             * @param value
293
-             *     allowed object is
294
-             *     {@link String }
295
-             *     
296
-             */
297
-            public void setStatusCode(String value) {
298
-                this.statusCode = value;
299
-            }
300
-
301
-            /**
302
-             * Obtiene el valor de la propiedad statusDesc.
303
-             * 
304
-             * @return
305
-             *     possible object is
306
-             *     {@link String }
307
-             *     
308
-             */
309
-            public String getStatusDesc() {
310
-                return statusDesc;
311
-            }
312
-
313
-            /**
314
-             * Define el valor de la propiedad statusDesc.
315
-             * 
316
-             * @param value
317
-             *     allowed object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public void setStatusDesc(String value) {
322
-                this.statusDesc = value;
323
-            }
324
-
325
-            /**
326
-             * Obtiene el valor de la propiedad additionalStatus.
327
-             * 
328
-             * @return
329
-             *     possible object is
330
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
331
-             *     
332
-             */
333
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
334
-                return additionalStatus;
335
-            }
336
-
337
-            /**
338
-             * Define el valor de la propiedad additionalStatus.
339
-             * 
340
-             * @param value
341
-             *     allowed object is
342
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
343
-             *     
344
-             */
345
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
346
-                this.additionalStatus = value;
347
-            }
348
-
349
-
350
-            /**
351
-             * &lt;p&gt;Clase Java para anonymous complex type.
352
-             * 
353
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
354
-             * 
355
-             * &lt;pre&gt;
356
-             * &amp;lt;complexType&amp;gt;
357
-             *   &amp;lt;complexContent&amp;gt;
358
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
359
-             *       &amp;lt;sequence&amp;gt;
360
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
361
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
362
-             *       &amp;lt;/sequence&amp;gt;
363
-             *     &amp;lt;/restriction&amp;gt;
364
-             *   &amp;lt;/complexContent&amp;gt;
365
-             * &amp;lt;/complexType&amp;gt;
366
-             * &lt;/pre&gt;
367
-             * 
368
-             * 
369
-             */
370
-            @XmlAccessorType(XmlAccessType.FIELD)
371
-            @XmlType(name = "", propOrder = {
372
-                "statusCode",
373
-                "statusDesc"
374
-            })
375
-            public static class AdditionalStatus {
376
-
377
-                @XmlElement(name = "StatusCode", required = true)
378
-                protected String statusCode;
379
-                @XmlElement(name = "StatusDesc", required = true)
380
-                protected String statusDesc;
381
-
382
-                /**
383
-                 * Obtiene el valor de la propiedad statusCode.
384
-                 * 
385
-                 * @return
386
-                 *     possible object is
387
-                 *     {@link String }
388
-                 *     
389
-                 */
390
-                public String getStatusCode() {
391
-                    return statusCode;
392
-                }
393
-
394
-                /**
395
-                 * Define el valor de la propiedad statusCode.
396
-                 * 
397
-                 * @param value
398
-                 *     allowed object is
399
-                 *     {@link String }
400
-                 *     
401
-                 */
402
-                public void setStatusCode(String value) {
403
-                    this.statusCode = value;
404
-                }
405
-
406
-                /**
407
-                 * Obtiene el valor de la propiedad statusDesc.
408
-                 * 
409
-                 * @return
410
-                 *     possible object is
411
-                 *     {@link String }
412
-                 *     
413
-                 */
414
-                public String getStatusDesc() {
415
-                    return statusDesc;
416
-                }
417
-
418
-                /**
419
-                 * Define el valor de la propiedad statusDesc.
420
-                 * 
421
-                 * @param value
422
-                 *     allowed object is
423
-                 *     {@link String }
424
-                 *     
425
-                 */
426
-                public void setStatusDesc(String value) {
427
-                    this.statusDesc = value;
428
-                }
429
-
430
-            }
431
-
432
-        }
433
-
434
-
435
-        /**
436
-         * &lt;p&gt;Clase Java para anonymous complex type.
437
-         * 
438
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
439
-         * 
440
-         * &lt;pre&gt;
441
-         * &amp;lt;complexType&amp;gt;
442
-         *   &amp;lt;complexContent&amp;gt;
443
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
444
-         *       &amp;lt;sequence&amp;gt;
445
-         *         &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
446
-         *       &amp;lt;/sequence&amp;gt;
447
-         *     &amp;lt;/restriction&amp;gt;
448
-         *   &amp;lt;/complexContent&amp;gt;
449
-         * &amp;lt;/complexType&amp;gt;
450
-         * &lt;/pre&gt;
451
-         * 
452
-         * 
453
-         */
454
-        @XmlAccessorType(XmlAccessType.FIELD)
455
-        @XmlType(name = "", propOrder = {
456
-            "gnsIDUsuario"
457
-        })
458
-        public static class WSRs {
459
-
460
-            protected long gnsIDUsuario;
461
-
462
-            /**
463
-             * Obtiene el valor de la propiedad gnsIDUsuario.
464
-             * 
465
-             */
466
-            public long getGnsIDUsuario() {
467
-                return gnsIDUsuario;
468
-            }
469
-
470
-            /**
471
-             * Define el valor de la propiedad gnsIDUsuario.
472
-             * 
473
-             */
474
-            public void setGnsIDUsuario(long value) {
475
-                this.gnsIDUsuario = value;
476
-            }
477
-
478
-        }
479
-
480
-    }
481
-
482
-}

+ 0 - 79
build/generated/jaxbCache/UpdateUserResponse/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:09:45 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
68
-        return new Genesis.BankSvcRs.WSRs();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
76
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
77
-    }
78
-
79
-}

+ 0 - 521
build/generated/jaxbCache/UserBlockRequest/generated/Genesis.java Ver fichero

@@ -1,521 +0,0 @@
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:29:52 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="SignonRq"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
34
- *                 &amp;lt;/sequence&amp;gt;
35
- *               &amp;lt;/restriction&amp;gt;
36
- *             &amp;lt;/complexContent&amp;gt;
37
- *           &amp;lt;/complexType&amp;gt;
38
- *         &amp;lt;/element&amp;gt;
39
- *         &amp;lt;element name="BaseSvcRq"&amp;gt;
40
- *           &amp;lt;complexType&amp;gt;
41
- *             &amp;lt;complexContent&amp;gt;
42
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
43
- *                 &amp;lt;sequence&amp;gt;
44
- *                   &amp;lt;element name="MsgRqHdr"&amp;gt;
45
- *                     &amp;lt;complexType&amp;gt;
46
- *                       &amp;lt;complexContent&amp;gt;
47
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
48
- *                           &amp;lt;sequence&amp;gt;
49
- *                             &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
50
- *                             &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
51
- *                             &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
52
- *                             &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
53
- *                             &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                 &amp;lt;/sequence&amp;gt;
60
- *               &amp;lt;/restriction&amp;gt;
61
- *             &amp;lt;/complexContent&amp;gt;
62
- *           &amp;lt;/complexType&amp;gt;
63
- *         &amp;lt;/element&amp;gt;
64
- *         &amp;lt;element name="BankSvcRq"&amp;gt;
65
- *           &amp;lt;complexType&amp;gt;
66
- *             &amp;lt;complexContent&amp;gt;
67
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                 &amp;lt;sequence&amp;gt;
69
- *                   &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
70
- *                   &amp;lt;element name="gnsBloqueado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
71
- *                 &amp;lt;/sequence&amp;gt;
72
- *               &amp;lt;/restriction&amp;gt;
73
- *             &amp;lt;/complexContent&amp;gt;
74
- *           &amp;lt;/complexType&amp;gt;
75
- *         &amp;lt;/element&amp;gt;
76
- *       &amp;lt;/sequence&amp;gt;
77
- *     &amp;lt;/restriction&amp;gt;
78
- *   &amp;lt;/complexContent&amp;gt;
79
- * &amp;lt;/complexType&amp;gt;
80
- * &lt;/pre&gt;
81
- * 
82
- * 
83
- */
84
-@XmlAccessorType(XmlAccessType.FIELD)
85
-@XmlType(name = "", propOrder = {
86
-    "signonRq",
87
-    "baseSvcRq",
88
-    "bankSvcRq"
89
-})
90
-@XmlRootElement(name = "Genesis")
91
-public class Genesis {
92
-
93
-    @XmlElement(name = "SignonRq", required = true)
94
-    protected Genesis.SignonRq signonRq;
95
-    @XmlElement(name = "BaseSvcRq", required = true)
96
-    protected Genesis.BaseSvcRq baseSvcRq;
97
-    @XmlElement(name = "BankSvcRq", required = true)
98
-    protected Genesis.BankSvcRq bankSvcRq;
99
-
100
-    /**
101
-     * Obtiene el valor de la propiedad signonRq.
102
-     * 
103
-     * @return
104
-     *     possible object is
105
-     *     {@link Genesis.SignonRq }
106
-     *     
107
-     */
108
-    public Genesis.SignonRq getSignonRq() {
109
-        return signonRq;
110
-    }
111
-
112
-    /**
113
-     * Define el valor de la propiedad signonRq.
114
-     * 
115
-     * @param value
116
-     *     allowed object is
117
-     *     {@link Genesis.SignonRq }
118
-     *     
119
-     */
120
-    public void setSignonRq(Genesis.SignonRq value) {
121
-        this.signonRq = value;
122
-    }
123
-
124
-    /**
125
-     * Obtiene el valor de la propiedad baseSvcRq.
126
-     * 
127
-     * @return
128
-     *     possible object is
129
-     *     {@link Genesis.BaseSvcRq }
130
-     *     
131
-     */
132
-    public Genesis.BaseSvcRq getBaseSvcRq() {
133
-        return baseSvcRq;
134
-    }
135
-
136
-    /**
137
-     * Define el valor de la propiedad baseSvcRq.
138
-     * 
139
-     * @param value
140
-     *     allowed object is
141
-     *     {@link Genesis.BaseSvcRq }
142
-     *     
143
-     */
144
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
145
-        this.baseSvcRq = value;
146
-    }
147
-
148
-    /**
149
-     * Obtiene el valor de la propiedad bankSvcRq.
150
-     * 
151
-     * @return
152
-     *     possible object is
153
-     *     {@link Genesis.BankSvcRq }
154
-     *     
155
-     */
156
-    public Genesis.BankSvcRq getBankSvcRq() {
157
-        return bankSvcRq;
158
-    }
159
-
160
-    /**
161
-     * Define el valor de la propiedad bankSvcRq.
162
-     * 
163
-     * @param value
164
-     *     allowed object is
165
-     *     {@link Genesis.BankSvcRq }
166
-     *     
167
-     */
168
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
169
-        this.bankSvcRq = value;
170
-    }
171
-
172
-
173
-    /**
174
-     * &lt;p&gt;Clase Java para anonymous complex type.
175
-     * 
176
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
177
-     * 
178
-     * &lt;pre&gt;
179
-     * &amp;lt;complexType&amp;gt;
180
-     *   &amp;lt;complexContent&amp;gt;
181
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
182
-     *       &amp;lt;sequence&amp;gt;
183
-     *         &amp;lt;element name="gnsIDUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
184
-     *         &amp;lt;element name="gnsBloqueado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
185
-     *       &amp;lt;/sequence&amp;gt;
186
-     *     &amp;lt;/restriction&amp;gt;
187
-     *   &amp;lt;/complexContent&amp;gt;
188
-     * &amp;lt;/complexType&amp;gt;
189
-     * &lt;/pre&gt;
190
-     * 
191
-     * 
192
-     */
193
-    @XmlAccessorType(XmlAccessType.FIELD)
194
-    @XmlType(name = "", propOrder = {
195
-        "gnsIDUsuario",
196
-        "gnsBloqueado"
197
-    })
198
-    public static class BankSvcRq {
199
-
200
-        protected long gnsIDUsuario;
201
-        @XmlElement(required = true)
202
-        protected String gnsBloqueado;
203
-
204
-        /**
205
-         * Obtiene el valor de la propiedad gnsIDUsuario.
206
-         * 
207
-         */
208
-        public long getGnsIDUsuario() {
209
-            return gnsIDUsuario;
210
-        }
211
-
212
-        /**
213
-         * Define el valor de la propiedad gnsIDUsuario.
214
-         * 
215
-         */
216
-        public void setGnsIDUsuario(long value) {
217
-            this.gnsIDUsuario = value;
218
-        }
219
-
220
-        /**
221
-         * Obtiene el valor de la propiedad gnsBloqueado.
222
-         * 
223
-         * @return
224
-         *     possible object is
225
-         *     {@link String }
226
-         *     
227
-         */
228
-        public String getGnsBloqueado() {
229
-            return gnsBloqueado;
230
-        }
231
-
232
-        /**
233
-         * Define el valor de la propiedad gnsBloqueado.
234
-         * 
235
-         * @param value
236
-         *     allowed object is
237
-         *     {@link String }
238
-         *     
239
-         */
240
-        public void setGnsBloqueado(String value) {
241
-            this.gnsBloqueado = value;
242
-        }
243
-
244
-    }
245
-
246
-
247
-    /**
248
-     * &lt;p&gt;Clase Java para anonymous complex type.
249
-     * 
250
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
251
-     * 
252
-     * &lt;pre&gt;
253
-     * &amp;lt;complexType&amp;gt;
254
-     *   &amp;lt;complexContent&amp;gt;
255
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
256
-     *       &amp;lt;sequence&amp;gt;
257
-     *         &amp;lt;element name="MsgRqHdr"&amp;gt;
258
-     *           &amp;lt;complexType&amp;gt;
259
-     *             &amp;lt;complexContent&amp;gt;
260
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
261
-     *                 &amp;lt;sequence&amp;gt;
262
-     *                   &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
263
-     *                   &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
264
-     *                   &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
265
-     *                   &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
266
-     *                   &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
267
-     *                 &amp;lt;/sequence&amp;gt;
268
-     *               &amp;lt;/restriction&amp;gt;
269
-     *             &amp;lt;/complexContent&amp;gt;
270
-     *           &amp;lt;/complexType&amp;gt;
271
-     *         &amp;lt;/element&amp;gt;
272
-     *       &amp;lt;/sequence&amp;gt;
273
-     *     &amp;lt;/restriction&amp;gt;
274
-     *   &amp;lt;/complexContent&amp;gt;
275
-     * &amp;lt;/complexType&amp;gt;
276
-     * &lt;/pre&gt;
277
-     * 
278
-     * 
279
-     */
280
-    @XmlAccessorType(XmlAccessType.FIELD)
281
-    @XmlType(name = "", propOrder = {
282
-        "msgRqHdr"
283
-    })
284
-    public static class BaseSvcRq {
285
-
286
-        @XmlElement(name = "MsgRqHdr", required = true)
287
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
288
-
289
-        /**
290
-         * Obtiene el valor de la propiedad msgRqHdr.
291
-         * 
292
-         * @return
293
-         *     possible object is
294
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
295
-         *     
296
-         */
297
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
298
-            return msgRqHdr;
299
-        }
300
-
301
-        /**
302
-         * Define el valor de la propiedad msgRqHdr.
303
-         * 
304
-         * @param value
305
-         *     allowed object is
306
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
307
-         *     
308
-         */
309
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
310
-            this.msgRqHdr = value;
311
-        }
312
-
313
-
314
-        /**
315
-         * &lt;p&gt;Clase Java para anonymous complex type.
316
-         * 
317
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
318
-         * 
319
-         * &lt;pre&gt;
320
-         * &amp;lt;complexType&amp;gt;
321
-         *   &amp;lt;complexContent&amp;gt;
322
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
323
-         *       &amp;lt;sequence&amp;gt;
324
-         *         &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
325
-         *         &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
326
-         *         &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
327
-         *         &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
328
-         *         &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
329
-         *       &amp;lt;/sequence&amp;gt;
330
-         *     &amp;lt;/restriction&amp;gt;
331
-         *   &amp;lt;/complexContent&amp;gt;
332
-         * &amp;lt;/complexType&amp;gt;
333
-         * &lt;/pre&gt;
334
-         * 
335
-         * 
336
-         */
337
-        @XmlAccessorType(XmlAccessType.FIELD)
338
-        @XmlType(name = "", propOrder = {
339
-            "instance",
340
-            "bankId",
341
-            "originatorName",
342
-            "requestCode",
343
-            "requestName"
344
-        })
345
-        public static class MsgRqHdr {
346
-
347
-            @XmlElement(name = "Instance", required = true)
348
-            protected String instance;
349
-            @XmlElement(name = "BankId")
350
-            protected short bankId;
351
-            @XmlElement(name = "OriginatorName", required = true)
352
-            protected String originatorName;
353
-            @XmlElement(name = "RequestCode")
354
-            protected short requestCode;
355
-            @XmlElement(name = "RequestName", required = true)
356
-            protected String requestName;
357
-
358
-            /**
359
-             * Obtiene el valor de la propiedad instance.
360
-             * 
361
-             * @return
362
-             *     possible object is
363
-             *     {@link String }
364
-             *     
365
-             */
366
-            public String getInstance() {
367
-                return instance;
368
-            }
369
-
370
-            /**
371
-             * Define el valor de la propiedad instance.
372
-             * 
373
-             * @param value
374
-             *     allowed object is
375
-             *     {@link String }
376
-             *     
377
-             */
378
-            public void setInstance(String value) {
379
-                this.instance = value;
380
-            }
381
-
382
-            /**
383
-             * Obtiene el valor de la propiedad bankId.
384
-             * 
385
-             */
386
-            public short getBankId() {
387
-                return bankId;
388
-            }
389
-
390
-            /**
391
-             * Define el valor de la propiedad bankId.
392
-             * 
393
-             */
394
-            public void setBankId(short value) {
395
-                this.bankId = value;
396
-            }
397
-
398
-            /**
399
-             * Obtiene el valor de la propiedad originatorName.
400
-             * 
401
-             * @return
402
-             *     possible object is
403
-             *     {@link String }
404
-             *     
405
-             */
406
-            public String getOriginatorName() {
407
-                return originatorName;
408
-            }
409
-
410
-            /**
411
-             * Define el valor de la propiedad originatorName.
412
-             * 
413
-             * @param value
414
-             *     allowed object is
415
-             *     {@link String }
416
-             *     
417
-             */
418
-            public void setOriginatorName(String value) {
419
-                this.originatorName = value;
420
-            }
421
-
422
-            /**
423
-             * Obtiene el valor de la propiedad requestCode.
424
-             * 
425
-             */
426
-            public short getRequestCode() {
427
-                return requestCode;
428
-            }
429
-
430
-            /**
431
-             * Define el valor de la propiedad requestCode.
432
-             * 
433
-             */
434
-            public void setRequestCode(short value) {
435
-                this.requestCode = value;
436
-            }
437
-
438
-            /**
439
-             * Obtiene el valor de la propiedad requestName.
440
-             * 
441
-             * @return
442
-             *     possible object is
443
-             *     {@link String }
444
-             *     
445
-             */
446
-            public String getRequestName() {
447
-                return requestName;
448
-            }
449
-
450
-            /**
451
-             * Define el valor de la propiedad requestName.
452
-             * 
453
-             * @param value
454
-             *     allowed object is
455
-             *     {@link String }
456
-             *     
457
-             */
458
-            public void setRequestName(String value) {
459
-                this.requestName = value;
460
-            }
461
-
462
-        }
463
-
464
-    }
465
-
466
-
467
-    /**
468
-     * &lt;p&gt;Clase Java para anonymous complex type.
469
-     * 
470
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
471
-     * 
472
-     * &lt;pre&gt;
473
-     * &amp;lt;complexType&amp;gt;
474
-     *   &amp;lt;complexContent&amp;gt;
475
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
476
-     *       &amp;lt;sequence&amp;gt;
477
-     *         &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
478
-     *       &amp;lt;/sequence&amp;gt;
479
-     *     &amp;lt;/restriction&amp;gt;
480
-     *   &amp;lt;/complexContent&amp;gt;
481
-     * &amp;lt;/complexType&amp;gt;
482
-     * &lt;/pre&gt;
483
-     * 
484
-     * 
485
-     */
486
-    @XmlAccessorType(XmlAccessType.FIELD)
487
-    @XmlType(name = "", propOrder = {
488
-        "sessionLoginId"
489
-    })
490
-    public static class SignonRq {
491
-
492
-        @XmlElement(name = "SessionLoginId", required = true)
493
-        protected String sessionLoginId;
494
-
495
-        /**
496
-         * Obtiene el valor de la propiedad sessionLoginId.
497
-         * 
498
-         * @return
499
-         *     possible object is
500
-         *     {@link String }
501
-         *     
502
-         */
503
-        public String getSessionLoginId() {
504
-            return sessionLoginId;
505
-        }
506
-
507
-        /**
508
-         * Define el valor de la propiedad sessionLoginId.
509
-         * 
510
-         * @param value
511
-         *     allowed object is
512
-         *     {@link String }
513
-         *     
514
-         */
515
-        public void setSessionLoginId(String value) {
516
-            this.sessionLoginId = value;
517
-        }
518
-
519
-    }
520
-
521
-}

+ 0 - 79
build/generated/jaxbCache/UserBlockRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:29:52 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 416
build/generated/jaxbCache/UserBlockResponse/generated/Genesis.java Ver fichero

@@ -1,416 +0,0 @@
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:44:10 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="Status"&amp;gt;
34
- *                     &amp;lt;complexType&amp;gt;
35
- *                       &amp;lt;complexContent&amp;gt;
36
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
37
- *                           &amp;lt;sequence&amp;gt;
38
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
39
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
40
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
41
- *                               &amp;lt;complexType&amp;gt;
42
- *                                 &amp;lt;complexContent&amp;gt;
43
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
44
- *                                     &amp;lt;sequence&amp;gt;
45
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
46
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
47
- *                                     &amp;lt;/sequence&amp;gt;
48
- *                                   &amp;lt;/restriction&amp;gt;
49
- *                                 &amp;lt;/complexContent&amp;gt;
50
- *                               &amp;lt;/complexType&amp;gt;
51
- *                             &amp;lt;/element&amp;gt;
52
- *                           &amp;lt;/sequence&amp;gt;
53
- *                         &amp;lt;/restriction&amp;gt;
54
- *                       &amp;lt;/complexContent&amp;gt;
55
- *                     &amp;lt;/complexType&amp;gt;
56
- *                   &amp;lt;/element&amp;gt;
57
- *                   &amp;lt;element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
58
- *                 &amp;lt;/sequence&amp;gt;
59
- *               &amp;lt;/restriction&amp;gt;
60
- *             &amp;lt;/complexContent&amp;gt;
61
- *           &amp;lt;/complexType&amp;gt;
62
- *         &amp;lt;/element&amp;gt;
63
- *       &amp;lt;/sequence&amp;gt;
64
- *     &amp;lt;/restriction&amp;gt;
65
- *   &amp;lt;/complexContent&amp;gt;
66
- * &amp;lt;/complexType&amp;gt;
67
- * &lt;/pre&gt;
68
- * 
69
- * 
70
- */
71
-@XmlAccessorType(XmlAccessType.FIELD)
72
-@XmlType(name = "", propOrder = {
73
-    "bankSvcRs"
74
-})
75
-@XmlRootElement(name = "Genesis")
76
-public class Genesis {
77
-
78
-    @XmlElement(name = "BankSvcRs", required = true)
79
-    protected Genesis.BankSvcRs bankSvcRs;
80
-
81
-    /**
82
-     * Obtiene el valor de la propiedad bankSvcRs.
83
-     * 
84
-     * @return
85
-     *     possible object is
86
-     *     {@link Genesis.BankSvcRs }
87
-     *     
88
-     */
89
-    public Genesis.BankSvcRs getBankSvcRs() {
90
-        return bankSvcRs;
91
-    }
92
-
93
-    /**
94
-     * Define el valor de la propiedad bankSvcRs.
95
-     * 
96
-     * @param value
97
-     *     allowed object is
98
-     *     {@link Genesis.BankSvcRs }
99
-     *     
100
-     */
101
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
102
-        this.bankSvcRs = value;
103
-    }
104
-
105
-
106
-    /**
107
-     * &lt;p&gt;Clase Java para anonymous complex type.
108
-     * 
109
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
110
-     * 
111
-     * &lt;pre&gt;
112
-     * &amp;lt;complexType&amp;gt;
113
-     *   &amp;lt;complexContent&amp;gt;
114
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
115
-     *       &amp;lt;sequence&amp;gt;
116
-     *         &amp;lt;element name="Status"&amp;gt;
117
-     *           &amp;lt;complexType&amp;gt;
118
-     *             &amp;lt;complexContent&amp;gt;
119
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
120
-     *                 &amp;lt;sequence&amp;gt;
121
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
122
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
123
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
124
-     *                     &amp;lt;complexType&amp;gt;
125
-     *                       &amp;lt;complexContent&amp;gt;
126
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
127
-     *                           &amp;lt;sequence&amp;gt;
128
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
129
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
130
-     *                           &amp;lt;/sequence&amp;gt;
131
-     *                         &amp;lt;/restriction&amp;gt;
132
-     *                       &amp;lt;/complexContent&amp;gt;
133
-     *                     &amp;lt;/complexType&amp;gt;
134
-     *                   &amp;lt;/element&amp;gt;
135
-     *                 &amp;lt;/sequence&amp;gt;
136
-     *               &amp;lt;/restriction&amp;gt;
137
-     *             &amp;lt;/complexContent&amp;gt;
138
-     *           &amp;lt;/complexType&amp;gt;
139
-     *         &amp;lt;/element&amp;gt;
140
-     *         &amp;lt;element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
141
-     *       &amp;lt;/sequence&amp;gt;
142
-     *     &amp;lt;/restriction&amp;gt;
143
-     *   &amp;lt;/complexContent&amp;gt;
144
-     * &amp;lt;/complexType&amp;gt;
145
-     * &lt;/pre&gt;
146
-     * 
147
-     * 
148
-     */
149
-    @XmlAccessorType(XmlAccessType.FIELD)
150
-    @XmlType(name = "", propOrder = {
151
-        "status",
152
-        "wsRs"
153
-    })
154
-    public static class BankSvcRs {
155
-
156
-        @XmlElement(name = "Status", required = true)
157
-        protected Genesis.BankSvcRs.Status status;
158
-        @XmlElement(name = "WSRs", required = true)
159
-        protected String wsRs;
160
-
161
-        /**
162
-         * Obtiene el valor de la propiedad status.
163
-         * 
164
-         * @return
165
-         *     possible object is
166
-         *     {@link Genesis.BankSvcRs.Status }
167
-         *     
168
-         */
169
-        public Genesis.BankSvcRs.Status getStatus() {
170
-            return status;
171
-        }
172
-
173
-        /**
174
-         * Define el valor de la propiedad status.
175
-         * 
176
-         * @param value
177
-         *     allowed object is
178
-         *     {@link Genesis.BankSvcRs.Status }
179
-         *     
180
-         */
181
-        public void setStatus(Genesis.BankSvcRs.Status value) {
182
-            this.status = value;
183
-        }
184
-
185
-        /**
186
-         * Obtiene el valor de la propiedad wsRs.
187
-         * 
188
-         * @return
189
-         *     possible object is
190
-         *     {@link String }
191
-         *     
192
-         */
193
-        public String getWSRs() {
194
-            return wsRs;
195
-        }
196
-
197
-        /**
198
-         * Define el valor de la propiedad wsRs.
199
-         * 
200
-         * @param value
201
-         *     allowed object is
202
-         *     {@link String }
203
-         *     
204
-         */
205
-        public void setWSRs(String value) {
206
-            this.wsRs = value;
207
-        }
208
-
209
-
210
-        /**
211
-         * &lt;p&gt;Clase Java para anonymous complex type.
212
-         * 
213
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
214
-         * 
215
-         * &lt;pre&gt;
216
-         * &amp;lt;complexType&amp;gt;
217
-         *   &amp;lt;complexContent&amp;gt;
218
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
219
-         *       &amp;lt;sequence&amp;gt;
220
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
221
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
222
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
223
-         *           &amp;lt;complexType&amp;gt;
224
-         *             &amp;lt;complexContent&amp;gt;
225
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
226
-         *                 &amp;lt;sequence&amp;gt;
227
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
228
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
229
-         *                 &amp;lt;/sequence&amp;gt;
230
-         *               &amp;lt;/restriction&amp;gt;
231
-         *             &amp;lt;/complexContent&amp;gt;
232
-         *           &amp;lt;/complexType&amp;gt;
233
-         *         &amp;lt;/element&amp;gt;
234
-         *       &amp;lt;/sequence&amp;gt;
235
-         *     &amp;lt;/restriction&amp;gt;
236
-         *   &amp;lt;/complexContent&amp;gt;
237
-         * &amp;lt;/complexType&amp;gt;
238
-         * &lt;/pre&gt;
239
-         * 
240
-         * 
241
-         */
242
-        @XmlAccessorType(XmlAccessType.FIELD)
243
-        @XmlType(name = "", propOrder = {
244
-            "statusCode",
245
-            "statusDesc",
246
-            "additionalStatus"
247
-        })
248
-        public static class Status {
249
-
250
-            @XmlElement(name = "StatusCode", required = true)
251
-            protected String statusCode;
252
-            @XmlElement(name = "StatusDesc", required = true)
253
-            protected String statusDesc;
254
-            @XmlElement(name = "AdditionalStatus", required = true)
255
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
256
-
257
-            /**
258
-             * Obtiene el valor de la propiedad statusCode.
259
-             * 
260
-             * @return
261
-             *     possible object is
262
-             *     {@link String }
263
-             *     
264
-             */
265
-            public String getStatusCode() {
266
-                return statusCode;
267
-            }
268
-
269
-            /**
270
-             * Define el valor de la propiedad statusCode.
271
-             * 
272
-             * @param value
273
-             *     allowed object is
274
-             *     {@link String }
275
-             *     
276
-             */
277
-            public void setStatusCode(String value) {
278
-                this.statusCode = value;
279
-            }
280
-
281
-            /**
282
-             * Obtiene el valor de la propiedad statusDesc.
283
-             * 
284
-             * @return
285
-             *     possible object is
286
-             *     {@link String }
287
-             *     
288
-             */
289
-            public String getStatusDesc() {
290
-                return statusDesc;
291
-            }
292
-
293
-            /**
294
-             * Define el valor de la propiedad statusDesc.
295
-             * 
296
-             * @param value
297
-             *     allowed object is
298
-             *     {@link String }
299
-             *     
300
-             */
301
-            public void setStatusDesc(String value) {
302
-                this.statusDesc = value;
303
-            }
304
-
305
-            /**
306
-             * Obtiene el valor de la propiedad additionalStatus.
307
-             * 
308
-             * @return
309
-             *     possible object is
310
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
311
-             *     
312
-             */
313
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
314
-                return additionalStatus;
315
-            }
316
-
317
-            /**
318
-             * Define el valor de la propiedad additionalStatus.
319
-             * 
320
-             * @param value
321
-             *     allowed object is
322
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
323
-             *     
324
-             */
325
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
326
-                this.additionalStatus = value;
327
-            }
328
-
329
-
330
-            /**
331
-             * &lt;p&gt;Clase Java para anonymous complex type.
332
-             * 
333
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
334
-             * 
335
-             * &lt;pre&gt;
336
-             * &amp;lt;complexType&amp;gt;
337
-             *   &amp;lt;complexContent&amp;gt;
338
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
339
-             *       &amp;lt;sequence&amp;gt;
340
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
341
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
342
-             *       &amp;lt;/sequence&amp;gt;
343
-             *     &amp;lt;/restriction&amp;gt;
344
-             *   &amp;lt;/complexContent&amp;gt;
345
-             * &amp;lt;/complexType&amp;gt;
346
-             * &lt;/pre&gt;
347
-             * 
348
-             * 
349
-             */
350
-            @XmlAccessorType(XmlAccessType.FIELD)
351
-            @XmlType(name = "", propOrder = {
352
-                "statusCode",
353
-                "statusDesc"
354
-            })
355
-            public static class AdditionalStatus {
356
-
357
-                @XmlElement(name = "StatusCode", required = true)
358
-                protected String statusCode;
359
-                @XmlElement(name = "StatusDesc", required = true)
360
-                protected String statusDesc;
361
-
362
-                /**
363
-                 * Obtiene el valor de la propiedad statusCode.
364
-                 * 
365
-                 * @return
366
-                 *     possible object is
367
-                 *     {@link String }
368
-                 *     
369
-                 */
370
-                public String getStatusCode() {
371
-                    return statusCode;
372
-                }
373
-
374
-                /**
375
-                 * Define el valor de la propiedad statusCode.
376
-                 * 
377
-                 * @param value
378
-                 *     allowed object is
379
-                 *     {@link String }
380
-                 *     
381
-                 */
382
-                public void setStatusCode(String value) {
383
-                    this.statusCode = value;
384
-                }
385
-
386
-                /**
387
-                 * Obtiene el valor de la propiedad statusDesc.
388
-                 * 
389
-                 * @return
390
-                 *     possible object is
391
-                 *     {@link String }
392
-                 *     
393
-                 */
394
-                public String getStatusDesc() {
395
-                    return statusDesc;
396
-                }
397
-
398
-                /**
399
-                 * Define el valor de la propiedad statusDesc.
400
-                 * 
401
-                 * @param value
402
-                 *     allowed object is
403
-                 *     {@link String }
404
-                 *     
405
-                 */
406
-                public void setStatusDesc(String value) {
407
-                    this.statusDesc = value;
408
-                }
409
-
410
-            }
411
-
412
-        }
413
-
414
-    }
415
-
416
-}

+ 0 - 71
build/generated/jaxbCache/UserBlockResponse/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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:44:10 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
68
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
69
-    }
70
-
71
-}

+ 0 - 512
build/generated/jaxbCache/UserListRequest/generated/Genesis.java Ver fichero

@@ -1,512 +0,0 @@
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:32:50 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="SignonRq"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
34
- *                 &amp;lt;/sequence&amp;gt;
35
- *               &amp;lt;/restriction&amp;gt;
36
- *             &amp;lt;/complexContent&amp;gt;
37
- *           &amp;lt;/complexType&amp;gt;
38
- *         &amp;lt;/element&amp;gt;
39
- *         &amp;lt;element name="BaseSvcRq"&amp;gt;
40
- *           &amp;lt;complexType&amp;gt;
41
- *             &amp;lt;complexContent&amp;gt;
42
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
43
- *                 &amp;lt;sequence&amp;gt;
44
- *                   &amp;lt;element name="MsgRqHdr"&amp;gt;
45
- *                     &amp;lt;complexType&amp;gt;
46
- *                       &amp;lt;complexContent&amp;gt;
47
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
48
- *                           &amp;lt;sequence&amp;gt;
49
- *                             &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
50
- *                             &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
51
- *                             &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
52
- *                             &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
53
- *                             &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                 &amp;lt;/sequence&amp;gt;
60
- *               &amp;lt;/restriction&amp;gt;
61
- *             &amp;lt;/complexContent&amp;gt;
62
- *           &amp;lt;/complexType&amp;gt;
63
- *         &amp;lt;/element&amp;gt;
64
- *         &amp;lt;element name="BankSvcRq"&amp;gt;
65
- *           &amp;lt;complexType&amp;gt;
66
- *             &amp;lt;complexContent&amp;gt;
67
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                 &amp;lt;sequence&amp;gt;
69
- *                   &amp;lt;element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
70
- *                   &amp;lt;element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
71
- *                 &amp;lt;/sequence&amp;gt;
72
- *               &amp;lt;/restriction&amp;gt;
73
- *             &amp;lt;/complexContent&amp;gt;
74
- *           &amp;lt;/complexType&amp;gt;
75
- *         &amp;lt;/element&amp;gt;
76
- *       &amp;lt;/sequence&amp;gt;
77
- *     &amp;lt;/restriction&amp;gt;
78
- *   &amp;lt;/complexContent&amp;gt;
79
- * &amp;lt;/complexType&amp;gt;
80
- * &lt;/pre&gt;
81
- * 
82
- * 
83
- */
84
-@XmlAccessorType(XmlAccessType.FIELD)
85
-@XmlType(name = "", propOrder = {
86
-    "signonRq",
87
-    "baseSvcRq",
88
-    "bankSvcRq"
89
-})
90
-@XmlRootElement(name = "Genesis")
91
-public class Genesis {
92
-
93
-    @XmlElement(name = "SignonRq", required = true)
94
-    protected Genesis.SignonRq signonRq;
95
-    @XmlElement(name = "BaseSvcRq", required = true)
96
-    protected Genesis.BaseSvcRq baseSvcRq;
97
-    @XmlElement(name = "BankSvcRq", required = true)
98
-    protected Genesis.BankSvcRq bankSvcRq;
99
-
100
-    /**
101
-     * Obtiene el valor de la propiedad signonRq.
102
-     * 
103
-     * @return
104
-     *     possible object is
105
-     *     {@link Genesis.SignonRq }
106
-     *     
107
-     */
108
-    public Genesis.SignonRq getSignonRq() {
109
-        return signonRq;
110
-    }
111
-
112
-    /**
113
-     * Define el valor de la propiedad signonRq.
114
-     * 
115
-     * @param value
116
-     *     allowed object is
117
-     *     {@link Genesis.SignonRq }
118
-     *     
119
-     */
120
-    public void setSignonRq(Genesis.SignonRq value) {
121
-        this.signonRq = value;
122
-    }
123
-
124
-    /**
125
-     * Obtiene el valor de la propiedad baseSvcRq.
126
-     * 
127
-     * @return
128
-     *     possible object is
129
-     *     {@link Genesis.BaseSvcRq }
130
-     *     
131
-     */
132
-    public Genesis.BaseSvcRq getBaseSvcRq() {
133
-        return baseSvcRq;
134
-    }
135
-
136
-    /**
137
-     * Define el valor de la propiedad baseSvcRq.
138
-     * 
139
-     * @param value
140
-     *     allowed object is
141
-     *     {@link Genesis.BaseSvcRq }
142
-     *     
143
-     */
144
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
145
-        this.baseSvcRq = value;
146
-    }
147
-
148
-    /**
149
-     * Obtiene el valor de la propiedad bankSvcRq.
150
-     * 
151
-     * @return
152
-     *     possible object is
153
-     *     {@link Genesis.BankSvcRq }
154
-     *     
155
-     */
156
-    public Genesis.BankSvcRq getBankSvcRq() {
157
-        return bankSvcRq;
158
-    }
159
-
160
-    /**
161
-     * Define el valor de la propiedad bankSvcRq.
162
-     * 
163
-     * @param value
164
-     *     allowed object is
165
-     *     {@link Genesis.BankSvcRq }
166
-     *     
167
-     */
168
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
169
-        this.bankSvcRq = value;
170
-    }
171
-
172
-
173
-    /**
174
-     * &lt;p&gt;Clase Java para anonymous complex type.
175
-     * 
176
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
177
-     * 
178
-     * &lt;pre&gt;
179
-     * &amp;lt;complexType&amp;gt;
180
-     *   &amp;lt;complexContent&amp;gt;
181
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
182
-     *       &amp;lt;sequence&amp;gt;
183
-     *         &amp;lt;element name="gnsIDRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
184
-     *         &amp;lt;element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
185
-     *       &amp;lt;/sequence&amp;gt;
186
-     *     &amp;lt;/restriction&amp;gt;
187
-     *   &amp;lt;/complexContent&amp;gt;
188
-     * &amp;lt;/complexType&amp;gt;
189
-     * &lt;/pre&gt;
190
-     * 
191
-     * 
192
-     */
193
-    @XmlAccessorType(XmlAccessType.FIELD)
194
-    @XmlType(name = "", propOrder = {
195
-        "gnsIDRol",
196
-        "gnsCodigoSucursal"
197
-    })
198
-    public static class BankSvcRq {
199
-
200
-        protected long gnsIDRol;
201
-        protected long gnsCodigoSucursal;
202
-
203
-        /**
204
-         * Obtiene el valor de la propiedad gnsIDRol.
205
-         * 
206
-         */
207
-        public long getGnsIDRol() {
208
-            return gnsIDRol;
209
-        }
210
-
211
-        /**
212
-         * Define el valor de la propiedad gnsIDRol.
213
-         * 
214
-         */
215
-        public void setGnsIDRol(long value) {
216
-            this.gnsIDRol = value;
217
-        }
218
-
219
-        /**
220
-         * Obtiene el valor de la propiedad gnsCodigoSucursal.
221
-         * 
222
-         */
223
-        public long getGnsCodigoSucursal() {
224
-            return gnsCodigoSucursal;
225
-        }
226
-
227
-        /**
228
-         * Define el valor de la propiedad gnsCodigoSucursal.
229
-         * 
230
-         */
231
-        public void setGnsCodigoSucursal(long value) {
232
-            this.gnsCodigoSucursal = value;
233
-        }
234
-
235
-    }
236
-
237
-
238
-    /**
239
-     * &lt;p&gt;Clase Java para anonymous complex type.
240
-     * 
241
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
242
-     * 
243
-     * &lt;pre&gt;
244
-     * &amp;lt;complexType&amp;gt;
245
-     *   &amp;lt;complexContent&amp;gt;
246
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
247
-     *       &amp;lt;sequence&amp;gt;
248
-     *         &amp;lt;element name="MsgRqHdr"&amp;gt;
249
-     *           &amp;lt;complexType&amp;gt;
250
-     *             &amp;lt;complexContent&amp;gt;
251
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
252
-     *                 &amp;lt;sequence&amp;gt;
253
-     *                   &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
254
-     *                   &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
255
-     *                   &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
256
-     *                   &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
257
-     *                   &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
258
-     *                 &amp;lt;/sequence&amp;gt;
259
-     *               &amp;lt;/restriction&amp;gt;
260
-     *             &amp;lt;/complexContent&amp;gt;
261
-     *           &amp;lt;/complexType&amp;gt;
262
-     *         &amp;lt;/element&amp;gt;
263
-     *       &amp;lt;/sequence&amp;gt;
264
-     *     &amp;lt;/restriction&amp;gt;
265
-     *   &amp;lt;/complexContent&amp;gt;
266
-     * &amp;lt;/complexType&amp;gt;
267
-     * &lt;/pre&gt;
268
-     * 
269
-     * 
270
-     */
271
-    @XmlAccessorType(XmlAccessType.FIELD)
272
-    @XmlType(name = "", propOrder = {
273
-        "msgRqHdr"
274
-    })
275
-    public static class BaseSvcRq {
276
-
277
-        @XmlElement(name = "MsgRqHdr", required = true)
278
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
279
-
280
-        /**
281
-         * Obtiene el valor de la propiedad msgRqHdr.
282
-         * 
283
-         * @return
284
-         *     possible object is
285
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
286
-         *     
287
-         */
288
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
289
-            return msgRqHdr;
290
-        }
291
-
292
-        /**
293
-         * Define el valor de la propiedad msgRqHdr.
294
-         * 
295
-         * @param value
296
-         *     allowed object is
297
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
298
-         *     
299
-         */
300
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
301
-            this.msgRqHdr = value;
302
-        }
303
-
304
-
305
-        /**
306
-         * &lt;p&gt;Clase Java para anonymous complex type.
307
-         * 
308
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
309
-         * 
310
-         * &lt;pre&gt;
311
-         * &amp;lt;complexType&amp;gt;
312
-         *   &amp;lt;complexContent&amp;gt;
313
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
314
-         *       &amp;lt;sequence&amp;gt;
315
-         *         &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
316
-         *         &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
317
-         *         &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
318
-         *         &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
319
-         *         &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
320
-         *       &amp;lt;/sequence&amp;gt;
321
-         *     &amp;lt;/restriction&amp;gt;
322
-         *   &amp;lt;/complexContent&amp;gt;
323
-         * &amp;lt;/complexType&amp;gt;
324
-         * &lt;/pre&gt;
325
-         * 
326
-         * 
327
-         */
328
-        @XmlAccessorType(XmlAccessType.FIELD)
329
-        @XmlType(name = "", propOrder = {
330
-            "instance",
331
-            "bankId",
332
-            "originatorName",
333
-            "requestCode",
334
-            "requestName"
335
-        })
336
-        public static class MsgRqHdr {
337
-
338
-            @XmlElement(name = "Instance", required = true)
339
-            protected String instance;
340
-            @XmlElement(name = "BankId")
341
-            protected short bankId;
342
-            @XmlElement(name = "OriginatorName", required = true)
343
-            protected String originatorName;
344
-            @XmlElement(name = "RequestCode")
345
-            protected short requestCode;
346
-            @XmlElement(name = "RequestName", required = true)
347
-            protected String requestName;
348
-
349
-            /**
350
-             * Obtiene el valor de la propiedad instance.
351
-             * 
352
-             * @return
353
-             *     possible object is
354
-             *     {@link String }
355
-             *     
356
-             */
357
-            public String getInstance() {
358
-                return instance;
359
-            }
360
-
361
-            /**
362
-             * Define el valor de la propiedad instance.
363
-             * 
364
-             * @param value
365
-             *     allowed object is
366
-             *     {@link String }
367
-             *     
368
-             */
369
-            public void setInstance(String value) {
370
-                this.instance = value;
371
-            }
372
-
373
-            /**
374
-             * Obtiene el valor de la propiedad bankId.
375
-             * 
376
-             */
377
-            public short getBankId() {
378
-                return bankId;
379
-            }
380
-
381
-            /**
382
-             * Define el valor de la propiedad bankId.
383
-             * 
384
-             */
385
-            public void setBankId(short value) {
386
-                this.bankId = value;
387
-            }
388
-
389
-            /**
390
-             * Obtiene el valor de la propiedad originatorName.
391
-             * 
392
-             * @return
393
-             *     possible object is
394
-             *     {@link String }
395
-             *     
396
-             */
397
-            public String getOriginatorName() {
398
-                return originatorName;
399
-            }
400
-
401
-            /**
402
-             * Define el valor de la propiedad originatorName.
403
-             * 
404
-             * @param value
405
-             *     allowed object is
406
-             *     {@link String }
407
-             *     
408
-             */
409
-            public void setOriginatorName(String value) {
410
-                this.originatorName = value;
411
-            }
412
-
413
-            /**
414
-             * Obtiene el valor de la propiedad requestCode.
415
-             * 
416
-             */
417
-            public short getRequestCode() {
418
-                return requestCode;
419
-            }
420
-
421
-            /**
422
-             * Define el valor de la propiedad requestCode.
423
-             * 
424
-             */
425
-            public void setRequestCode(short value) {
426
-                this.requestCode = value;
427
-            }
428
-
429
-            /**
430
-             * Obtiene el valor de la propiedad requestName.
431
-             * 
432
-             * @return
433
-             *     possible object is
434
-             *     {@link String }
435
-             *     
436
-             */
437
-            public String getRequestName() {
438
-                return requestName;
439
-            }
440
-
441
-            /**
442
-             * Define el valor de la propiedad requestName.
443
-             * 
444
-             * @param value
445
-             *     allowed object is
446
-             *     {@link String }
447
-             *     
448
-             */
449
-            public void setRequestName(String value) {
450
-                this.requestName = value;
451
-            }
452
-
453
-        }
454
-
455
-    }
456
-
457
-
458
-    /**
459
-     * &lt;p&gt;Clase Java para anonymous complex type.
460
-     * 
461
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
462
-     * 
463
-     * &lt;pre&gt;
464
-     * &amp;lt;complexType&amp;gt;
465
-     *   &amp;lt;complexContent&amp;gt;
466
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
467
-     *       &amp;lt;sequence&amp;gt;
468
-     *         &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
469
-     *       &amp;lt;/sequence&amp;gt;
470
-     *     &amp;lt;/restriction&amp;gt;
471
-     *   &amp;lt;/complexContent&amp;gt;
472
-     * &amp;lt;/complexType&amp;gt;
473
-     * &lt;/pre&gt;
474
-     * 
475
-     * 
476
-     */
477
-    @XmlAccessorType(XmlAccessType.FIELD)
478
-    @XmlType(name = "", propOrder = {
479
-        "sessionLoginId"
480
-    })
481
-    public static class SignonRq {
482
-
483
-        @XmlElement(name = "SessionLoginId", required = true)
484
-        protected String sessionLoginId;
485
-
486
-        /**
487
-         * Obtiene el valor de la propiedad sessionLoginId.
488
-         * 
489
-         * @return
490
-         *     possible object is
491
-         *     {@link String }
492
-         *     
493
-         */
494
-        public String getSessionLoginId() {
495
-            return sessionLoginId;
496
-        }
497
-
498
-        /**
499
-         * Define el valor de la propiedad sessionLoginId.
500
-         * 
501
-         * @param value
502
-         *     allowed object is
503
-         *     {@link String }
504
-         *     
505
-         */
506
-        public void setSessionLoginId(String value) {
507
-            this.sessionLoginId = value;
508
-        }
509
-
510
-    }
511
-
512
-}

+ 0 - 79
build/generated/jaxbCache/UserListRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:32:50 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 776
build/generated/jaxbCache/UserListResponse/generated/Genesis.java Ver fichero

@@ -1,776 +0,0 @@
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:57:26 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import java.util.ArrayList;
12
-import java.util.List;
13
-import javax.xml.bind.annotation.XmlAccessType;
14
-import javax.xml.bind.annotation.XmlAccessorType;
15
-import javax.xml.bind.annotation.XmlElement;
16
-import javax.xml.bind.annotation.XmlRootElement;
17
-import javax.xml.bind.annotation.XmlType;
18
-
19
-
20
-/**
21
- * &lt;p&gt;Clase Java para anonymous complex type.
22
- * 
23
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
24
- * 
25
- * &lt;pre&gt;
26
- * &amp;lt;complexType&amp;gt;
27
- *   &amp;lt;complexContent&amp;gt;
28
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
29
- *       &amp;lt;sequence&amp;gt;
30
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
31
- *           &amp;lt;complexType&amp;gt;
32
- *             &amp;lt;complexContent&amp;gt;
33
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
34
- *                 &amp;lt;sequence&amp;gt;
35
- *                   &amp;lt;element name="Status"&amp;gt;
36
- *                     &amp;lt;complexType&amp;gt;
37
- *                       &amp;lt;complexContent&amp;gt;
38
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
39
- *                           &amp;lt;sequence&amp;gt;
40
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
41
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
42
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
43
- *                               &amp;lt;complexType&amp;gt;
44
- *                                 &amp;lt;complexContent&amp;gt;
45
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
46
- *                                     &amp;lt;sequence&amp;gt;
47
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
48
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
49
- *                                     &amp;lt;/sequence&amp;gt;
50
- *                                   &amp;lt;/restriction&amp;gt;
51
- *                                 &amp;lt;/complexContent&amp;gt;
52
- *                               &amp;lt;/complexType&amp;gt;
53
- *                             &amp;lt;/element&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                   &amp;lt;element name="WSRs"&amp;gt;
60
- *                     &amp;lt;complexType&amp;gt;
61
- *                       &amp;lt;complexContent&amp;gt;
62
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
63
- *                           &amp;lt;sequence&amp;gt;
64
- *                             &amp;lt;element name="Usuario" maxOccurs="unbounded" minOccurs="0"&amp;gt;
65
- *                               &amp;lt;complexType&amp;gt;
66
- *                                 &amp;lt;complexContent&amp;gt;
67
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                                     &amp;lt;sequence&amp;gt;
69
- *                                       &amp;lt;element name="IdUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
70
- *                                       &amp;lt;element name="RUT" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
71
- *                                       &amp;lt;element name="Nombres" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
72
- *                                       &amp;lt;element name="ApellidoPaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
73
- *                                       &amp;lt;element name="ApellidoMaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
74
- *                                       &amp;lt;element name="IdRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
75
- *                                       &amp;lt;element name="Bloqueado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
76
- *                                       &amp;lt;element name="IntentosdeLogeo" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
77
- *                                     &amp;lt;/sequence&amp;gt;
78
- *                                   &amp;lt;/restriction&amp;gt;
79
- *                                 &amp;lt;/complexContent&amp;gt;
80
- *                               &amp;lt;/complexType&amp;gt;
81
- *                             &amp;lt;/element&amp;gt;
82
- *                           &amp;lt;/sequence&amp;gt;
83
- *                         &amp;lt;/restriction&amp;gt;
84
- *                       &amp;lt;/complexContent&amp;gt;
85
- *                     &amp;lt;/complexType&amp;gt;
86
- *                   &amp;lt;/element&amp;gt;
87
- *                 &amp;lt;/sequence&amp;gt;
88
- *               &amp;lt;/restriction&amp;gt;
89
- *             &amp;lt;/complexContent&amp;gt;
90
- *           &amp;lt;/complexType&amp;gt;
91
- *         &amp;lt;/element&amp;gt;
92
- *       &amp;lt;/sequence&amp;gt;
93
- *     &amp;lt;/restriction&amp;gt;
94
- *   &amp;lt;/complexContent&amp;gt;
95
- * &amp;lt;/complexType&amp;gt;
96
- * &lt;/pre&gt;
97
- * 
98
- * 
99
- */
100
-@XmlAccessorType(XmlAccessType.FIELD)
101
-@XmlType(name = "", propOrder = {
102
-    "bankSvcRs"
103
-})
104
-@XmlRootElement(name = "Genesis")
105
-public class Genesis {
106
-
107
-    @XmlElement(name = "BankSvcRs", required = true)
108
-    protected Genesis.BankSvcRs bankSvcRs;
109
-
110
-    /**
111
-     * Obtiene el valor de la propiedad bankSvcRs.
112
-     * 
113
-     * @return
114
-     *     possible object is
115
-     *     {@link Genesis.BankSvcRs }
116
-     *     
117
-     */
118
-    public Genesis.BankSvcRs getBankSvcRs() {
119
-        return bankSvcRs;
120
-    }
121
-
122
-    /**
123
-     * Define el valor de la propiedad bankSvcRs.
124
-     * 
125
-     * @param value
126
-     *     allowed object is
127
-     *     {@link Genesis.BankSvcRs }
128
-     *     
129
-     */
130
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
131
-        this.bankSvcRs = value;
132
-    }
133
-
134
-
135
-    /**
136
-     * &lt;p&gt;Clase Java para anonymous complex type.
137
-     * 
138
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
139
-     * 
140
-     * &lt;pre&gt;
141
-     * &amp;lt;complexType&amp;gt;
142
-     *   &amp;lt;complexContent&amp;gt;
143
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
144
-     *       &amp;lt;sequence&amp;gt;
145
-     *         &amp;lt;element name="Status"&amp;gt;
146
-     *           &amp;lt;complexType&amp;gt;
147
-     *             &amp;lt;complexContent&amp;gt;
148
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
149
-     *                 &amp;lt;sequence&amp;gt;
150
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
151
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
152
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
153
-     *                     &amp;lt;complexType&amp;gt;
154
-     *                       &amp;lt;complexContent&amp;gt;
155
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
156
-     *                           &amp;lt;sequence&amp;gt;
157
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
158
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
159
-     *                           &amp;lt;/sequence&amp;gt;
160
-     *                         &amp;lt;/restriction&amp;gt;
161
-     *                       &amp;lt;/complexContent&amp;gt;
162
-     *                     &amp;lt;/complexType&amp;gt;
163
-     *                   &amp;lt;/element&amp;gt;
164
-     *                 &amp;lt;/sequence&amp;gt;
165
-     *               &amp;lt;/restriction&amp;gt;
166
-     *             &amp;lt;/complexContent&amp;gt;
167
-     *           &amp;lt;/complexType&amp;gt;
168
-     *         &amp;lt;/element&amp;gt;
169
-     *         &amp;lt;element name="WSRs"&amp;gt;
170
-     *           &amp;lt;complexType&amp;gt;
171
-     *             &amp;lt;complexContent&amp;gt;
172
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
173
-     *                 &amp;lt;sequence&amp;gt;
174
-     *                   &amp;lt;element name="Usuario" maxOccurs="unbounded" minOccurs="0"&amp;gt;
175
-     *                     &amp;lt;complexType&amp;gt;
176
-     *                       &amp;lt;complexContent&amp;gt;
177
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
178
-     *                           &amp;lt;sequence&amp;gt;
179
-     *                             &amp;lt;element name="IdUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
180
-     *                             &amp;lt;element name="RUT" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
181
-     *                             &amp;lt;element name="Nombres" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
182
-     *                             &amp;lt;element name="ApellidoPaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
183
-     *                             &amp;lt;element name="ApellidoMaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
184
-     *                             &amp;lt;element name="IdRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
185
-     *                             &amp;lt;element name="Bloqueado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
186
-     *                             &amp;lt;element name="IntentosdeLogeo" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
187
-     *                           &amp;lt;/sequence&amp;gt;
188
-     *                         &amp;lt;/restriction&amp;gt;
189
-     *                       &amp;lt;/complexContent&amp;gt;
190
-     *                     &amp;lt;/complexType&amp;gt;
191
-     *                   &amp;lt;/element&amp;gt;
192
-     *                 &amp;lt;/sequence&amp;gt;
193
-     *               &amp;lt;/restriction&amp;gt;
194
-     *             &amp;lt;/complexContent&amp;gt;
195
-     *           &amp;lt;/complexType&amp;gt;
196
-     *         &amp;lt;/element&amp;gt;
197
-     *       &amp;lt;/sequence&amp;gt;
198
-     *     &amp;lt;/restriction&amp;gt;
199
-     *   &amp;lt;/complexContent&amp;gt;
200
-     * &amp;lt;/complexType&amp;gt;
201
-     * &lt;/pre&gt;
202
-     * 
203
-     * 
204
-     */
205
-    @XmlAccessorType(XmlAccessType.FIELD)
206
-    @XmlType(name = "", propOrder = {
207
-        "status",
208
-        "wsRs"
209
-    })
210
-    public static class BankSvcRs {
211
-
212
-        @XmlElement(name = "Status", required = true)
213
-        protected Genesis.BankSvcRs.Status status;
214
-        @XmlElement(name = "WSRs", required = true)
215
-        protected Genesis.BankSvcRs.WSRs wsRs;
216
-
217
-        /**
218
-         * Obtiene el valor de la propiedad status.
219
-         * 
220
-         * @return
221
-         *     possible object is
222
-         *     {@link Genesis.BankSvcRs.Status }
223
-         *     
224
-         */
225
-        public Genesis.BankSvcRs.Status getStatus() {
226
-            return status;
227
-        }
228
-
229
-        /**
230
-         * Define el valor de la propiedad status.
231
-         * 
232
-         * @param value
233
-         *     allowed object is
234
-         *     {@link Genesis.BankSvcRs.Status }
235
-         *     
236
-         */
237
-        public void setStatus(Genesis.BankSvcRs.Status value) {
238
-            this.status = value;
239
-        }
240
-
241
-        /**
242
-         * Obtiene el valor de la propiedad wsRs.
243
-         * 
244
-         * @return
245
-         *     possible object is
246
-         *     {@link Genesis.BankSvcRs.WSRs }
247
-         *     
248
-         */
249
-        public Genesis.BankSvcRs.WSRs getWSRs() {
250
-            return wsRs;
251
-        }
252
-
253
-        /**
254
-         * Define el valor de la propiedad wsRs.
255
-         * 
256
-         * @param value
257
-         *     allowed object is
258
-         *     {@link Genesis.BankSvcRs.WSRs }
259
-         *     
260
-         */
261
-        public void setWSRs(Genesis.BankSvcRs.WSRs value) {
262
-            this.wsRs = value;
263
-        }
264
-
265
-
266
-        /**
267
-         * &lt;p&gt;Clase Java para anonymous complex type.
268
-         * 
269
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
270
-         * 
271
-         * &lt;pre&gt;
272
-         * &amp;lt;complexType&amp;gt;
273
-         *   &amp;lt;complexContent&amp;gt;
274
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
275
-         *       &amp;lt;sequence&amp;gt;
276
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
277
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
278
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
279
-         *           &amp;lt;complexType&amp;gt;
280
-         *             &amp;lt;complexContent&amp;gt;
281
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
282
-         *                 &amp;lt;sequence&amp;gt;
283
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
284
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
285
-         *                 &amp;lt;/sequence&amp;gt;
286
-         *               &amp;lt;/restriction&amp;gt;
287
-         *             &amp;lt;/complexContent&amp;gt;
288
-         *           &amp;lt;/complexType&amp;gt;
289
-         *         &amp;lt;/element&amp;gt;
290
-         *       &amp;lt;/sequence&amp;gt;
291
-         *     &amp;lt;/restriction&amp;gt;
292
-         *   &amp;lt;/complexContent&amp;gt;
293
-         * &amp;lt;/complexType&amp;gt;
294
-         * &lt;/pre&gt;
295
-         * 
296
-         * 
297
-         */
298
-        @XmlAccessorType(XmlAccessType.FIELD)
299
-        @XmlType(name = "", propOrder = {
300
-            "statusCode",
301
-            "statusDesc",
302
-            "additionalStatus"
303
-        })
304
-        public static class Status {
305
-
306
-            @XmlElement(name = "StatusCode", required = true)
307
-            protected String statusCode;
308
-            @XmlElement(name = "StatusDesc", required = true)
309
-            protected String statusDesc;
310
-            @XmlElement(name = "AdditionalStatus", required = true)
311
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
312
-
313
-            /**
314
-             * Obtiene el valor de la propiedad statusCode.
315
-             * 
316
-             * @return
317
-             *     possible object is
318
-             *     {@link String }
319
-             *     
320
-             */
321
-            public String getStatusCode() {
322
-                return statusCode;
323
-            }
324
-
325
-            /**
326
-             * Define el valor de la propiedad statusCode.
327
-             * 
328
-             * @param value
329
-             *     allowed object is
330
-             *     {@link String }
331
-             *     
332
-             */
333
-            public void setStatusCode(String value) {
334
-                this.statusCode = value;
335
-            }
336
-
337
-            /**
338
-             * Obtiene el valor de la propiedad statusDesc.
339
-             * 
340
-             * @return
341
-             *     possible object is
342
-             *     {@link String }
343
-             *     
344
-             */
345
-            public String getStatusDesc() {
346
-                return statusDesc;
347
-            }
348
-
349
-            /**
350
-             * Define el valor de la propiedad statusDesc.
351
-             * 
352
-             * @param value
353
-             *     allowed object is
354
-             *     {@link String }
355
-             *     
356
-             */
357
-            public void setStatusDesc(String value) {
358
-                this.statusDesc = value;
359
-            }
360
-
361
-            /**
362
-             * Obtiene el valor de la propiedad additionalStatus.
363
-             * 
364
-             * @return
365
-             *     possible object is
366
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
367
-             *     
368
-             */
369
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
370
-                return additionalStatus;
371
-            }
372
-
373
-            /**
374
-             * Define el valor de la propiedad additionalStatus.
375
-             * 
376
-             * @param value
377
-             *     allowed object is
378
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
379
-             *     
380
-             */
381
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
382
-                this.additionalStatus = value;
383
-            }
384
-
385
-
386
-            /**
387
-             * &lt;p&gt;Clase Java para anonymous complex type.
388
-             * 
389
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
390
-             * 
391
-             * &lt;pre&gt;
392
-             * &amp;lt;complexType&amp;gt;
393
-             *   &amp;lt;complexContent&amp;gt;
394
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
395
-             *       &amp;lt;sequence&amp;gt;
396
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
397
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
398
-             *       &amp;lt;/sequence&amp;gt;
399
-             *     &amp;lt;/restriction&amp;gt;
400
-             *   &amp;lt;/complexContent&amp;gt;
401
-             * &amp;lt;/complexType&amp;gt;
402
-             * &lt;/pre&gt;
403
-             * 
404
-             * 
405
-             */
406
-            @XmlAccessorType(XmlAccessType.FIELD)
407
-            @XmlType(name = "", propOrder = {
408
-                "statusCode",
409
-                "statusDesc"
410
-            })
411
-            public static class AdditionalStatus {
412
-
413
-                @XmlElement(name = "StatusCode", required = true)
414
-                protected String statusCode;
415
-                @XmlElement(name = "StatusDesc", required = true)
416
-                protected String statusDesc;
417
-
418
-                /**
419
-                 * Obtiene el valor de la propiedad statusCode.
420
-                 * 
421
-                 * @return
422
-                 *     possible object is
423
-                 *     {@link String }
424
-                 *     
425
-                 */
426
-                public String getStatusCode() {
427
-                    return statusCode;
428
-                }
429
-
430
-                /**
431
-                 * Define el valor de la propiedad statusCode.
432
-                 * 
433
-                 * @param value
434
-                 *     allowed object is
435
-                 *     {@link String }
436
-                 *     
437
-                 */
438
-                public void setStatusCode(String value) {
439
-                    this.statusCode = value;
440
-                }
441
-
442
-                /**
443
-                 * Obtiene el valor de la propiedad statusDesc.
444
-                 * 
445
-                 * @return
446
-                 *     possible object is
447
-                 *     {@link String }
448
-                 *     
449
-                 */
450
-                public String getStatusDesc() {
451
-                    return statusDesc;
452
-                }
453
-
454
-                /**
455
-                 * Define el valor de la propiedad statusDesc.
456
-                 * 
457
-                 * @param value
458
-                 *     allowed object is
459
-                 *     {@link String }
460
-                 *     
461
-                 */
462
-                public void setStatusDesc(String value) {
463
-                    this.statusDesc = value;
464
-                }
465
-
466
-            }
467
-
468
-        }
469
-
470
-
471
-        /**
472
-         * &lt;p&gt;Clase Java para anonymous complex type.
473
-         * 
474
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
475
-         * 
476
-         * &lt;pre&gt;
477
-         * &amp;lt;complexType&amp;gt;
478
-         *   &amp;lt;complexContent&amp;gt;
479
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
480
-         *       &amp;lt;sequence&amp;gt;
481
-         *         &amp;lt;element name="Usuario" maxOccurs="unbounded" minOccurs="0"&amp;gt;
482
-         *           &amp;lt;complexType&amp;gt;
483
-         *             &amp;lt;complexContent&amp;gt;
484
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
485
-         *                 &amp;lt;sequence&amp;gt;
486
-         *                   &amp;lt;element name="IdUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
487
-         *                   &amp;lt;element name="RUT" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
488
-         *                   &amp;lt;element name="Nombres" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
489
-         *                   &amp;lt;element name="ApellidoPaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
490
-         *                   &amp;lt;element name="ApellidoMaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
491
-         *                   &amp;lt;element name="IdRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
492
-         *                   &amp;lt;element name="Bloqueado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
493
-         *                   &amp;lt;element name="IntentosdeLogeo" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
494
-         *                 &amp;lt;/sequence&amp;gt;
495
-         *               &amp;lt;/restriction&amp;gt;
496
-         *             &amp;lt;/complexContent&amp;gt;
497
-         *           &amp;lt;/complexType&amp;gt;
498
-         *         &amp;lt;/element&amp;gt;
499
-         *       &amp;lt;/sequence&amp;gt;
500
-         *     &amp;lt;/restriction&amp;gt;
501
-         *   &amp;lt;/complexContent&amp;gt;
502
-         * &amp;lt;/complexType&amp;gt;
503
-         * &lt;/pre&gt;
504
-         * 
505
-         * 
506
-         */
507
-        @XmlAccessorType(XmlAccessType.FIELD)
508
-        @XmlType(name = "", propOrder = {
509
-            "usuario"
510
-        })
511
-        public static class WSRs {
512
-
513
-            @XmlElement(name = "Usuario")
514
-            protected List<Genesis.BankSvcRs.WSRs.Usuario> usuario;
515
-
516
-            /**
517
-             * Gets the value of the usuario property.
518
-             * 
519
-             * &lt;p&gt;
520
-             * This accessor method returns a reference to the live list,
521
-             * not a snapshot. Therefore any modification you make to the
522
-             * returned list will be present inside the JAXB object.
523
-             * This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the usuario property.
524
-             * 
525
-             * &lt;p&gt;
526
-             * For example, to add a new item, do as follows:
527
-             * &lt;pre&gt;
528
-             *    getUsuario().add(newItem);
529
-             * &lt;/pre&gt;
530
-             * 
531
-             * 
532
-             * &lt;p&gt;
533
-             * Objects of the following type(s) are allowed in the list
534
-             * {@link Genesis.BankSvcRs.WSRs.Usuario }
535
-             * 
536
-             * 
537
-             */
538
-            public List<Genesis.BankSvcRs.WSRs.Usuario> getUsuario() {
539
-                if (usuario == null) {
540
-                    usuario = new ArrayList<Genesis.BankSvcRs.WSRs.Usuario>();
541
-                }
542
-                return this.usuario;
543
-            }
544
-
545
-
546
-            /**
547
-             * &lt;p&gt;Clase Java para anonymous complex type.
548
-             * 
549
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
550
-             * 
551
-             * &lt;pre&gt;
552
-             * &amp;lt;complexType&amp;gt;
553
-             *   &amp;lt;complexContent&amp;gt;
554
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
555
-             *       &amp;lt;sequence&amp;gt;
556
-             *         &amp;lt;element name="IdUsuario" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
557
-             *         &amp;lt;element name="RUT" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
558
-             *         &amp;lt;element name="Nombres" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
559
-             *         &amp;lt;element name="ApellidoPaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
560
-             *         &amp;lt;element name="ApellidoMaterno" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
561
-             *         &amp;lt;element name="IdRol" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
562
-             *         &amp;lt;element name="Bloqueado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
563
-             *         &amp;lt;element name="IntentosdeLogeo" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
564
-             *       &amp;lt;/sequence&amp;gt;
565
-             *     &amp;lt;/restriction&amp;gt;
566
-             *   &amp;lt;/complexContent&amp;gt;
567
-             * &amp;lt;/complexType&amp;gt;
568
-             * &lt;/pre&gt;
569
-             * 
570
-             * 
571
-             */
572
-            @XmlAccessorType(XmlAccessType.FIELD)
573
-            @XmlType(name = "", propOrder = {
574
-                "idUsuario",
575
-                "rut",
576
-                "nombres",
577
-                "apellidoPaterno",
578
-                "apellidoMaterno",
579
-                "idRol",
580
-                "bloqueado",
581
-                "intentosdeLogeo"
582
-            })
583
-            public static class Usuario {
584
-
585
-                @XmlElement(name = "IdUsuario")
586
-                protected long idUsuario;
587
-                @XmlElement(name = "RUT", required = true)
588
-                protected String rut;
589
-                @XmlElement(name = "Nombres", required = true)
590
-                protected String nombres;
591
-                @XmlElement(name = "ApellidoPaterno", required = true)
592
-                protected String apellidoPaterno;
593
-                @XmlElement(name = "ApellidoMaterno", required = true)
594
-                protected String apellidoMaterno;
595
-                @XmlElement(name = "IdRol")
596
-                protected long idRol;
597
-                @XmlElement(name = "Bloqueado", required = true)
598
-                protected String bloqueado;
599
-                @XmlElement(name = "IntentosdeLogeo")
600
-                protected int intentosdeLogeo;
601
-
602
-                /**
603
-                 * Obtiene el valor de la propiedad idUsuario.
604
-                 * 
605
-                 */
606
-                public long getIdUsuario() {
607
-                    return idUsuario;
608
-                }
609
-
610
-                /**
611
-                 * Define el valor de la propiedad idUsuario.
612
-                 * 
613
-                 */
614
-                public void setIdUsuario(long value) {
615
-                    this.idUsuario = value;
616
-                }
617
-
618
-                /**
619
-                 * Obtiene el valor de la propiedad rut.
620
-                 * 
621
-                 * @return
622
-                 *     possible object is
623
-                 *     {@link String }
624
-                 *     
625
-                 */
626
-                public String getRUT() {
627
-                    return rut;
628
-                }
629
-
630
-                /**
631
-                 * Define el valor de la propiedad rut.
632
-                 * 
633
-                 * @param value
634
-                 *     allowed object is
635
-                 *     {@link String }
636
-                 *     
637
-                 */
638
-                public void setRUT(String value) {
639
-                    this.rut = value;
640
-                }
641
-
642
-                /**
643
-                 * Obtiene el valor de la propiedad nombres.
644
-                 * 
645
-                 * @return
646
-                 *     possible object is
647
-                 *     {@link String }
648
-                 *     
649
-                 */
650
-                public String getNombres() {
651
-                    return nombres;
652
-                }
653
-
654
-                /**
655
-                 * Define el valor de la propiedad nombres.
656
-                 * 
657
-                 * @param value
658
-                 *     allowed object is
659
-                 *     {@link String }
660
-                 *     
661
-                 */
662
-                public void setNombres(String value) {
663
-                    this.nombres = value;
664
-                }
665
-
666
-                /**
667
-                 * Obtiene el valor de la propiedad apellidoPaterno.
668
-                 * 
669
-                 * @return
670
-                 *     possible object is
671
-                 *     {@link String }
672
-                 *     
673
-                 */
674
-                public String getApellidoPaterno() {
675
-                    return apellidoPaterno;
676
-                }
677
-
678
-                /**
679
-                 * Define el valor de la propiedad apellidoPaterno.
680
-                 * 
681
-                 * @param value
682
-                 *     allowed object is
683
-                 *     {@link String }
684
-                 *     
685
-                 */
686
-                public void setApellidoPaterno(String value) {
687
-                    this.apellidoPaterno = value;
688
-                }
689
-
690
-                /**
691
-                 * Obtiene el valor de la propiedad apellidoMaterno.
692
-                 * 
693
-                 * @return
694
-                 *     possible object is
695
-                 *     {@link String }
696
-                 *     
697
-                 */
698
-                public String getApellidoMaterno() {
699
-                    return apellidoMaterno;
700
-                }
701
-
702
-                /**
703
-                 * Define el valor de la propiedad apellidoMaterno.
704
-                 * 
705
-                 * @param value
706
-                 *     allowed object is
707
-                 *     {@link String }
708
-                 *     
709
-                 */
710
-                public void setApellidoMaterno(String value) {
711
-                    this.apellidoMaterno = value;
712
-                }
713
-
714
-                /**
715
-                 * Obtiene el valor de la propiedad idRol.
716
-                 * 
717
-                 */
718
-                public long getIdRol() {
719
-                    return idRol;
720
-                }
721
-
722
-                /**
723
-                 * Define el valor de la propiedad idRol.
724
-                 * 
725
-                 */
726
-                public void setIdRol(long value) {
727
-                    this.idRol = value;
728
-                }
729
-
730
-                /**
731
-                 * Obtiene el valor de la propiedad bloqueado.
732
-                 * 
733
-                 * @return
734
-                 *     possible object is
735
-                 *     {@link String }
736
-                 *     
737
-                 */
738
-                public String getBloqueado() {
739
-                    return bloqueado;
740
-                }
741
-
742
-                /**
743
-                 * Define el valor de la propiedad bloqueado.
744
-                 * 
745
-                 * @param value
746
-                 *     allowed object is
747
-                 *     {@link String }
748
-                 *     
749
-                 */
750
-                public void setBloqueado(String value) {
751
-                    this.bloqueado = value;
752
-                }
753
-
754
-                /**
755
-                 * Obtiene el valor de la propiedad intentosdeLogeo.
756
-                 * 
757
-                 */
758
-                public int getIntentosdeLogeo() {
759
-                    return intentosdeLogeo;
760
-                }
761
-
762
-                /**
763
-                 * Define el valor de la propiedad intentosdeLogeo.
764
-                 * 
765
-                 */
766
-                public void setIntentosdeLogeo(int value) {
767
-                    this.intentosdeLogeo = value;
768
-                }
769
-
770
-            }
771
-
772
-        }
773
-
774
-    }
775
-
776
-}

+ 0 - 87
build/generated/jaxbCache/UserListResponse/generated/ObjectFactory.java Ver fichero

@@ -1,87 +0,0 @@
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:57:26 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
60
-        return new Genesis.BankSvcRs.WSRs();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
68
-        return new Genesis.BankSvcRs.Status();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs.Usuario }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRs.WSRs.Usuario createGenesisBankSvcRsWSRsUsuario() {
76
-        return new Genesis.BankSvcRs.WSRs.Usuario();
77
-    }
78
-
79
-    /**
80
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
81
-     * 
82
-     */
83
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
84
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
85
-    }
86
-
87
-}

+ 0 - 492
build/generated/jaxbCache/WorkstationByBranchListRequest/generated/Genesis.java Ver fichero

@@ -1,492 +0,0 @@
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:35:36 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="SignonRq"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
34
- *                 &amp;lt;/sequence&amp;gt;
35
- *               &amp;lt;/restriction&amp;gt;
36
- *             &amp;lt;/complexContent&amp;gt;
37
- *           &amp;lt;/complexType&amp;gt;
38
- *         &amp;lt;/element&amp;gt;
39
- *         &amp;lt;element name="BaseSvcRq"&amp;gt;
40
- *           &amp;lt;complexType&amp;gt;
41
- *             &amp;lt;complexContent&amp;gt;
42
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
43
- *                 &amp;lt;sequence&amp;gt;
44
- *                   &amp;lt;element name="MsgRqHdr"&amp;gt;
45
- *                     &amp;lt;complexType&amp;gt;
46
- *                       &amp;lt;complexContent&amp;gt;
47
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
48
- *                           &amp;lt;sequence&amp;gt;
49
- *                             &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
50
- *                             &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
51
- *                             &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
52
- *                             &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
53
- *                             &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                 &amp;lt;/sequence&amp;gt;
60
- *               &amp;lt;/restriction&amp;gt;
61
- *             &amp;lt;/complexContent&amp;gt;
62
- *           &amp;lt;/complexType&amp;gt;
63
- *         &amp;lt;/element&amp;gt;
64
- *         &amp;lt;element name="BankSvcRq"&amp;gt;
65
- *           &amp;lt;complexType&amp;gt;
66
- *             &amp;lt;complexContent&amp;gt;
67
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                 &amp;lt;sequence&amp;gt;
69
- *                   &amp;lt;element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
70
- *                 &amp;lt;/sequence&amp;gt;
71
- *               &amp;lt;/restriction&amp;gt;
72
- *             &amp;lt;/complexContent&amp;gt;
73
- *           &amp;lt;/complexType&amp;gt;
74
- *         &amp;lt;/element&amp;gt;
75
- *       &amp;lt;/sequence&amp;gt;
76
- *     &amp;lt;/restriction&amp;gt;
77
- *   &amp;lt;/complexContent&amp;gt;
78
- * &amp;lt;/complexType&amp;gt;
79
- * &lt;/pre&gt;
80
- * 
81
- * 
82
- */
83
-@XmlAccessorType(XmlAccessType.FIELD)
84
-@XmlType(name = "", propOrder = {
85
-    "signonRq",
86
-    "baseSvcRq",
87
-    "bankSvcRq"
88
-})
89
-@XmlRootElement(name = "Genesis")
90
-public class Genesis {
91
-
92
-    @XmlElement(name = "SignonRq", required = true)
93
-    protected Genesis.SignonRq signonRq;
94
-    @XmlElement(name = "BaseSvcRq", required = true)
95
-    protected Genesis.BaseSvcRq baseSvcRq;
96
-    @XmlElement(name = "BankSvcRq", required = true)
97
-    protected Genesis.BankSvcRq bankSvcRq;
98
-
99
-    /**
100
-     * Obtiene el valor de la propiedad signonRq.
101
-     * 
102
-     * @return
103
-     *     possible object is
104
-     *     {@link Genesis.SignonRq }
105
-     *     
106
-     */
107
-    public Genesis.SignonRq getSignonRq() {
108
-        return signonRq;
109
-    }
110
-
111
-    /**
112
-     * Define el valor de la propiedad signonRq.
113
-     * 
114
-     * @param value
115
-     *     allowed object is
116
-     *     {@link Genesis.SignonRq }
117
-     *     
118
-     */
119
-    public void setSignonRq(Genesis.SignonRq value) {
120
-        this.signonRq = value;
121
-    }
122
-
123
-    /**
124
-     * Obtiene el valor de la propiedad baseSvcRq.
125
-     * 
126
-     * @return
127
-     *     possible object is
128
-     *     {@link Genesis.BaseSvcRq }
129
-     *     
130
-     */
131
-    public Genesis.BaseSvcRq getBaseSvcRq() {
132
-        return baseSvcRq;
133
-    }
134
-
135
-    /**
136
-     * Define el valor de la propiedad baseSvcRq.
137
-     * 
138
-     * @param value
139
-     *     allowed object is
140
-     *     {@link Genesis.BaseSvcRq }
141
-     *     
142
-     */
143
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
144
-        this.baseSvcRq = value;
145
-    }
146
-
147
-    /**
148
-     * Obtiene el valor de la propiedad bankSvcRq.
149
-     * 
150
-     * @return
151
-     *     possible object is
152
-     *     {@link Genesis.BankSvcRq }
153
-     *     
154
-     */
155
-    public Genesis.BankSvcRq getBankSvcRq() {
156
-        return bankSvcRq;
157
-    }
158
-
159
-    /**
160
-     * Define el valor de la propiedad bankSvcRq.
161
-     * 
162
-     * @param value
163
-     *     allowed object is
164
-     *     {@link Genesis.BankSvcRq }
165
-     *     
166
-     */
167
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
168
-        this.bankSvcRq = value;
169
-    }
170
-
171
-
172
-    /**
173
-     * &lt;p&gt;Clase Java para anonymous complex type.
174
-     * 
175
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
176
-     * 
177
-     * &lt;pre&gt;
178
-     * &amp;lt;complexType&amp;gt;
179
-     *   &amp;lt;complexContent&amp;gt;
180
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
181
-     *       &amp;lt;sequence&amp;gt;
182
-     *         &amp;lt;element name="gnsCodigoSucursal" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
183
-     *       &amp;lt;/sequence&amp;gt;
184
-     *     &amp;lt;/restriction&amp;gt;
185
-     *   &amp;lt;/complexContent&amp;gt;
186
-     * &amp;lt;/complexType&amp;gt;
187
-     * &lt;/pre&gt;
188
-     * 
189
-     * 
190
-     */
191
-    @XmlAccessorType(XmlAccessType.FIELD)
192
-    @XmlType(name = "", propOrder = {
193
-        "gnsCodigoSucursal"
194
-    })
195
-    public static class BankSvcRq {
196
-
197
-        protected long gnsCodigoSucursal;
198
-
199
-        /**
200
-         * Obtiene el valor de la propiedad gnsCodigoSucursal.
201
-         * 
202
-         */
203
-        public long getGnsCodigoSucursal() {
204
-            return gnsCodigoSucursal;
205
-        }
206
-
207
-        /**
208
-         * Define el valor de la propiedad gnsCodigoSucursal.
209
-         * 
210
-         */
211
-        public void setGnsCodigoSucursal(long value) {
212
-            this.gnsCodigoSucursal = value;
213
-        }
214
-
215
-    }
216
-
217
-
218
-    /**
219
-     * &lt;p&gt;Clase Java para anonymous complex type.
220
-     * 
221
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
222
-     * 
223
-     * &lt;pre&gt;
224
-     * &amp;lt;complexType&amp;gt;
225
-     *   &amp;lt;complexContent&amp;gt;
226
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
227
-     *       &amp;lt;sequence&amp;gt;
228
-     *         &amp;lt;element name="MsgRqHdr"&amp;gt;
229
-     *           &amp;lt;complexType&amp;gt;
230
-     *             &amp;lt;complexContent&amp;gt;
231
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
232
-     *                 &amp;lt;sequence&amp;gt;
233
-     *                   &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
234
-     *                   &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
235
-     *                   &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
236
-     *                   &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
237
-     *                   &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
238
-     *                 &amp;lt;/sequence&amp;gt;
239
-     *               &amp;lt;/restriction&amp;gt;
240
-     *             &amp;lt;/complexContent&amp;gt;
241
-     *           &amp;lt;/complexType&amp;gt;
242
-     *         &amp;lt;/element&amp;gt;
243
-     *       &amp;lt;/sequence&amp;gt;
244
-     *     &amp;lt;/restriction&amp;gt;
245
-     *   &amp;lt;/complexContent&amp;gt;
246
-     * &amp;lt;/complexType&amp;gt;
247
-     * &lt;/pre&gt;
248
-     * 
249
-     * 
250
-     */
251
-    @XmlAccessorType(XmlAccessType.FIELD)
252
-    @XmlType(name = "", propOrder = {
253
-        "msgRqHdr"
254
-    })
255
-    public static class BaseSvcRq {
256
-
257
-        @XmlElement(name = "MsgRqHdr", required = true)
258
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
259
-
260
-        /**
261
-         * Obtiene el valor de la propiedad msgRqHdr.
262
-         * 
263
-         * @return
264
-         *     possible object is
265
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
266
-         *     
267
-         */
268
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
269
-            return msgRqHdr;
270
-        }
271
-
272
-        /**
273
-         * Define el valor de la propiedad msgRqHdr.
274
-         * 
275
-         * @param value
276
-         *     allowed object is
277
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
278
-         *     
279
-         */
280
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
281
-            this.msgRqHdr = value;
282
-        }
283
-
284
-
285
-        /**
286
-         * &lt;p&gt;Clase Java para anonymous complex type.
287
-         * 
288
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
289
-         * 
290
-         * &lt;pre&gt;
291
-         * &amp;lt;complexType&amp;gt;
292
-         *   &amp;lt;complexContent&amp;gt;
293
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
294
-         *       &amp;lt;sequence&amp;gt;
295
-         *         &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
296
-         *         &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
297
-         *         &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
298
-         *         &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
299
-         *         &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
300
-         *       &amp;lt;/sequence&amp;gt;
301
-         *     &amp;lt;/restriction&amp;gt;
302
-         *   &amp;lt;/complexContent&amp;gt;
303
-         * &amp;lt;/complexType&amp;gt;
304
-         * &lt;/pre&gt;
305
-         * 
306
-         * 
307
-         */
308
-        @XmlAccessorType(XmlAccessType.FIELD)
309
-        @XmlType(name = "", propOrder = {
310
-            "instance",
311
-            "bankId",
312
-            "originatorName",
313
-            "requestCode",
314
-            "requestName"
315
-        })
316
-        public static class MsgRqHdr {
317
-
318
-            @XmlElement(name = "Instance", required = true)
319
-            protected String instance;
320
-            @XmlElement(name = "BankId")
321
-            protected short bankId;
322
-            @XmlElement(name = "OriginatorName", required = true)
323
-            protected String originatorName;
324
-            @XmlElement(name = "RequestCode")
325
-            protected short requestCode;
326
-            @XmlElement(name = "RequestName", required = true)
327
-            protected String requestName;
328
-
329
-            /**
330
-             * Obtiene el valor de la propiedad instance.
331
-             * 
332
-             * @return
333
-             *     possible object is
334
-             *     {@link String }
335
-             *     
336
-             */
337
-            public String getInstance() {
338
-                return instance;
339
-            }
340
-
341
-            /**
342
-             * Define el valor de la propiedad instance.
343
-             * 
344
-             * @param value
345
-             *     allowed object is
346
-             *     {@link String }
347
-             *     
348
-             */
349
-            public void setInstance(String value) {
350
-                this.instance = value;
351
-            }
352
-
353
-            /**
354
-             * Obtiene el valor de la propiedad bankId.
355
-             * 
356
-             */
357
-            public short getBankId() {
358
-                return bankId;
359
-            }
360
-
361
-            /**
362
-             * Define el valor de la propiedad bankId.
363
-             * 
364
-             */
365
-            public void setBankId(short value) {
366
-                this.bankId = value;
367
-            }
368
-
369
-            /**
370
-             * Obtiene el valor de la propiedad originatorName.
371
-             * 
372
-             * @return
373
-             *     possible object is
374
-             *     {@link String }
375
-             *     
376
-             */
377
-            public String getOriginatorName() {
378
-                return originatorName;
379
-            }
380
-
381
-            /**
382
-             * Define el valor de la propiedad originatorName.
383
-             * 
384
-             * @param value
385
-             *     allowed object is
386
-             *     {@link String }
387
-             *     
388
-             */
389
-            public void setOriginatorName(String value) {
390
-                this.originatorName = value;
391
-            }
392
-
393
-            /**
394
-             * Obtiene el valor de la propiedad requestCode.
395
-             * 
396
-             */
397
-            public short getRequestCode() {
398
-                return requestCode;
399
-            }
400
-
401
-            /**
402
-             * Define el valor de la propiedad requestCode.
403
-             * 
404
-             */
405
-            public void setRequestCode(short value) {
406
-                this.requestCode = value;
407
-            }
408
-
409
-            /**
410
-             * Obtiene el valor de la propiedad requestName.
411
-             * 
412
-             * @return
413
-             *     possible object is
414
-             *     {@link String }
415
-             *     
416
-             */
417
-            public String getRequestName() {
418
-                return requestName;
419
-            }
420
-
421
-            /**
422
-             * Define el valor de la propiedad requestName.
423
-             * 
424
-             * @param value
425
-             *     allowed object is
426
-             *     {@link String }
427
-             *     
428
-             */
429
-            public void setRequestName(String value) {
430
-                this.requestName = value;
431
-            }
432
-
433
-        }
434
-
435
-    }
436
-
437
-
438
-    /**
439
-     * &lt;p&gt;Clase Java para anonymous complex type.
440
-     * 
441
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
442
-     * 
443
-     * &lt;pre&gt;
444
-     * &amp;lt;complexType&amp;gt;
445
-     *   &amp;lt;complexContent&amp;gt;
446
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
447
-     *       &amp;lt;sequence&amp;gt;
448
-     *         &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
449
-     *       &amp;lt;/sequence&amp;gt;
450
-     *     &amp;lt;/restriction&amp;gt;
451
-     *   &amp;lt;/complexContent&amp;gt;
452
-     * &amp;lt;/complexType&amp;gt;
453
-     * &lt;/pre&gt;
454
-     * 
455
-     * 
456
-     */
457
-    @XmlAccessorType(XmlAccessType.FIELD)
458
-    @XmlType(name = "", propOrder = {
459
-        "sessionLoginId"
460
-    })
461
-    public static class SignonRq {
462
-
463
-        @XmlElement(name = "SessionLoginId", required = true)
464
-        protected String sessionLoginId;
465
-
466
-        /**
467
-         * Obtiene el valor de la propiedad sessionLoginId.
468
-         * 
469
-         * @return
470
-         *     possible object is
471
-         *     {@link String }
472
-         *     
473
-         */
474
-        public String getSessionLoginId() {
475
-            return sessionLoginId;
476
-        }
477
-
478
-        /**
479
-         * Define el valor de la propiedad sessionLoginId.
480
-         * 
481
-         * @param value
482
-         *     allowed object is
483
-         *     {@link String }
484
-         *     
485
-         */
486
-        public void setSessionLoginId(String value) {
487
-            this.sessionLoginId = value;
488
-        }
489
-
490
-    }
491
-
492
-}

+ 0 - 79
build/generated/jaxbCache/WorkstationByBranchListRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:35:36 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 637
build/generated/jaxbCache/WorkstationByBranchListResponse/generated/Genesis.java Ver fichero

@@ -1,637 +0,0 @@
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:00:21 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import java.util.ArrayList;
12
-import java.util.List;
13
-import javax.xml.bind.annotation.XmlAccessType;
14
-import javax.xml.bind.annotation.XmlAccessorType;
15
-import javax.xml.bind.annotation.XmlElement;
16
-import javax.xml.bind.annotation.XmlRootElement;
17
-import javax.xml.bind.annotation.XmlType;
18
-
19
-
20
-/**
21
- * &lt;p&gt;Clase Java para anonymous complex type.
22
- * 
23
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
24
- * 
25
- * &lt;pre&gt;
26
- * &amp;lt;complexType&amp;gt;
27
- *   &amp;lt;complexContent&amp;gt;
28
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
29
- *       &amp;lt;sequence&amp;gt;
30
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
31
- *           &amp;lt;complexType&amp;gt;
32
- *             &amp;lt;complexContent&amp;gt;
33
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
34
- *                 &amp;lt;sequence&amp;gt;
35
- *                   &amp;lt;element name="Status"&amp;gt;
36
- *                     &amp;lt;complexType&amp;gt;
37
- *                       &amp;lt;complexContent&amp;gt;
38
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
39
- *                           &amp;lt;sequence&amp;gt;
40
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
41
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
42
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
43
- *                               &amp;lt;complexType&amp;gt;
44
- *                                 &amp;lt;complexContent&amp;gt;
45
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
46
- *                                     &amp;lt;sequence&amp;gt;
47
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
48
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
49
- *                                     &amp;lt;/sequence&amp;gt;
50
- *                                   &amp;lt;/restriction&amp;gt;
51
- *                                 &amp;lt;/complexContent&amp;gt;
52
- *                               &amp;lt;/complexType&amp;gt;
53
- *                             &amp;lt;/element&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                   &amp;lt;element name="WSRs"&amp;gt;
60
- *                     &amp;lt;complexType&amp;gt;
61
- *                       &amp;lt;complexContent&amp;gt;
62
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
63
- *                           &amp;lt;sequence&amp;gt;
64
- *                             &amp;lt;element name="EstacionTrabajo" maxOccurs="unbounded" minOccurs="0"&amp;gt;
65
- *                               &amp;lt;complexType&amp;gt;
66
- *                                 &amp;lt;complexContent&amp;gt;
67
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                                     &amp;lt;sequence&amp;gt;
69
- *                                       &amp;lt;element name="NumerodeEstacion" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
70
- *                                       &amp;lt;element name="NombredeEstacion" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
71
- *                                       &amp;lt;element name="Estado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
72
- *                                     &amp;lt;/sequence&amp;gt;
73
- *                                   &amp;lt;/restriction&amp;gt;
74
- *                                 &amp;lt;/complexContent&amp;gt;
75
- *                               &amp;lt;/complexType&amp;gt;
76
- *                             &amp;lt;/element&amp;gt;
77
- *                           &amp;lt;/sequence&amp;gt;
78
- *                         &amp;lt;/restriction&amp;gt;
79
- *                       &amp;lt;/complexContent&amp;gt;
80
- *                     &amp;lt;/complexType&amp;gt;
81
- *                   &amp;lt;/element&amp;gt;
82
- *                 &amp;lt;/sequence&amp;gt;
83
- *               &amp;lt;/restriction&amp;gt;
84
- *             &amp;lt;/complexContent&amp;gt;
85
- *           &amp;lt;/complexType&amp;gt;
86
- *         &amp;lt;/element&amp;gt;
87
- *       &amp;lt;/sequence&amp;gt;
88
- *     &amp;lt;/restriction&amp;gt;
89
- *   &amp;lt;/complexContent&amp;gt;
90
- * &amp;lt;/complexType&amp;gt;
91
- * &lt;/pre&gt;
92
- * 
93
- * 
94
- */
95
-@XmlAccessorType(XmlAccessType.FIELD)
96
-@XmlType(name = "", propOrder = {
97
-    "bankSvcRs"
98
-})
99
-@XmlRootElement(name = "Genesis")
100
-public class Genesis {
101
-
102
-    @XmlElement(name = "BankSvcRs", required = true)
103
-    protected Genesis.BankSvcRs bankSvcRs;
104
-
105
-    /**
106
-     * Obtiene el valor de la propiedad bankSvcRs.
107
-     * 
108
-     * @return
109
-     *     possible object is
110
-     *     {@link Genesis.BankSvcRs }
111
-     *     
112
-     */
113
-    public Genesis.BankSvcRs getBankSvcRs() {
114
-        return bankSvcRs;
115
-    }
116
-
117
-    /**
118
-     * Define el valor de la propiedad bankSvcRs.
119
-     * 
120
-     * @param value
121
-     *     allowed object is
122
-     *     {@link Genesis.BankSvcRs }
123
-     *     
124
-     */
125
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
126
-        this.bankSvcRs = value;
127
-    }
128
-
129
-
130
-    /**
131
-     * &lt;p&gt;Clase Java para anonymous complex type.
132
-     * 
133
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
134
-     * 
135
-     * &lt;pre&gt;
136
-     * &amp;lt;complexType&amp;gt;
137
-     *   &amp;lt;complexContent&amp;gt;
138
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
139
-     *       &amp;lt;sequence&amp;gt;
140
-     *         &amp;lt;element name="Status"&amp;gt;
141
-     *           &amp;lt;complexType&amp;gt;
142
-     *             &amp;lt;complexContent&amp;gt;
143
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
144
-     *                 &amp;lt;sequence&amp;gt;
145
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
146
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
147
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
148
-     *                     &amp;lt;complexType&amp;gt;
149
-     *                       &amp;lt;complexContent&amp;gt;
150
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
151
-     *                           &amp;lt;sequence&amp;gt;
152
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
153
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
154
-     *                           &amp;lt;/sequence&amp;gt;
155
-     *                         &amp;lt;/restriction&amp;gt;
156
-     *                       &amp;lt;/complexContent&amp;gt;
157
-     *                     &amp;lt;/complexType&amp;gt;
158
-     *                   &amp;lt;/element&amp;gt;
159
-     *                 &amp;lt;/sequence&amp;gt;
160
-     *               &amp;lt;/restriction&amp;gt;
161
-     *             &amp;lt;/complexContent&amp;gt;
162
-     *           &amp;lt;/complexType&amp;gt;
163
-     *         &amp;lt;/element&amp;gt;
164
-     *         &amp;lt;element name="WSRs"&amp;gt;
165
-     *           &amp;lt;complexType&amp;gt;
166
-     *             &amp;lt;complexContent&amp;gt;
167
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
168
-     *                 &amp;lt;sequence&amp;gt;
169
-     *                   &amp;lt;element name="EstacionTrabajo" maxOccurs="unbounded" minOccurs="0"&amp;gt;
170
-     *                     &amp;lt;complexType&amp;gt;
171
-     *                       &amp;lt;complexContent&amp;gt;
172
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
173
-     *                           &amp;lt;sequence&amp;gt;
174
-     *                             &amp;lt;element name="NumerodeEstacion" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
175
-     *                             &amp;lt;element name="NombredeEstacion" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
176
-     *                             &amp;lt;element name="Estado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
177
-     *                           &amp;lt;/sequence&amp;gt;
178
-     *                         &amp;lt;/restriction&amp;gt;
179
-     *                       &amp;lt;/complexContent&amp;gt;
180
-     *                     &amp;lt;/complexType&amp;gt;
181
-     *                   &amp;lt;/element&amp;gt;
182
-     *                 &amp;lt;/sequence&amp;gt;
183
-     *               &amp;lt;/restriction&amp;gt;
184
-     *             &amp;lt;/complexContent&amp;gt;
185
-     *           &amp;lt;/complexType&amp;gt;
186
-     *         &amp;lt;/element&amp;gt;
187
-     *       &amp;lt;/sequence&amp;gt;
188
-     *     &amp;lt;/restriction&amp;gt;
189
-     *   &amp;lt;/complexContent&amp;gt;
190
-     * &amp;lt;/complexType&amp;gt;
191
-     * &lt;/pre&gt;
192
-     * 
193
-     * 
194
-     */
195
-    @XmlAccessorType(XmlAccessType.FIELD)
196
-    @XmlType(name = "", propOrder = {
197
-        "status",
198
-        "wsRs"
199
-    })
200
-    public static class BankSvcRs {
201
-
202
-        @XmlElement(name = "Status", required = true)
203
-        protected Genesis.BankSvcRs.Status status;
204
-        @XmlElement(name = "WSRs", required = true)
205
-        protected Genesis.BankSvcRs.WSRs wsRs;
206
-
207
-        /**
208
-         * Obtiene el valor de la propiedad status.
209
-         * 
210
-         * @return
211
-         *     possible object is
212
-         *     {@link Genesis.BankSvcRs.Status }
213
-         *     
214
-         */
215
-        public Genesis.BankSvcRs.Status getStatus() {
216
-            return status;
217
-        }
218
-
219
-        /**
220
-         * Define el valor de la propiedad status.
221
-         * 
222
-         * @param value
223
-         *     allowed object is
224
-         *     {@link Genesis.BankSvcRs.Status }
225
-         *     
226
-         */
227
-        public void setStatus(Genesis.BankSvcRs.Status value) {
228
-            this.status = value;
229
-        }
230
-
231
-        /**
232
-         * Obtiene el valor de la propiedad wsRs.
233
-         * 
234
-         * @return
235
-         *     possible object is
236
-         *     {@link Genesis.BankSvcRs.WSRs }
237
-         *     
238
-         */
239
-        public Genesis.BankSvcRs.WSRs getWSRs() {
240
-            return wsRs;
241
-        }
242
-
243
-        /**
244
-         * Define el valor de la propiedad wsRs.
245
-         * 
246
-         * @param value
247
-         *     allowed object is
248
-         *     {@link Genesis.BankSvcRs.WSRs }
249
-         *     
250
-         */
251
-        public void setWSRs(Genesis.BankSvcRs.WSRs value) {
252
-            this.wsRs = value;
253
-        }
254
-
255
-
256
-        /**
257
-         * &lt;p&gt;Clase Java para anonymous complex type.
258
-         * 
259
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
260
-         * 
261
-         * &lt;pre&gt;
262
-         * &amp;lt;complexType&amp;gt;
263
-         *   &amp;lt;complexContent&amp;gt;
264
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
265
-         *       &amp;lt;sequence&amp;gt;
266
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
267
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
268
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
269
-         *           &amp;lt;complexType&amp;gt;
270
-         *             &amp;lt;complexContent&amp;gt;
271
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
272
-         *                 &amp;lt;sequence&amp;gt;
273
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
274
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
275
-         *                 &amp;lt;/sequence&amp;gt;
276
-         *               &amp;lt;/restriction&amp;gt;
277
-         *             &amp;lt;/complexContent&amp;gt;
278
-         *           &amp;lt;/complexType&amp;gt;
279
-         *         &amp;lt;/element&amp;gt;
280
-         *       &amp;lt;/sequence&amp;gt;
281
-         *     &amp;lt;/restriction&amp;gt;
282
-         *   &amp;lt;/complexContent&amp;gt;
283
-         * &amp;lt;/complexType&amp;gt;
284
-         * &lt;/pre&gt;
285
-         * 
286
-         * 
287
-         */
288
-        @XmlAccessorType(XmlAccessType.FIELD)
289
-        @XmlType(name = "", propOrder = {
290
-            "statusCode",
291
-            "statusDesc",
292
-            "additionalStatus"
293
-        })
294
-        public static class Status {
295
-
296
-            @XmlElement(name = "StatusCode", required = true)
297
-            protected String statusCode;
298
-            @XmlElement(name = "StatusDesc", required = true)
299
-            protected String statusDesc;
300
-            @XmlElement(name = "AdditionalStatus", required = true)
301
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
302
-
303
-            /**
304
-             * Obtiene el valor de la propiedad statusCode.
305
-             * 
306
-             * @return
307
-             *     possible object is
308
-             *     {@link String }
309
-             *     
310
-             */
311
-            public String getStatusCode() {
312
-                return statusCode;
313
-            }
314
-
315
-            /**
316
-             * Define el valor de la propiedad statusCode.
317
-             * 
318
-             * @param value
319
-             *     allowed object is
320
-             *     {@link String }
321
-             *     
322
-             */
323
-            public void setStatusCode(String value) {
324
-                this.statusCode = value;
325
-            }
326
-
327
-            /**
328
-             * Obtiene el valor de la propiedad statusDesc.
329
-             * 
330
-             * @return
331
-             *     possible object is
332
-             *     {@link String }
333
-             *     
334
-             */
335
-            public String getStatusDesc() {
336
-                return statusDesc;
337
-            }
338
-
339
-            /**
340
-             * Define el valor de la propiedad statusDesc.
341
-             * 
342
-             * @param value
343
-             *     allowed object is
344
-             *     {@link String }
345
-             *     
346
-             */
347
-            public void setStatusDesc(String value) {
348
-                this.statusDesc = value;
349
-            }
350
-
351
-            /**
352
-             * Obtiene el valor de la propiedad additionalStatus.
353
-             * 
354
-             * @return
355
-             *     possible object is
356
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
357
-             *     
358
-             */
359
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
360
-                return additionalStatus;
361
-            }
362
-
363
-            /**
364
-             * Define el valor de la propiedad additionalStatus.
365
-             * 
366
-             * @param value
367
-             *     allowed object is
368
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
369
-             *     
370
-             */
371
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
372
-                this.additionalStatus = value;
373
-            }
374
-
375
-
376
-            /**
377
-             * &lt;p&gt;Clase Java para anonymous complex type.
378
-             * 
379
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
380
-             * 
381
-             * &lt;pre&gt;
382
-             * &amp;lt;complexType&amp;gt;
383
-             *   &amp;lt;complexContent&amp;gt;
384
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
385
-             *       &amp;lt;sequence&amp;gt;
386
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
387
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
388
-             *       &amp;lt;/sequence&amp;gt;
389
-             *     &amp;lt;/restriction&amp;gt;
390
-             *   &amp;lt;/complexContent&amp;gt;
391
-             * &amp;lt;/complexType&amp;gt;
392
-             * &lt;/pre&gt;
393
-             * 
394
-             * 
395
-             */
396
-            @XmlAccessorType(XmlAccessType.FIELD)
397
-            @XmlType(name = "", propOrder = {
398
-                "statusCode",
399
-                "statusDesc"
400
-            })
401
-            public static class AdditionalStatus {
402
-
403
-                @XmlElement(name = "StatusCode", required = true)
404
-                protected String statusCode;
405
-                @XmlElement(name = "StatusDesc", required = true)
406
-                protected String statusDesc;
407
-
408
-                /**
409
-                 * Obtiene el valor de la propiedad statusCode.
410
-                 * 
411
-                 * @return
412
-                 *     possible object is
413
-                 *     {@link String }
414
-                 *     
415
-                 */
416
-                public String getStatusCode() {
417
-                    return statusCode;
418
-                }
419
-
420
-                /**
421
-                 * Define el valor de la propiedad statusCode.
422
-                 * 
423
-                 * @param value
424
-                 *     allowed object is
425
-                 *     {@link String }
426
-                 *     
427
-                 */
428
-                public void setStatusCode(String value) {
429
-                    this.statusCode = value;
430
-                }
431
-
432
-                /**
433
-                 * Obtiene el valor de la propiedad statusDesc.
434
-                 * 
435
-                 * @return
436
-                 *     possible object is
437
-                 *     {@link String }
438
-                 *     
439
-                 */
440
-                public String getStatusDesc() {
441
-                    return statusDesc;
442
-                }
443
-
444
-                /**
445
-                 * Define el valor de la propiedad statusDesc.
446
-                 * 
447
-                 * @param value
448
-                 *     allowed object is
449
-                 *     {@link String }
450
-                 *     
451
-                 */
452
-                public void setStatusDesc(String value) {
453
-                    this.statusDesc = value;
454
-                }
455
-
456
-            }
457
-
458
-        }
459
-
460
-
461
-        /**
462
-         * &lt;p&gt;Clase Java para anonymous complex type.
463
-         * 
464
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
465
-         * 
466
-         * &lt;pre&gt;
467
-         * &amp;lt;complexType&amp;gt;
468
-         *   &amp;lt;complexContent&amp;gt;
469
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
470
-         *       &amp;lt;sequence&amp;gt;
471
-         *         &amp;lt;element name="EstacionTrabajo" maxOccurs="unbounded" minOccurs="0"&amp;gt;
472
-         *           &amp;lt;complexType&amp;gt;
473
-         *             &amp;lt;complexContent&amp;gt;
474
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
475
-         *                 &amp;lt;sequence&amp;gt;
476
-         *                   &amp;lt;element name="NumerodeEstacion" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
477
-         *                   &amp;lt;element name="NombredeEstacion" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
478
-         *                   &amp;lt;element name="Estado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
479
-         *                 &amp;lt;/sequence&amp;gt;
480
-         *               &amp;lt;/restriction&amp;gt;
481
-         *             &amp;lt;/complexContent&amp;gt;
482
-         *           &amp;lt;/complexType&amp;gt;
483
-         *         &amp;lt;/element&amp;gt;
484
-         *       &amp;lt;/sequence&amp;gt;
485
-         *     &amp;lt;/restriction&amp;gt;
486
-         *   &amp;lt;/complexContent&amp;gt;
487
-         * &amp;lt;/complexType&amp;gt;
488
-         * &lt;/pre&gt;
489
-         * 
490
-         * 
491
-         */
492
-        @XmlAccessorType(XmlAccessType.FIELD)
493
-        @XmlType(name = "", propOrder = {
494
-            "estacionTrabajo"
495
-        })
496
-        public static class WSRs {
497
-
498
-            @XmlElement(name = "EstacionTrabajo")
499
-            protected List<Genesis.BankSvcRs.WSRs.EstacionTrabajo> estacionTrabajo;
500
-
501
-            /**
502
-             * Gets the value of the estacionTrabajo property.
503
-             * 
504
-             * &lt;p&gt;
505
-             * This accessor method returns a reference to the live list,
506
-             * not a snapshot. Therefore any modification you make to the
507
-             * returned list will be present inside the JAXB object.
508
-             * This is why there is not a &lt;CODE&gt;set&lt;/CODE&gt; method for the estacionTrabajo property.
509
-             * 
510
-             * &lt;p&gt;
511
-             * For example, to add a new item, do as follows:
512
-             * &lt;pre&gt;
513
-             *    getEstacionTrabajo().add(newItem);
514
-             * &lt;/pre&gt;
515
-             * 
516
-             * 
517
-             * &lt;p&gt;
518
-             * Objects of the following type(s) are allowed in the list
519
-             * {@link Genesis.BankSvcRs.WSRs.EstacionTrabajo }
520
-             * 
521
-             * 
522
-             */
523
-            public List<Genesis.BankSvcRs.WSRs.EstacionTrabajo> getEstacionTrabajo() {
524
-                if (estacionTrabajo == null) {
525
-                    estacionTrabajo = new ArrayList<Genesis.BankSvcRs.WSRs.EstacionTrabajo>();
526
-                }
527
-                return this.estacionTrabajo;
528
-            }
529
-
530
-
531
-            /**
532
-             * &lt;p&gt;Clase Java para anonymous complex type.
533
-             * 
534
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
535
-             * 
536
-             * &lt;pre&gt;
537
-             * &amp;lt;complexType&amp;gt;
538
-             *   &amp;lt;complexContent&amp;gt;
539
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
540
-             *       &amp;lt;sequence&amp;gt;
541
-             *         &amp;lt;element name="NumerodeEstacion" type="{http://www.w3.org/2001/XMLSchema}int"/&amp;gt;
542
-             *         &amp;lt;element name="NombredeEstacion" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
543
-             *         &amp;lt;element name="Estado" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
544
-             *       &amp;lt;/sequence&amp;gt;
545
-             *     &amp;lt;/restriction&amp;gt;
546
-             *   &amp;lt;/complexContent&amp;gt;
547
-             * &amp;lt;/complexType&amp;gt;
548
-             * &lt;/pre&gt;
549
-             * 
550
-             * 
551
-             */
552
-            @XmlAccessorType(XmlAccessType.FIELD)
553
-            @XmlType(name = "", propOrder = {
554
-                "numerodeEstacion",
555
-                "nombredeEstacion",
556
-                "estado"
557
-            })
558
-            public static class EstacionTrabajo {
559
-
560
-                @XmlElement(name = "NumerodeEstacion")
561
-                protected int numerodeEstacion;
562
-                @XmlElement(name = "NombredeEstacion", required = true)
563
-                protected String nombredeEstacion;
564
-                @XmlElement(name = "Estado", required = true)
565
-                protected String estado;
566
-
567
-                /**
568
-                 * Obtiene el valor de la propiedad numerodeEstacion.
569
-                 * 
570
-                 */
571
-                public int getNumerodeEstacion() {
572
-                    return numerodeEstacion;
573
-                }
574
-
575
-                /**
576
-                 * Define el valor de la propiedad numerodeEstacion.
577
-                 * 
578
-                 */
579
-                public void setNumerodeEstacion(int value) {
580
-                    this.numerodeEstacion = value;
581
-                }
582
-
583
-                /**
584
-                 * Obtiene el valor de la propiedad nombredeEstacion.
585
-                 * 
586
-                 * @return
587
-                 *     possible object is
588
-                 *     {@link String }
589
-                 *     
590
-                 */
591
-                public String getNombredeEstacion() {
592
-                    return nombredeEstacion;
593
-                }
594
-
595
-                /**
596
-                 * Define el valor de la propiedad nombredeEstacion.
597
-                 * 
598
-                 * @param value
599
-                 *     allowed object is
600
-                 *     {@link String }
601
-                 *     
602
-                 */
603
-                public void setNombredeEstacion(String value) {
604
-                    this.nombredeEstacion = value;
605
-                }
606
-
607
-                /**
608
-                 * Obtiene el valor de la propiedad estado.
609
-                 * 
610
-                 * @return
611
-                 *     possible object is
612
-                 *     {@link String }
613
-                 *     
614
-                 */
615
-                public String getEstado() {
616
-                    return estado;
617
-                }
618
-
619
-                /**
620
-                 * Define el valor de la propiedad estado.
621
-                 * 
622
-                 * @param value
623
-                 *     allowed object is
624
-                 *     {@link String }
625
-                 *     
626
-                 */
627
-                public void setEstado(String value) {
628
-                    this.estado = value;
629
-                }
630
-
631
-            }
632
-
633
-        }
634
-
635
-    }
636
-
637
-}

+ 0 - 87
build/generated/jaxbCache/WorkstationByBranchListResponse/generated/ObjectFactory.java Ver fichero

@@ -1,87 +0,0 @@
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:00:21 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.WSRs createGenesisBankSvcRsWSRs() {
60
-        return new Genesis.BankSvcRs.WSRs();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
68
-        return new Genesis.BankSvcRs.Status();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BankSvcRs.WSRs.EstacionTrabajo }
73
-     * 
74
-     */
75
-    public Genesis.BankSvcRs.WSRs.EstacionTrabajo createGenesisBankSvcRsWSRsEstacionTrabajo() {
76
-        return new Genesis.BankSvcRs.WSRs.EstacionTrabajo();
77
-    }
78
-
79
-    /**
80
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
81
-     * 
82
-     */
83
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
84
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
85
-    }
86
-
87
-}

+ 0 - 532
build/generated/jaxbCache/WorkstationMoveRequest/generated/Genesis.java Ver fichero

@@ -1,532 +0,0 @@
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:37:55 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="SignonRq"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
34
- *                 &amp;lt;/sequence&amp;gt;
35
- *               &amp;lt;/restriction&amp;gt;
36
- *             &amp;lt;/complexContent&amp;gt;
37
- *           &amp;lt;/complexType&amp;gt;
38
- *         &amp;lt;/element&amp;gt;
39
- *         &amp;lt;element name="BaseSvcRq"&amp;gt;
40
- *           &amp;lt;complexType&amp;gt;
41
- *             &amp;lt;complexContent&amp;gt;
42
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
43
- *                 &amp;lt;sequence&amp;gt;
44
- *                   &amp;lt;element name="MsgRqHdr"&amp;gt;
45
- *                     &amp;lt;complexType&amp;gt;
46
- *                       &amp;lt;complexContent&amp;gt;
47
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
48
- *                           &amp;lt;sequence&amp;gt;
49
- *                             &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
50
- *                             &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
51
- *                             &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
52
- *                             &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
53
- *                             &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
54
- *                           &amp;lt;/sequence&amp;gt;
55
- *                         &amp;lt;/restriction&amp;gt;
56
- *                       &amp;lt;/complexContent&amp;gt;
57
- *                     &amp;lt;/complexType&amp;gt;
58
- *                   &amp;lt;/element&amp;gt;
59
- *                 &amp;lt;/sequence&amp;gt;
60
- *               &amp;lt;/restriction&amp;gt;
61
- *             &amp;lt;/complexContent&amp;gt;
62
- *           &amp;lt;/complexType&amp;gt;
63
- *         &amp;lt;/element&amp;gt;
64
- *         &amp;lt;element name="BankSvcRq"&amp;gt;
65
- *           &amp;lt;complexType&amp;gt;
66
- *             &amp;lt;complexContent&amp;gt;
67
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
68
- *                 &amp;lt;sequence&amp;gt;
69
- *                   &amp;lt;element name="gnsCodigoSucursalOrigen" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
70
- *                   &amp;lt;element name="gnsCodigoSucursalDestino" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
71
- *                   &amp;lt;element name="gnsNumeroEstacion" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
72
- *                 &amp;lt;/sequence&amp;gt;
73
- *               &amp;lt;/restriction&amp;gt;
74
- *             &amp;lt;/complexContent&amp;gt;
75
- *           &amp;lt;/complexType&amp;gt;
76
- *         &amp;lt;/element&amp;gt;
77
- *       &amp;lt;/sequence&amp;gt;
78
- *     &amp;lt;/restriction&amp;gt;
79
- *   &amp;lt;/complexContent&amp;gt;
80
- * &amp;lt;/complexType&amp;gt;
81
- * &lt;/pre&gt;
82
- * 
83
- * 
84
- */
85
-@XmlAccessorType(XmlAccessType.FIELD)
86
-@XmlType(name = "", propOrder = {
87
-    "signonRq",
88
-    "baseSvcRq",
89
-    "bankSvcRq"
90
-})
91
-@XmlRootElement(name = "Genesis")
92
-public class Genesis {
93
-
94
-    @XmlElement(name = "SignonRq", required = true)
95
-    protected Genesis.SignonRq signonRq;
96
-    @XmlElement(name = "BaseSvcRq", required = true)
97
-    protected Genesis.BaseSvcRq baseSvcRq;
98
-    @XmlElement(name = "BankSvcRq", required = true)
99
-    protected Genesis.BankSvcRq bankSvcRq;
100
-
101
-    /**
102
-     * Obtiene el valor de la propiedad signonRq.
103
-     * 
104
-     * @return
105
-     *     possible object is
106
-     *     {@link Genesis.SignonRq }
107
-     *     
108
-     */
109
-    public Genesis.SignonRq getSignonRq() {
110
-        return signonRq;
111
-    }
112
-
113
-    /**
114
-     * Define el valor de la propiedad signonRq.
115
-     * 
116
-     * @param value
117
-     *     allowed object is
118
-     *     {@link Genesis.SignonRq }
119
-     *     
120
-     */
121
-    public void setSignonRq(Genesis.SignonRq value) {
122
-        this.signonRq = value;
123
-    }
124
-
125
-    /**
126
-     * Obtiene el valor de la propiedad baseSvcRq.
127
-     * 
128
-     * @return
129
-     *     possible object is
130
-     *     {@link Genesis.BaseSvcRq }
131
-     *     
132
-     */
133
-    public Genesis.BaseSvcRq getBaseSvcRq() {
134
-        return baseSvcRq;
135
-    }
136
-
137
-    /**
138
-     * Define el valor de la propiedad baseSvcRq.
139
-     * 
140
-     * @param value
141
-     *     allowed object is
142
-     *     {@link Genesis.BaseSvcRq }
143
-     *     
144
-     */
145
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
146
-        this.baseSvcRq = value;
147
-    }
148
-
149
-    /**
150
-     * Obtiene el valor de la propiedad bankSvcRq.
151
-     * 
152
-     * @return
153
-     *     possible object is
154
-     *     {@link Genesis.BankSvcRq }
155
-     *     
156
-     */
157
-    public Genesis.BankSvcRq getBankSvcRq() {
158
-        return bankSvcRq;
159
-    }
160
-
161
-    /**
162
-     * Define el valor de la propiedad bankSvcRq.
163
-     * 
164
-     * @param value
165
-     *     allowed object is
166
-     *     {@link Genesis.BankSvcRq }
167
-     *     
168
-     */
169
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
170
-        this.bankSvcRq = value;
171
-    }
172
-
173
-
174
-    /**
175
-     * &lt;p&gt;Clase Java para anonymous complex type.
176
-     * 
177
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
178
-     * 
179
-     * &lt;pre&gt;
180
-     * &amp;lt;complexType&amp;gt;
181
-     *   &amp;lt;complexContent&amp;gt;
182
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
183
-     *       &amp;lt;sequence&amp;gt;
184
-     *         &amp;lt;element name="gnsCodigoSucursalOrigen" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
185
-     *         &amp;lt;element name="gnsCodigoSucursalDestino" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
186
-     *         &amp;lt;element name="gnsNumeroEstacion" type="{http://www.w3.org/2001/XMLSchema}long"/&amp;gt;
187
-     *       &amp;lt;/sequence&amp;gt;
188
-     *     &amp;lt;/restriction&amp;gt;
189
-     *   &amp;lt;/complexContent&amp;gt;
190
-     * &amp;lt;/complexType&amp;gt;
191
-     * &lt;/pre&gt;
192
-     * 
193
-     * 
194
-     */
195
-    @XmlAccessorType(XmlAccessType.FIELD)
196
-    @XmlType(name = "", propOrder = {
197
-        "gnsCodigoSucursalOrigen",
198
-        "gnsCodigoSucursalDestino",
199
-        "gnsNumeroEstacion"
200
-    })
201
-    public static class BankSvcRq {
202
-
203
-        protected long gnsCodigoSucursalOrigen;
204
-        protected long gnsCodigoSucursalDestino;
205
-        protected long gnsNumeroEstacion;
206
-
207
-        /**
208
-         * Obtiene el valor de la propiedad gnsCodigoSucursalOrigen.
209
-         * 
210
-         */
211
-        public long getGnsCodigoSucursalOrigen() {
212
-            return gnsCodigoSucursalOrigen;
213
-        }
214
-
215
-        /**
216
-         * Define el valor de la propiedad gnsCodigoSucursalOrigen.
217
-         * 
218
-         */
219
-        public void setGnsCodigoSucursalOrigen(long value) {
220
-            this.gnsCodigoSucursalOrigen = value;
221
-        }
222
-
223
-        /**
224
-         * Obtiene el valor de la propiedad gnsCodigoSucursalDestino.
225
-         * 
226
-         */
227
-        public long getGnsCodigoSucursalDestino() {
228
-            return gnsCodigoSucursalDestino;
229
-        }
230
-
231
-        /**
232
-         * Define el valor de la propiedad gnsCodigoSucursalDestino.
233
-         * 
234
-         */
235
-        public void setGnsCodigoSucursalDestino(long value) {
236
-            this.gnsCodigoSucursalDestino = value;
237
-        }
238
-
239
-        /**
240
-         * Obtiene el valor de la propiedad gnsNumeroEstacion.
241
-         * 
242
-         */
243
-        public long getGnsNumeroEstacion() {
244
-            return gnsNumeroEstacion;
245
-        }
246
-
247
-        /**
248
-         * Define el valor de la propiedad gnsNumeroEstacion.
249
-         * 
250
-         */
251
-        public void setGnsNumeroEstacion(long value) {
252
-            this.gnsNumeroEstacion = value;
253
-        }
254
-
255
-    }
256
-
257
-
258
-    /**
259
-     * &lt;p&gt;Clase Java para anonymous complex type.
260
-     * 
261
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
262
-     * 
263
-     * &lt;pre&gt;
264
-     * &amp;lt;complexType&amp;gt;
265
-     *   &amp;lt;complexContent&amp;gt;
266
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
267
-     *       &amp;lt;sequence&amp;gt;
268
-     *         &amp;lt;element name="MsgRqHdr"&amp;gt;
269
-     *           &amp;lt;complexType&amp;gt;
270
-     *             &amp;lt;complexContent&amp;gt;
271
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
272
-     *                 &amp;lt;sequence&amp;gt;
273
-     *                   &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
274
-     *                   &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
275
-     *                   &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
276
-     *                   &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
277
-     *                   &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
278
-     *                 &amp;lt;/sequence&amp;gt;
279
-     *               &amp;lt;/restriction&amp;gt;
280
-     *             &amp;lt;/complexContent&amp;gt;
281
-     *           &amp;lt;/complexType&amp;gt;
282
-     *         &amp;lt;/element&amp;gt;
283
-     *       &amp;lt;/sequence&amp;gt;
284
-     *     &amp;lt;/restriction&amp;gt;
285
-     *   &amp;lt;/complexContent&amp;gt;
286
-     * &amp;lt;/complexType&amp;gt;
287
-     * &lt;/pre&gt;
288
-     * 
289
-     * 
290
-     */
291
-    @XmlAccessorType(XmlAccessType.FIELD)
292
-    @XmlType(name = "", propOrder = {
293
-        "msgRqHdr"
294
-    })
295
-    public static class BaseSvcRq {
296
-
297
-        @XmlElement(name = "MsgRqHdr", required = true)
298
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
299
-
300
-        /**
301
-         * Obtiene el valor de la propiedad msgRqHdr.
302
-         * 
303
-         * @return
304
-         *     possible object is
305
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
306
-         *     
307
-         */
308
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
309
-            return msgRqHdr;
310
-        }
311
-
312
-        /**
313
-         * Define el valor de la propiedad msgRqHdr.
314
-         * 
315
-         * @param value
316
-         *     allowed object is
317
-         *     {@link Genesis.BaseSvcRq.MsgRqHdr }
318
-         *     
319
-         */
320
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
321
-            this.msgRqHdr = value;
322
-        }
323
-
324
-
325
-        /**
326
-         * &lt;p&gt;Clase Java para anonymous complex type.
327
-         * 
328
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
329
-         * 
330
-         * &lt;pre&gt;
331
-         * &amp;lt;complexType&amp;gt;
332
-         *   &amp;lt;complexContent&amp;gt;
333
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
334
-         *       &amp;lt;sequence&amp;gt;
335
-         *         &amp;lt;element name="Instance" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
336
-         *         &amp;lt;element name="BankId" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
337
-         *         &amp;lt;element name="OriginatorName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
338
-         *         &amp;lt;element name="RequestCode" type="{http://www.w3.org/2001/XMLSchema}short"/&amp;gt;
339
-         *         &amp;lt;element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
340
-         *       &amp;lt;/sequence&amp;gt;
341
-         *     &amp;lt;/restriction&amp;gt;
342
-         *   &amp;lt;/complexContent&amp;gt;
343
-         * &amp;lt;/complexType&amp;gt;
344
-         * &lt;/pre&gt;
345
-         * 
346
-         * 
347
-         */
348
-        @XmlAccessorType(XmlAccessType.FIELD)
349
-        @XmlType(name = "", propOrder = {
350
-            "instance",
351
-            "bankId",
352
-            "originatorName",
353
-            "requestCode",
354
-            "requestName"
355
-        })
356
-        public static class MsgRqHdr {
357
-
358
-            @XmlElement(name = "Instance", required = true)
359
-            protected String instance;
360
-            @XmlElement(name = "BankId")
361
-            protected short bankId;
362
-            @XmlElement(name = "OriginatorName", required = true)
363
-            protected String originatorName;
364
-            @XmlElement(name = "RequestCode")
365
-            protected short requestCode;
366
-            @XmlElement(name = "RequestName", required = true)
367
-            protected String requestName;
368
-
369
-            /**
370
-             * Obtiene el valor de la propiedad instance.
371
-             * 
372
-             * @return
373
-             *     possible object is
374
-             *     {@link String }
375
-             *     
376
-             */
377
-            public String getInstance() {
378
-                return instance;
379
-            }
380
-
381
-            /**
382
-             * Define el valor de la propiedad instance.
383
-             * 
384
-             * @param value
385
-             *     allowed object is
386
-             *     {@link String }
387
-             *     
388
-             */
389
-            public void setInstance(String value) {
390
-                this.instance = value;
391
-            }
392
-
393
-            /**
394
-             * Obtiene el valor de la propiedad bankId.
395
-             * 
396
-             */
397
-            public short getBankId() {
398
-                return bankId;
399
-            }
400
-
401
-            /**
402
-             * Define el valor de la propiedad bankId.
403
-             * 
404
-             */
405
-            public void setBankId(short value) {
406
-                this.bankId = value;
407
-            }
408
-
409
-            /**
410
-             * Obtiene el valor de la propiedad originatorName.
411
-             * 
412
-             * @return
413
-             *     possible object is
414
-             *     {@link String }
415
-             *     
416
-             */
417
-            public String getOriginatorName() {
418
-                return originatorName;
419
-            }
420
-
421
-            /**
422
-             * Define el valor de la propiedad originatorName.
423
-             * 
424
-             * @param value
425
-             *     allowed object is
426
-             *     {@link String }
427
-             *     
428
-             */
429
-            public void setOriginatorName(String value) {
430
-                this.originatorName = value;
431
-            }
432
-
433
-            /**
434
-             * Obtiene el valor de la propiedad requestCode.
435
-             * 
436
-             */
437
-            public short getRequestCode() {
438
-                return requestCode;
439
-            }
440
-
441
-            /**
442
-             * Define el valor de la propiedad requestCode.
443
-             * 
444
-             */
445
-            public void setRequestCode(short value) {
446
-                this.requestCode = value;
447
-            }
448
-
449
-            /**
450
-             * Obtiene el valor de la propiedad requestName.
451
-             * 
452
-             * @return
453
-             *     possible object is
454
-             *     {@link String }
455
-             *     
456
-             */
457
-            public String getRequestName() {
458
-                return requestName;
459
-            }
460
-
461
-            /**
462
-             * Define el valor de la propiedad requestName.
463
-             * 
464
-             * @param value
465
-             *     allowed object is
466
-             *     {@link String }
467
-             *     
468
-             */
469
-            public void setRequestName(String value) {
470
-                this.requestName = value;
471
-            }
472
-
473
-        }
474
-
475
-    }
476
-
477
-
478
-    /**
479
-     * &lt;p&gt;Clase Java para anonymous complex type.
480
-     * 
481
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
482
-     * 
483
-     * &lt;pre&gt;
484
-     * &amp;lt;complexType&amp;gt;
485
-     *   &amp;lt;complexContent&amp;gt;
486
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
487
-     *       &amp;lt;sequence&amp;gt;
488
-     *         &amp;lt;element name="SessionLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
489
-     *       &amp;lt;/sequence&amp;gt;
490
-     *     &amp;lt;/restriction&amp;gt;
491
-     *   &amp;lt;/complexContent&amp;gt;
492
-     * &amp;lt;/complexType&amp;gt;
493
-     * &lt;/pre&gt;
494
-     * 
495
-     * 
496
-     */
497
-    @XmlAccessorType(XmlAccessType.FIELD)
498
-    @XmlType(name = "", propOrder = {
499
-        "sessionLoginId"
500
-    })
501
-    public static class SignonRq {
502
-
503
-        @XmlElement(name = "SessionLoginId", required = true)
504
-        protected String sessionLoginId;
505
-
506
-        /**
507
-         * Obtiene el valor de la propiedad sessionLoginId.
508
-         * 
509
-         * @return
510
-         *     possible object is
511
-         *     {@link String }
512
-         *     
513
-         */
514
-        public String getSessionLoginId() {
515
-            return sessionLoginId;
516
-        }
517
-
518
-        /**
519
-         * Define el valor de la propiedad sessionLoginId.
520
-         * 
521
-         * @param value
522
-         *     allowed object is
523
-         *     {@link String }
524
-         *     
525
-         */
526
-        public void setSessionLoginId(String value) {
527
-            this.sessionLoginId = value;
528
-        }
529
-
530
-    }
531
-
532
-}

+ 0 - 79
build/generated/jaxbCache/WorkstationMoveRequest/generated/ObjectFactory.java Ver fichero

@@ -1,79 +0,0 @@
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:37:55 PM COT 
6
-//
7
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BaseSvcRq }
49
-     * 
50
-     */
51
-    public Genesis.BaseSvcRq createGenesisBaseSvcRq() {
52
-        return new Genesis.BaseSvcRq();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.SignonRq }
57
-     * 
58
-     */
59
-    public Genesis.SignonRq createGenesisSignonRq() {
60
-        return new Genesis.SignonRq();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRq }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRq createGenesisBankSvcRq() {
68
-        return new Genesis.BankSvcRq();
69
-    }
70
-
71
-    /**
72
-     * Create an instance of {@link Genesis.BaseSvcRq.MsgRqHdr }
73
-     * 
74
-     */
75
-    public Genesis.BaseSvcRq.MsgRqHdr createGenesisBaseSvcRqMsgRqHdr() {
76
-        return new Genesis.BaseSvcRq.MsgRqHdr();
77
-    }
78
-
79
-}

+ 0 - 416
build/generated/jaxbCache/WorkstationMoveResponse/generated/Genesis.java Ver fichero

@@ -1,416 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlAccessType;
12
-import javax.xml.bind.annotation.XmlAccessorType;
13
-import javax.xml.bind.annotation.XmlElement;
14
-import javax.xml.bind.annotation.XmlRootElement;
15
-import javax.xml.bind.annotation.XmlType;
16
-
17
-
18
-/**
19
- * &lt;p&gt;Clase Java para anonymous complex type.
20
- * 
21
- * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
22
- * 
23
- * &lt;pre&gt;
24
- * &amp;lt;complexType&amp;gt;
25
- *   &amp;lt;complexContent&amp;gt;
26
- *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
27
- *       &amp;lt;sequence&amp;gt;
28
- *         &amp;lt;element name="BankSvcRs"&amp;gt;
29
- *           &amp;lt;complexType&amp;gt;
30
- *             &amp;lt;complexContent&amp;gt;
31
- *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
32
- *                 &amp;lt;sequence&amp;gt;
33
- *                   &amp;lt;element name="Status"&amp;gt;
34
- *                     &amp;lt;complexType&amp;gt;
35
- *                       &amp;lt;complexContent&amp;gt;
36
- *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
37
- *                           &amp;lt;sequence&amp;gt;
38
- *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
39
- *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
40
- *                             &amp;lt;element name="AdditionalStatus"&amp;gt;
41
- *                               &amp;lt;complexType&amp;gt;
42
- *                                 &amp;lt;complexContent&amp;gt;
43
- *                                   &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
44
- *                                     &amp;lt;sequence&amp;gt;
45
- *                                       &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
46
- *                                       &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
47
- *                                     &amp;lt;/sequence&amp;gt;
48
- *                                   &amp;lt;/restriction&amp;gt;
49
- *                                 &amp;lt;/complexContent&amp;gt;
50
- *                               &amp;lt;/complexType&amp;gt;
51
- *                             &amp;lt;/element&amp;gt;
52
- *                           &amp;lt;/sequence&amp;gt;
53
- *                         &amp;lt;/restriction&amp;gt;
54
- *                       &amp;lt;/complexContent&amp;gt;
55
- *                     &amp;lt;/complexType&amp;gt;
56
- *                   &amp;lt;/element&amp;gt;
57
- *                   &amp;lt;element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
58
- *                 &amp;lt;/sequence&amp;gt;
59
- *               &amp;lt;/restriction&amp;gt;
60
- *             &amp;lt;/complexContent&amp;gt;
61
- *           &amp;lt;/complexType&amp;gt;
62
- *         &amp;lt;/element&amp;gt;
63
- *       &amp;lt;/sequence&amp;gt;
64
- *     &amp;lt;/restriction&amp;gt;
65
- *   &amp;lt;/complexContent&amp;gt;
66
- * &amp;lt;/complexType&amp;gt;
67
- * &lt;/pre&gt;
68
- * 
69
- * 
70
- */
71
-@XmlAccessorType(XmlAccessType.FIELD)
72
-@XmlType(name = "", propOrder = {
73
-    "bankSvcRs"
74
-})
75
-@XmlRootElement(name = "Genesis")
76
-public class Genesis {
77
-
78
-    @XmlElement(name = "BankSvcRs", required = true)
79
-    protected Genesis.BankSvcRs bankSvcRs;
80
-
81
-    /**
82
-     * Obtiene el valor de la propiedad bankSvcRs.
83
-     * 
84
-     * @return
85
-     *     possible object is
86
-     *     {@link Genesis.BankSvcRs }
87
-     *     
88
-     */
89
-    public Genesis.BankSvcRs getBankSvcRs() {
90
-        return bankSvcRs;
91
-    }
92
-
93
-    /**
94
-     * Define el valor de la propiedad bankSvcRs.
95
-     * 
96
-     * @param value
97
-     *     allowed object is
98
-     *     {@link Genesis.BankSvcRs }
99
-     *     
100
-     */
101
-    public void setBankSvcRs(Genesis.BankSvcRs value) {
102
-        this.bankSvcRs = value;
103
-    }
104
-
105
-
106
-    /**
107
-     * &lt;p&gt;Clase Java para anonymous complex type.
108
-     * 
109
-     * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
110
-     * 
111
-     * &lt;pre&gt;
112
-     * &amp;lt;complexType&amp;gt;
113
-     *   &amp;lt;complexContent&amp;gt;
114
-     *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
115
-     *       &amp;lt;sequence&amp;gt;
116
-     *         &amp;lt;element name="Status"&amp;gt;
117
-     *           &amp;lt;complexType&amp;gt;
118
-     *             &amp;lt;complexContent&amp;gt;
119
-     *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
120
-     *                 &amp;lt;sequence&amp;gt;
121
-     *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
122
-     *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
123
-     *                   &amp;lt;element name="AdditionalStatus"&amp;gt;
124
-     *                     &amp;lt;complexType&amp;gt;
125
-     *                       &amp;lt;complexContent&amp;gt;
126
-     *                         &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
127
-     *                           &amp;lt;sequence&amp;gt;
128
-     *                             &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
129
-     *                             &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
130
-     *                           &amp;lt;/sequence&amp;gt;
131
-     *                         &amp;lt;/restriction&amp;gt;
132
-     *                       &amp;lt;/complexContent&amp;gt;
133
-     *                     &amp;lt;/complexType&amp;gt;
134
-     *                   &amp;lt;/element&amp;gt;
135
-     *                 &amp;lt;/sequence&amp;gt;
136
-     *               &amp;lt;/restriction&amp;gt;
137
-     *             &amp;lt;/complexContent&amp;gt;
138
-     *           &amp;lt;/complexType&amp;gt;
139
-     *         &amp;lt;/element&amp;gt;
140
-     *         &amp;lt;element name="WSRs" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
141
-     *       &amp;lt;/sequence&amp;gt;
142
-     *     &amp;lt;/restriction&amp;gt;
143
-     *   &amp;lt;/complexContent&amp;gt;
144
-     * &amp;lt;/complexType&amp;gt;
145
-     * &lt;/pre&gt;
146
-     * 
147
-     * 
148
-     */
149
-    @XmlAccessorType(XmlAccessType.FIELD)
150
-    @XmlType(name = "", propOrder = {
151
-        "status",
152
-        "wsRs"
153
-    })
154
-    public static class BankSvcRs {
155
-
156
-        @XmlElement(name = "Status", required = true)
157
-        protected Genesis.BankSvcRs.Status status;
158
-        @XmlElement(name = "WSRs", required = true)
159
-        protected String wsRs;
160
-
161
-        /**
162
-         * Obtiene el valor de la propiedad status.
163
-         * 
164
-         * @return
165
-         *     possible object is
166
-         *     {@link Genesis.BankSvcRs.Status }
167
-         *     
168
-         */
169
-        public Genesis.BankSvcRs.Status getStatus() {
170
-            return status;
171
-        }
172
-
173
-        /**
174
-         * Define el valor de la propiedad status.
175
-         * 
176
-         * @param value
177
-         *     allowed object is
178
-         *     {@link Genesis.BankSvcRs.Status }
179
-         *     
180
-         */
181
-        public void setStatus(Genesis.BankSvcRs.Status value) {
182
-            this.status = value;
183
-        }
184
-
185
-        /**
186
-         * Obtiene el valor de la propiedad wsRs.
187
-         * 
188
-         * @return
189
-         *     possible object is
190
-         *     {@link String }
191
-         *     
192
-         */
193
-        public String getWSRs() {
194
-            return wsRs;
195
-        }
196
-
197
-        /**
198
-         * Define el valor de la propiedad wsRs.
199
-         * 
200
-         * @param value
201
-         *     allowed object is
202
-         *     {@link String }
203
-         *     
204
-         */
205
-        public void setWSRs(String value) {
206
-            this.wsRs = value;
207
-        }
208
-
209
-
210
-        /**
211
-         * &lt;p&gt;Clase Java para anonymous complex type.
212
-         * 
213
-         * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
214
-         * 
215
-         * &lt;pre&gt;
216
-         * &amp;lt;complexType&amp;gt;
217
-         *   &amp;lt;complexContent&amp;gt;
218
-         *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
219
-         *       &amp;lt;sequence&amp;gt;
220
-         *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
221
-         *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
222
-         *         &amp;lt;element name="AdditionalStatus"&amp;gt;
223
-         *           &amp;lt;complexType&amp;gt;
224
-         *             &amp;lt;complexContent&amp;gt;
225
-         *               &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
226
-         *                 &amp;lt;sequence&amp;gt;
227
-         *                   &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
228
-         *                   &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
229
-         *                 &amp;lt;/sequence&amp;gt;
230
-         *               &amp;lt;/restriction&amp;gt;
231
-         *             &amp;lt;/complexContent&amp;gt;
232
-         *           &amp;lt;/complexType&amp;gt;
233
-         *         &amp;lt;/element&amp;gt;
234
-         *       &amp;lt;/sequence&amp;gt;
235
-         *     &amp;lt;/restriction&amp;gt;
236
-         *   &amp;lt;/complexContent&amp;gt;
237
-         * &amp;lt;/complexType&amp;gt;
238
-         * &lt;/pre&gt;
239
-         * 
240
-         * 
241
-         */
242
-        @XmlAccessorType(XmlAccessType.FIELD)
243
-        @XmlType(name = "", propOrder = {
244
-            "statusCode",
245
-            "statusDesc",
246
-            "additionalStatus"
247
-        })
248
-        public static class Status {
249
-
250
-            @XmlElement(name = "StatusCode", required = true)
251
-            protected String statusCode;
252
-            @XmlElement(name = "StatusDesc", required = true)
253
-            protected String statusDesc;
254
-            @XmlElement(name = "AdditionalStatus", required = true)
255
-            protected Genesis.BankSvcRs.Status.AdditionalStatus additionalStatus;
256
-
257
-            /**
258
-             * Obtiene el valor de la propiedad statusCode.
259
-             * 
260
-             * @return
261
-             *     possible object is
262
-             *     {@link String }
263
-             *     
264
-             */
265
-            public String getStatusCode() {
266
-                return statusCode;
267
-            }
268
-
269
-            /**
270
-             * Define el valor de la propiedad statusCode.
271
-             * 
272
-             * @param value
273
-             *     allowed object is
274
-             *     {@link String }
275
-             *     
276
-             */
277
-            public void setStatusCode(String value) {
278
-                this.statusCode = value;
279
-            }
280
-
281
-            /**
282
-             * Obtiene el valor de la propiedad statusDesc.
283
-             * 
284
-             * @return
285
-             *     possible object is
286
-             *     {@link String }
287
-             *     
288
-             */
289
-            public String getStatusDesc() {
290
-                return statusDesc;
291
-            }
292
-
293
-            /**
294
-             * Define el valor de la propiedad statusDesc.
295
-             * 
296
-             * @param value
297
-             *     allowed object is
298
-             *     {@link String }
299
-             *     
300
-             */
301
-            public void setStatusDesc(String value) {
302
-                this.statusDesc = value;
303
-            }
304
-
305
-            /**
306
-             * Obtiene el valor de la propiedad additionalStatus.
307
-             * 
308
-             * @return
309
-             *     possible object is
310
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
311
-             *     
312
-             */
313
-            public Genesis.BankSvcRs.Status.AdditionalStatus getAdditionalStatus() {
314
-                return additionalStatus;
315
-            }
316
-
317
-            /**
318
-             * Define el valor de la propiedad additionalStatus.
319
-             * 
320
-             * @param value
321
-             *     allowed object is
322
-             *     {@link Genesis.BankSvcRs.Status.AdditionalStatus }
323
-             *     
324
-             */
325
-            public void setAdditionalStatus(Genesis.BankSvcRs.Status.AdditionalStatus value) {
326
-                this.additionalStatus = value;
327
-            }
328
-
329
-
330
-            /**
331
-             * &lt;p&gt;Clase Java para anonymous complex type.
332
-             * 
333
-             * &lt;p&gt;El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
334
-             * 
335
-             * &lt;pre&gt;
336
-             * &amp;lt;complexType&amp;gt;
337
-             *   &amp;lt;complexContent&amp;gt;
338
-             *     &amp;lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&amp;gt;
339
-             *       &amp;lt;sequence&amp;gt;
340
-             *         &amp;lt;element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
341
-             *         &amp;lt;element name="StatusDesc" type="{http://www.w3.org/2001/XMLSchema}string"/&amp;gt;
342
-             *       &amp;lt;/sequence&amp;gt;
343
-             *     &amp;lt;/restriction&amp;gt;
344
-             *   &amp;lt;/complexContent&amp;gt;
345
-             * &amp;lt;/complexType&amp;gt;
346
-             * &lt;/pre&gt;
347
-             * 
348
-             * 
349
-             */
350
-            @XmlAccessorType(XmlAccessType.FIELD)
351
-            @XmlType(name = "", propOrder = {
352
-                "statusCode",
353
-                "statusDesc"
354
-            })
355
-            public static class AdditionalStatus {
356
-
357
-                @XmlElement(name = "StatusCode", required = true)
358
-                protected String statusCode;
359
-                @XmlElement(name = "StatusDesc", required = true)
360
-                protected String statusDesc;
361
-
362
-                /**
363
-                 * Obtiene el valor de la propiedad statusCode.
364
-                 * 
365
-                 * @return
366
-                 *     possible object is
367
-                 *     {@link String }
368
-                 *     
369
-                 */
370
-                public String getStatusCode() {
371
-                    return statusCode;
372
-                }
373
-
374
-                /**
375
-                 * Define el valor de la propiedad statusCode.
376
-                 * 
377
-                 * @param value
378
-                 *     allowed object is
379
-                 *     {@link String }
380
-                 *     
381
-                 */
382
-                public void setStatusCode(String value) {
383
-                    this.statusCode = value;
384
-                }
385
-
386
-                /**
387
-                 * Obtiene el valor de la propiedad statusDesc.
388
-                 * 
389
-                 * @return
390
-                 *     possible object is
391
-                 *     {@link String }
392
-                 *     
393
-                 */
394
-                public String getStatusDesc() {
395
-                    return statusDesc;
396
-                }
397
-
398
-                /**
399
-                 * Define el valor de la propiedad statusDesc.
400
-                 * 
401
-                 * @param value
402
-                 *     allowed object is
403
-                 *     {@link String }
404
-                 *     
405
-                 */
406
-                public void setStatusDesc(String value) {
407
-                    this.statusDesc = value;
408
-                }
409
-
410
-            }
411
-
412
-        }
413
-
414
-    }
415
-
416
-}

+ 0 - 71
build/generated/jaxbCache/WorkstationMoveResponse/generated/ObjectFactory.java Ver fichero

@@ -1,71 +0,0 @@
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
-
8
-
9
-package generated;
10
-
11
-import javax.xml.bind.annotation.XmlRegistry;
12
-
13
-
14
-/**
15
- * This object contains factory methods for each 
16
- * Java content interface and Java element interface 
17
- * generated in the generated package. 
18
- * &lt;p&gt;An ObjectFactory allows you to programatically 
19
- * construct new instances of the Java representation 
20
- * for XML content. The Java representation of XML 
21
- * content can consist of schema derived interfaces 
22
- * and classes representing the binding of schema 
23
- * type definitions, element declarations and model 
24
- * groups.  Factory methods for each of these are 
25
- * provided in this class.
26
- * 
27
- */
28
-@XmlRegistry
29
-public class ObjectFactory {
30
-
31
-
32
-    /**
33
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
34
-     * 
35
-     */
36
-    public ObjectFactory() {
37
-    }
38
-
39
-    /**
40
-     * Create an instance of {@link Genesis }
41
-     * 
42
-     */
43
-    public Genesis createGenesis() {
44
-        return new Genesis();
45
-    }
46
-
47
-    /**
48
-     * Create an instance of {@link Genesis.BankSvcRs }
49
-     * 
50
-     */
51
-    public Genesis.BankSvcRs createGenesisBankSvcRs() {
52
-        return new Genesis.BankSvcRs();
53
-    }
54
-
55
-    /**
56
-     * Create an instance of {@link Genesis.BankSvcRs.Status }
57
-     * 
58
-     */
59
-    public Genesis.BankSvcRs.Status createGenesisBankSvcRsStatus() {
60
-        return new Genesis.BankSvcRs.Status();
61
-    }
62
-
63
-    /**
64
-     * Create an instance of {@link Genesis.BankSvcRs.Status.AdditionalStatus }
65
-     * 
66
-     */
67
-    public Genesis.BankSvcRs.Status.AdditionalStatus createGenesisBankSvcRsStatusAdditionalStatus() {
68
-        return new Genesis.BankSvcRs.Status.AdditionalStatus();
69
-    }
70
-
71
-}

+ 1 - 0
catalog.xml Ver fichero

@@ -20,4 +20,5 @@
20 20
     <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/UserListResponse.xsd" uri="xml-resources/jaxb/UserListResponse/UserListResponse.xsd"/>
21 21
     <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/WorkstationByBranchListResponse.xsd" uri="xml-resources/jaxb/WorkstationByBranchListResponse/WorkstationByBranchListResponse.xsd"/>
22 22
     <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/WorkstationMoveResponse.xsd" uri="xml-resources/jaxb/WorkstationMoveResponse/WorkstationMoveResponse.xsd"/>
23
+    <system systemId="file:/E:/genesisapi/GenesisAPI/../../JAVA/request/DeleteUserRequest.xsd" uri="xml-resources/jaxb/DeleteUserRequest/DeleteUserRequest.xsd"/>
23 24
 </catalog>

+ 1 - 3
nbproject/build-impl.xml Ver fichero

@@ -20,8 +20,6 @@ is divided into following sections:
20 20
 
21 21
         -->
22 22
 <project xmlns:if="ant:if" xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" xmlns:unless="ant:unless" basedir=".." default="default" name="GenesisAPI-impl">
23
-    <import file="jaxws-build.xml"/>
24
-    <import file="xml_binding_build.xml"/>
25 23
     <fail message="Please build using Ant 1.8.0 or higher.">
26 24
         <condition>
27 25
             <not>
@@ -1079,7 +1077,7 @@ is divided into following sections:
1079 1077
             <param name="no.dependencies" value="true"/>
1080 1078
         </antcall>
1081 1079
     </target>
1082
-    <target depends="init,deps-jar,jaxb-code-generation,wsimport-client-generate" name="-pre-pre-compile">
1080
+    <target depends="init,deps-jar" name="-pre-pre-compile">
1083 1081
         <mkdir dir="${build.classes.dir}"/>
1084 1082
     </target>
1085 1083
     <target name="-pre-compile">

+ 3 - 3
nbproject/genfiles.properties Ver fichero

@@ -1,8 +1,8 @@
1
-build.xml.data.CRC32=7c51a37e
1
+build.xml.data.CRC32=3ca4089f
2 2
 build.xml.script.CRC32=ff2bf120
3 3
 build.xml.stylesheet.CRC32=f85dc8f2@1.99.0.48
4 4
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5 5
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6
-nbproject/build-impl.xml.data.CRC32=7c51a37e
7
-nbproject/build-impl.xml.script.CRC32=f8bba373
6
+nbproject/build-impl.xml.data.CRC32=3ca4089f
7
+nbproject/build-impl.xml.script.CRC32=b100e3e1
8 8
 nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48

+ 1 - 5
nbproject/project.xml Ver fichero

@@ -2,11 +2,7 @@
2 2
 <project xmlns="http://www.netbeans.org/ns/project/1">
3 3
     <type>org.netbeans.modules.java.j2seproject</type>
4 4
     <configuration>
5
-        <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
6
-            <extension file="xml_binding_build.xml" id="jaxb">
7
-                <dependency dependsOn="jaxb-code-generation" target="-pre-pre-compile"/>
8
-            </extension>
9
-        </buildExtensions>
5
+        <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"/>
10 6
         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
11 7
             <name>GenesisAPI</name>
12 8
             <source-roots>

+ 0 - 280
nbproject/xml_binding_build.xml Ver fichero

@@ -11,285 +11,5 @@
11 11
     <target name="jaxb-code-generation" depends="xjc-typedef-target,-do-init,-init-macrodef-javac">
12 12
         <mkdir dir="${build.generated.sources.dir}/jaxb" xmlns:s="http://xml.netbeans.org/schema/JAXBWizConfig"/>
13 13
         <mkdir dir="build/generated/jaxbCache" xmlns:s="http://xml.netbeans.org/schema/JAXBWizConfig"/>
14
-        <mkdir dir="build/generated/jaxbCache/AddUserRequest"/>
15
-        <xjc destdir="build/generated/jaxbCache/AddUserRequest" catalog="catalog.xml">
16
-            <classpath>
17
-                <pathelement location="${src.dir}"/>
18
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
19
-            </classpath>
20
-            <arg value="-xmlschema"/>
21
-            <schema file="xml-resources/jaxb/AddUserRequest/AddUserRequest.xsd"/>
22
-            <depends file="xml-resources/jaxb/AddUserRequest/AddUserRequest.xsd"/>
23
-            <produces dir="build/generated/jaxbCache/AddUserRequest"/>
24
-        </xjc>
25
-        <copy todir="${build.generated.sources.dir}/jaxb">
26
-            <fileset dir="build/generated/jaxbCache/AddUserRequest"/>
27
-        </copy>
28
-        <mkdir dir="build/generated/jaxbCache/AssignUpdateRoleByUserRequest"/>
29
-        <xjc destdir="build/generated/jaxbCache/AssignUpdateRoleByUserRequest" catalog="catalog.xml">
30
-            <classpath>
31
-                <pathelement location="${src.dir}"/>
32
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
33
-            </classpath>
34
-            <arg value="-xmlschema"/>
35
-            <schema file="xml-resources/jaxb/AssignUpdateRoleByUserRequest/AssignUpdateRoleByUserRequest.xsd"/>
36
-            <depends file="xml-resources/jaxb/AssignUpdateRoleByUserRequest/AssignUpdateRoleByUserRequest.xsd"/>
37
-            <produces dir="build/generated/jaxbCache/AssignUpdateRoleByUserRequest"/>
38
-        </xjc>
39
-        <copy todir="${build.generated.sources.dir}/jaxb">
40
-            <fileset dir="build/generated/jaxbCache/AssignUpdateRoleByUserRequest"/>
41
-        </copy>
42
-        <mkdir dir="build/generated/jaxbCache/BranchListRequest"/>
43
-        <xjc destdir="build/generated/jaxbCache/BranchListRequest" catalog="catalog.xml">
44
-            <classpath>
45
-                <pathelement location="${src.dir}"/>
46
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
47
-            </classpath>
48
-            <arg value="-xmlschema"/>
49
-            <schema file="xml-resources/jaxb/BranchListRequest/BranchListRequest.xsd"/>
50
-            <depends file="xml-resources/jaxb/BranchListRequest/BranchListRequest.xsd"/>
51
-            <produces dir="build/generated/jaxbCache/BranchListRequest"/>
52
-        </xjc>
53
-        <copy todir="${build.generated.sources.dir}/jaxb">
54
-            <fileset dir="build/generated/jaxbCache/BranchListRequest"/>
55
-        </copy>
56
-        <mkdir dir="build/generated/jaxbCache/DeleteUserRequest"/>
57
-        <xjc destdir="build/generated/jaxbCache/DeleteUserRequest" catalog="catalog.xml">
58
-            <classpath>
59
-                <pathelement location="${src.dir}"/>
60
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
61
-            </classpath>
62
-            <arg value="-xmlschema"/>
63
-            <schema file="xml-resources/jaxb/DeleteUserRequest/DeleteUserRequest.xsd"/>
64
-            <depends file="xml-resources/jaxb/DeleteUserRequest/DeleteUserRequest.xsd"/>
65
-            <produces dir="build/generated/jaxbCache/DeleteUserRequest"/>
66
-        </xjc>
67
-        <copy todir="${build.generated.sources.dir}/jaxb">
68
-            <fileset dir="build/generated/jaxbCache/DeleteUserRequest"/>
69
-        </copy>
70
-        <mkdir dir="build/generated/jaxbCache/RoleListRequest"/>
71
-        <xjc destdir="build/generated/jaxbCache/RoleListRequest" catalog="catalog.xml">
72
-            <classpath>
73
-                <pathelement location="${src.dir}"/>
74
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
75
-            </classpath>
76
-            <arg value="-xmlschema"/>
77
-            <schema file="xml-resources/jaxb/RoleListRequest/RoleListRequest.xsd"/>
78
-            <depends file="xml-resources/jaxb/RoleListRequest/RoleListRequest.xsd"/>
79
-            <produces dir="build/generated/jaxbCache/RoleListRequest"/>
80
-        </xjc>
81
-        <copy todir="${build.generated.sources.dir}/jaxb">
82
-            <fileset dir="build/generated/jaxbCache/RoleListRequest"/>
83
-        </copy>
84
-        <mkdir dir="build/generated/jaxbCache/UpdateUserRequest"/>
85
-        <xjc destdir="build/generated/jaxbCache/UpdateUserRequest" catalog="catalog.xml">
86
-            <classpath>
87
-                <pathelement location="${src.dir}"/>
88
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
89
-            </classpath>
90
-            <arg value="-xmlschema"/>
91
-            <schema file="xml-resources/jaxb/UpdateUserRequest/UpdateUserRequest.xsd"/>
92
-            <depends file="xml-resources/jaxb/UpdateUserRequest/UpdateUserRequest.xsd"/>
93
-            <produces dir="build/generated/jaxbCache/UpdateUserRequest"/>
94
-        </xjc>
95
-        <copy todir="${build.generated.sources.dir}/jaxb">
96
-            <fileset dir="build/generated/jaxbCache/UpdateUserRequest"/>
97
-        </copy>
98
-        <mkdir dir="build/generated/jaxbCache/UserBlockRequest"/>
99
-        <xjc destdir="build/generated/jaxbCache/UserBlockRequest" catalog="catalog.xml">
100
-            <classpath>
101
-                <pathelement location="${src.dir}"/>
102
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
103
-            </classpath>
104
-            <arg value="-xmlschema"/>
105
-            <schema file="xml-resources/jaxb/UserBlockRequest/UserBlockRequest.xsd"/>
106
-            <depends file="xml-resources/jaxb/UserBlockRequest/UserBlockRequest.xsd"/>
107
-            <produces dir="build/generated/jaxbCache/UserBlockRequest"/>
108
-        </xjc>
109
-        <copy todir="${build.generated.sources.dir}/jaxb">
110
-            <fileset dir="build/generated/jaxbCache/UserBlockRequest"/>
111
-        </copy>
112
-        <mkdir dir="build/generated/jaxbCache/UserListRequest"/>
113
-        <xjc destdir="build/generated/jaxbCache/UserListRequest" catalog="catalog.xml">
114
-            <classpath>
115
-                <pathelement location="${src.dir}"/>
116
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
117
-            </classpath>
118
-            <arg value="-xmlschema"/>
119
-            <schema file="xml-resources/jaxb/UserListRequest/UserListRequest.xsd"/>
120
-            <depends file="xml-resources/jaxb/UserListRequest/UserListRequest.xsd"/>
121
-            <produces dir="build/generated/jaxbCache/UserListRequest"/>
122
-        </xjc>
123
-        <copy todir="${build.generated.sources.dir}/jaxb">
124
-            <fileset dir="build/generated/jaxbCache/UserListRequest"/>
125
-        </copy>
126
-        <mkdir dir="build/generated/jaxbCache/WorkstationByBranchListRequest"/>
127
-        <xjc destdir="build/generated/jaxbCache/WorkstationByBranchListRequest" catalog="catalog.xml">
128
-            <classpath>
129
-                <pathelement location="${src.dir}"/>
130
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
131
-            </classpath>
132
-            <arg value="-xmlschema"/>
133
-            <schema file="xml-resources/jaxb/WorkstationByBranchListRequest/WorkstationByBranchListRequest.xsd"/>
134
-            <depends file="xml-resources/jaxb/WorkstationByBranchListRequest/WorkstationByBranchListRequest.xsd"/>
135
-            <produces dir="build/generated/jaxbCache/WorkstationByBranchListRequest"/>
136
-        </xjc>
137
-        <copy todir="${build.generated.sources.dir}/jaxb">
138
-            <fileset dir="build/generated/jaxbCache/WorkstationByBranchListRequest"/>
139
-        </copy>
140
-        <mkdir dir="build/generated/jaxbCache/WorkstationMoveRequest"/>
141
-        <xjc destdir="build/generated/jaxbCache/WorkstationMoveRequest" catalog="catalog.xml">
142
-            <classpath>
143
-                <pathelement location="${src.dir}"/>
144
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
145
-            </classpath>
146
-            <arg value="-xmlschema"/>
147
-            <schema file="xml-resources/jaxb/WorkstationMoveRequest/WorkstationMoveRequest.xsd"/>
148
-            <depends file="xml-resources/jaxb/WorkstationMoveRequest/WorkstationMoveRequest.xsd"/>
149
-            <produces dir="build/generated/jaxbCache/WorkstationMoveRequest"/>
150
-        </xjc>
151
-        <copy todir="${build.generated.sources.dir}/jaxb">
152
-            <fileset dir="build/generated/jaxbCache/WorkstationMoveRequest"/>
153
-        </copy>
154
-        <mkdir dir="build/generated/jaxbCache/AddUserResponse"/>
155
-        <xjc destdir="build/generated/jaxbCache/AddUserResponse" catalog="catalog.xml">
156
-            <classpath>
157
-                <pathelement location="${src.dir}"/>
158
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
159
-            </classpath>
160
-            <arg value="-xmlschema"/>
161
-            <schema file="xml-resources/jaxb/AddUserResponse/AddUserResponse.xsd"/>
162
-            <depends file="xml-resources/jaxb/AddUserResponse/AddUserResponse.xsd"/>
163
-            <produces dir="build/generated/jaxbCache/AddUserResponse"/>
164
-        </xjc>
165
-        <copy todir="${build.generated.sources.dir}/jaxb">
166
-            <fileset dir="build/generated/jaxbCache/AddUserResponse"/>
167
-        </copy>
168
-        <mkdir dir="build/generated/jaxbCache/AssignUpdateRoleByUserResponse"/>
169
-        <xjc destdir="build/generated/jaxbCache/AssignUpdateRoleByUserResponse" catalog="catalog.xml">
170
-            <classpath>
171
-                <pathelement location="${src.dir}"/>
172
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
173
-            </classpath>
174
-            <arg value="-xmlschema"/>
175
-            <schema file="xml-resources/jaxb/AssignUpdateRoleByUserResponse/AssignUpdateRoleByUserResponse.xsd"/>
176
-            <depends file="xml-resources/jaxb/AssignUpdateRoleByUserResponse/AssignUpdateRoleByUserResponse.xsd"/>
177
-            <produces dir="build/generated/jaxbCache/AssignUpdateRoleByUserResponse"/>
178
-        </xjc>
179
-        <copy todir="${build.generated.sources.dir}/jaxb">
180
-            <fileset dir="build/generated/jaxbCache/AssignUpdateRoleByUserResponse"/>
181
-        </copy>
182
-        <mkdir dir="build/generated/jaxbCache/BranchListResponse"/>
183
-        <xjc destdir="build/generated/jaxbCache/BranchListResponse" catalog="catalog.xml">
184
-            <classpath>
185
-                <pathelement location="${src.dir}"/>
186
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
187
-            </classpath>
188
-            <arg value="-xmlschema"/>
189
-            <schema file="xml-resources/jaxb/BranchListResponse/BranchListResponse.xsd"/>
190
-            <depends file="xml-resources/jaxb/BranchListResponse/BranchListResponse.xsd"/>
191
-            <produces dir="build/generated/jaxbCache/BranchListResponse"/>
192
-        </xjc>
193
-        <copy todir="${build.generated.sources.dir}/jaxb">
194
-            <fileset dir="build/generated/jaxbCache/BranchListResponse"/>
195
-        </copy>
196
-        <mkdir dir="build/generated/jaxbCache/DeleteUserResponse"/>
197
-        <xjc destdir="build/generated/jaxbCache/DeleteUserResponse" catalog="catalog.xml">
198
-            <classpath>
199
-                <pathelement location="${src.dir}"/>
200
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
201
-            </classpath>
202
-            <arg value="-xmlschema"/>
203
-            <schema file="xml-resources/jaxb/DeleteUserResponse/DeleteUserResponse.xsd"/>
204
-            <depends file="xml-resources/jaxb/DeleteUserResponse/DeleteUserResponse.xsd"/>
205
-            <produces dir="build/generated/jaxbCache/DeleteUserResponse"/>
206
-        </xjc>
207
-        <copy todir="${build.generated.sources.dir}/jaxb">
208
-            <fileset dir="build/generated/jaxbCache/DeleteUserResponse"/>
209
-        </copy>
210
-        <mkdir dir="build/generated/jaxbCache/RoleListResponse"/>
211
-        <xjc destdir="build/generated/jaxbCache/RoleListResponse" catalog="catalog.xml">
212
-            <classpath>
213
-                <pathelement location="${src.dir}"/>
214
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
215
-            </classpath>
216
-            <arg value="-xmlschema"/>
217
-            <schema file="xml-resources/jaxb/RoleListResponse/RoleListResponse.xsd"/>
218
-            <depends file="xml-resources/jaxb/RoleListResponse/RoleListResponse.xsd"/>
219
-            <produces dir="build/generated/jaxbCache/RoleListResponse"/>
220
-        </xjc>
221
-        <copy todir="${build.generated.sources.dir}/jaxb">
222
-            <fileset dir="build/generated/jaxbCache/RoleListResponse"/>
223
-        </copy>
224
-        <mkdir dir="build/generated/jaxbCache/UpdateUserResponse"/>
225
-        <xjc destdir="build/generated/jaxbCache/UpdateUserResponse" catalog="catalog.xml">
226
-            <classpath>
227
-                <pathelement location="${src.dir}"/>
228
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
229
-            </classpath>
230
-            <arg value="-xmlschema"/>
231
-            <schema file="xml-resources/jaxb/UpdateUserResponse/UpdateUserResponse.xsd"/>
232
-            <depends file="xml-resources/jaxb/UpdateUserResponse/UpdateUserResponse.xsd"/>
233
-            <produces dir="build/generated/jaxbCache/UpdateUserResponse"/>
234
-        </xjc>
235
-        <copy todir="${build.generated.sources.dir}/jaxb">
236
-            <fileset dir="build/generated/jaxbCache/UpdateUserResponse"/>
237
-        </copy>
238
-        <mkdir dir="build/generated/jaxbCache/UserBlockResponse"/>
239
-        <xjc destdir="build/generated/jaxbCache/UserBlockResponse" catalog="catalog.xml">
240
-            <classpath>
241
-                <pathelement location="${src.dir}"/>
242
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
243
-            </classpath>
244
-            <arg value="-xmlschema"/>
245
-            <schema file="xml-resources/jaxb/UserBlockResponse/UserBlockResponse.xsd"/>
246
-            <depends file="xml-resources/jaxb/UserBlockResponse/UserBlockResponse.xsd"/>
247
-            <produces dir="build/generated/jaxbCache/UserBlockResponse"/>
248
-        </xjc>
249
-        <copy todir="${build.generated.sources.dir}/jaxb">
250
-            <fileset dir="build/generated/jaxbCache/UserBlockResponse"/>
251
-        </copy>
252
-        <mkdir dir="build/generated/jaxbCache/UserListResponse"/>
253
-        <xjc destdir="build/generated/jaxbCache/UserListResponse" catalog="catalog.xml">
254
-            <classpath>
255
-                <pathelement location="${src.dir}"/>
256
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
257
-            </classpath>
258
-            <arg value="-xmlschema"/>
259
-            <schema file="xml-resources/jaxb/UserListResponse/UserListResponse.xsd"/>
260
-            <depends file="xml-resources/jaxb/UserListResponse/UserListResponse.xsd"/>
261
-            <produces dir="build/generated/jaxbCache/UserListResponse"/>
262
-        </xjc>
263
-        <copy todir="${build.generated.sources.dir}/jaxb">
264
-            <fileset dir="build/generated/jaxbCache/UserListResponse"/>
265
-        </copy>
266
-        <mkdir dir="build/generated/jaxbCache/WorkstationByBranchListResponse"/>
267
-        <xjc destdir="build/generated/jaxbCache/WorkstationByBranchListResponse" catalog="catalog.xml">
268
-            <classpath>
269
-                <pathelement location="${src.dir}"/>
270
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
271
-            </classpath>
272
-            <arg value="-xmlschema"/>
273
-            <schema file="xml-resources/jaxb/WorkstationByBranchListResponse/WorkstationByBranchListResponse.xsd"/>
274
-            <depends file="xml-resources/jaxb/WorkstationByBranchListResponse/WorkstationByBranchListResponse.xsd"/>
275
-            <produces dir="build/generated/jaxbCache/WorkstationByBranchListResponse"/>
276
-        </xjc>
277
-        <copy todir="${build.generated.sources.dir}/jaxb">
278
-            <fileset dir="build/generated/jaxbCache/WorkstationByBranchListResponse"/>
279
-        </copy>
280
-        <mkdir dir="build/generated/jaxbCache/WorkstationMoveResponse"/>
281
-        <xjc destdir="build/generated/jaxbCache/WorkstationMoveResponse" catalog="catalog.xml">
282
-            <classpath>
283
-                <pathelement location="${src.dir}"/>
284
-                <pathelement path="${jaxbwiz.xjcrun.classpath}"/>
285
-            </classpath>
286
-            <arg value="-xmlschema"/>
287
-            <schema file="xml-resources/jaxb/WorkstationMoveResponse/WorkstationMoveResponse.xsd"/>
288
-            <depends file="xml-resources/jaxb/WorkstationMoveResponse/WorkstationMoveResponse.xsd"/>
289
-            <produces dir="build/generated/jaxbCache/WorkstationMoveResponse"/>
290
-        </xjc>
291
-        <copy todir="${build.generated.sources.dir}/jaxb">
292
-            <fileset dir="build/generated/jaxbCache/WorkstationMoveResponse"/>
293
-        </copy>
294 14
     </target>
295 15
 </project>

+ 0 - 200
nbproject/xml_binding_cfg.xml Ver fichero

@@ -1,203 +1,3 @@
1 1
 <?xml version='1.0' encoding='UTF-8' ?>
2 2
 <schemas xmlns='http://xml.netbeans.org/schema/JAXBWizConfig' destdir='build/generated-sources/jaxb' projectName='GenesisAPI' version='1.0'>
3
-	<schema type='-xmlschema' package='' name='AddUserRequest'>
4
-		<xjc-options>
5
-		</xjc-options>
6
-		<schema-sources>
7
-			<schema-source location='xml-resources/jaxb/AddUserRequest/AddUserRequest.xsd' origLocation='../request/AddUserRequest.xsd'/>
8
-		</schema-sources>
9
-		<bindings>
10
-		</bindings>
11
-		<catalog/>
12
-	</schema>
13
-	<schema type='-xmlschema' package='' name='AssignUpdateRoleByUserRequest'>
14
-		<xjc-options>
15
-		</xjc-options>
16
-		<schema-sources>
17
-			<schema-source location='xml-resources/jaxb/AssignUpdateRoleByUserRequest/AssignUpdateRoleByUserRequest.xsd' origLocation='../request/AssignUpdateRoleByUserRequest.xsd'/>
18
-		</schema-sources>
19
-		<bindings>
20
-		</bindings>
21
-		<catalog/>
22
-	</schema>
23
-	<schema type='-xmlschema' package='' name='BranchListRequest'>
24
-		<xjc-options>
25
-		</xjc-options>
26
-		<schema-sources>
27
-			<schema-source location='xml-resources/jaxb/BranchListRequest/BranchListRequest.xsd' origLocation='../request/BranchListRequest.xsd'/>
28
-		</schema-sources>
29
-		<bindings>
30
-		</bindings>
31
-		<catalog/>
32
-	</schema>
33
-	<schema type='-xmlschema' package='' name='DeleteUserRequest'>
34
-		<xjc-options>
35
-		</xjc-options>
36
-		<schema-sources>
37
-			<schema-source location='xml-resources/jaxb/DeleteUserRequest/DeleteUserRequest.xsd' origLocation='../request/DeleteUserRequest.xsd'/>
38
-		</schema-sources>
39
-		<bindings>
40
-		</bindings>
41
-		<catalog/>
42
-	</schema>
43
-	<schema type='-xmlschema' package='' name='RoleListRequest'>
44
-		<xjc-options>
45
-		</xjc-options>
46
-		<schema-sources>
47
-			<schema-source location='xml-resources/jaxb/RoleListRequest/RoleListRequest.xsd' origLocation='../request/RoleListRequest.xsd'/>
48
-		</schema-sources>
49
-		<bindings>
50
-		</bindings>
51
-		<catalog/>
52
-	</schema>
53
-	<schema type='-xmlschema' package='' name='UpdateUserRequest'>
54
-		<xjc-options>
55
-		</xjc-options>
56
-		<schema-sources>
57
-			<schema-source location='xml-resources/jaxb/UpdateUserRequest/UpdateUserRequest.xsd' origLocation='../request/UpdateUserRequest.xsd'/>
58
-		</schema-sources>
59
-		<bindings>
60
-		</bindings>
61
-		<catalog/>
62
-	</schema>
63
-	<schema type='-xmlschema' package='' name='UserBlockRequest'>
64
-		<xjc-options>
65
-		</xjc-options>
66
-		<schema-sources>
67
-			<schema-source location='xml-resources/jaxb/UserBlockRequest/UserBlockRequest.xsd' origLocation='../request/UserBlockRequest.xsd'/>
68
-		</schema-sources>
69
-		<bindings>
70
-		</bindings>
71
-		<catalog/>
72
-	</schema>
73
-	<schema type='-xmlschema' package='' name='UserListRequest'>
74
-		<xjc-options>
75
-		</xjc-options>
76
-		<schema-sources>
77
-			<schema-source location='xml-resources/jaxb/UserListRequest/UserListRequest.xsd' origLocation='../request/UserListRequest.xsd'/>
78
-		</schema-sources>
79
-		<bindings>
80
-		</bindings>
81
-		<catalog/>
82
-	</schema>
83
-	<schema type='-xmlschema' package='' name='WorkstationByBranchListRequest'>
84
-		<xjc-options>
85
-		</xjc-options>
86
-		<schema-sources>
87
-			<schema-source location='xml-resources/jaxb/WorkstationByBranchListRequest/WorkstationByBranchListRequest.xsd' origLocation='../request/WorkstationByBranchListRequest.xsd'/>
88
-		</schema-sources>
89
-		<bindings>
90
-		</bindings>
91
-		<catalog/>
92
-	</schema>
93
-	<schema type='-xmlschema' package='' name='WorkstationMoveRequest'>
94
-		<xjc-options>
95
-		</xjc-options>
96
-		<schema-sources>
97
-			<schema-source location='xml-resources/jaxb/WorkstationMoveRequest/WorkstationMoveRequest.xsd' origLocation='../request/WorkstationMoveRequest.xsd'/>
98
-		</schema-sources>
99
-		<bindings>
100
-		</bindings>
101
-		<catalog/>
102
-	</schema>
103
-	<schema type='-xmlschema' package='' name='AddUserResponse'>
104
-		<xjc-options>
105
-		</xjc-options>
106
-		<schema-sources>
107
-			<schema-source location='xml-resources/jaxb/AddUserResponse/AddUserResponse.xsd' origLocation='../response/AddUserResponse.xsd'/>
108
-		</schema-sources>
109
-		<bindings>
110
-		</bindings>
111
-		<catalog/>
112
-	</schema>
113
-	<schema type='-xmlschema' package='' name='AssignUpdateRoleByUserResponse'>
114
-		<xjc-options>
115
-		</xjc-options>
116
-		<schema-sources>
117
-			<schema-source location='xml-resources/jaxb/AssignUpdateRoleByUserResponse/AssignUpdateRoleByUserResponse.xsd' origLocation='../response/AssignUpdateRoleByUserResponse.xsd'/>
118
-		</schema-sources>
119
-		<bindings>
120
-		</bindings>
121
-		<catalog/>
122
-	</schema>
123
-	<schema type='-xmlschema' package='' name='BranchListResponse'>
124
-		<xjc-options>
125
-		</xjc-options>
126
-		<schema-sources>
127
-			<schema-source location='xml-resources/jaxb/BranchListResponse/BranchListResponse.xsd' origLocation='../response/BranchListResponse.xsd'/>
128
-		</schema-sources>
129
-		<bindings>
130
-		</bindings>
131
-		<catalog/>
132
-	</schema>
133
-	<schema type='-xmlschema' package='' name='DeleteUserResponse'>
134
-		<xjc-options>
135
-		</xjc-options>
136
-		<schema-sources>
137
-			<schema-source location='xml-resources/jaxb/DeleteUserResponse/DeleteUserResponse.xsd' origLocation='../response/DeleteUserResponse.xsd'/>
138
-		</schema-sources>
139
-		<bindings>
140
-		</bindings>
141
-		<catalog/>
142
-	</schema>
143
-	<schema type='-xmlschema' package='' name='RoleListResponse'>
144
-		<xjc-options>
145
-		</xjc-options>
146
-		<schema-sources>
147
-			<schema-source location='xml-resources/jaxb/RoleListResponse/RoleListResponse.xsd' origLocation='../response/RoleListResponse.xsd'/>
148
-		</schema-sources>
149
-		<bindings>
150
-		</bindings>
151
-		<catalog/>
152
-	</schema>
153
-	<schema type='-xmlschema' package='' name='UpdateUserResponse'>
154
-		<xjc-options>
155
-		</xjc-options>
156
-		<schema-sources>
157
-			<schema-source location='xml-resources/jaxb/UpdateUserResponse/UpdateUserResponse.xsd' origLocation='../response/UpdateUserResponse.xsd'/>
158
-		</schema-sources>
159
-		<bindings>
160
-		</bindings>
161
-		<catalog/>
162
-	</schema>
163
-	<schema type='-xmlschema' package='' name='UserBlockResponse'>
164
-		<xjc-options>
165
-		</xjc-options>
166
-		<schema-sources>
167
-			<schema-source location='xml-resources/jaxb/UserBlockResponse/UserBlockResponse.xsd' origLocation='../response/UserBlockResponse.xsd'/>
168
-		</schema-sources>
169
-		<bindings>
170
-		</bindings>
171
-		<catalog/>
172
-	</schema>
173
-	<schema type='-xmlschema' package='' name='UserListResponse'>
174
-		<xjc-options>
175
-		</xjc-options>
176
-		<schema-sources>
177
-			<schema-source location='xml-resources/jaxb/UserListResponse/UserListResponse.xsd' origLocation='../response/UserListResponse.xsd'/>
178
-		</schema-sources>
179
-		<bindings>
180
-		</bindings>
181
-		<catalog/>
182
-	</schema>
183
-	<schema type='-xmlschema' package='' name='WorkstationByBranchListResponse'>
184
-		<xjc-options>
185
-		</xjc-options>
186
-		<schema-sources>
187
-			<schema-source location='xml-resources/jaxb/WorkstationByBranchListResponse/WorkstationByBranchListResponse.xsd' origLocation='../response/WorkstationByBranchListResponse.xsd'/>
188
-		</schema-sources>
189
-		<bindings>
190
-		</bindings>
191
-		<catalog/>
192
-	</schema>
193
-	<schema type='-xmlschema' package='' name='WorkstationMoveResponse'>
194
-		<xjc-options>
195
-		</xjc-options>
196
-		<schema-sources>
197
-			<schema-source location='xml-resources/jaxb/WorkstationMoveResponse/WorkstationMoveResponse.xsd' origLocation='../response/WorkstationMoveResponse.xsd'/>
198
-		</schema-sources>
199
-		<bindings>
200
-		</bindings>
201
-		<catalog/>
202
-	</schema>
203 3
 </schemas>

build/generated/jaxbCache/DeleteUserRequest/generated/Genesis.java → src/GenesisRequest/DeleteUserRequest.java Ver fichero

@@ -1,12 +1,12 @@
1 1
 //
2 2
 // Este archivo ha sido generado por Eclipse Implementation of JAXB v2.3.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:20:28 PM COT 
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.16 a las 07:15:30 AM COT 
6 6
 //
7 7
 
8 8
 
9
-package generated;
9
+package com.vespot_DeleteUserRequest;
10 10
 
11 11
 import javax.xml.bind.annotation.XmlAccessType;
12 12
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -87,14 +87,14 @@ import javax.xml.bind.annotation.XmlType;
87 87
     "bankSvcRq"
88 88
 })
89 89
 @XmlRootElement(name = "Genesis")
90
-public class Genesis {
90
+public class DeleteUserRequest {
91 91
 
92 92
     @XmlElement(name = "SignonRq", required = true)
93
-    protected Genesis.SignonRq signonRq;
93
+    protected DeleteUserRequest.SignonRq signonRq;
94 94
     @XmlElement(name = "BaseSvcRq", required = true)
95
-    protected Genesis.BaseSvcRq baseSvcRq;
95
+    protected DeleteUserRequest.BaseSvcRq baseSvcRq;
96 96
     @XmlElement(name = "BankSvcRq", required = true)
97
-    protected Genesis.BankSvcRq bankSvcRq;
97
+    protected DeleteUserRequest.BankSvcRq bankSvcRq;
98 98
 
99 99
     /**
100 100
      * Obtiene el valor de la propiedad signonRq.
@@ -104,7 +104,7 @@ public class Genesis {
104 104
      *     {@link Genesis.SignonRq }
105 105
      *     
106 106
      */
107
-    public Genesis.SignonRq getSignonRq() {
107
+    public DeleteUserRequest.SignonRq getSignonRq() {
108 108
         return signonRq;
109 109
     }
110 110
 
@@ -116,7 +116,7 @@ public class Genesis {
116 116
      *     {@link Genesis.SignonRq }
117 117
      *     
118 118
      */
119
-    public void setSignonRq(Genesis.SignonRq value) {
119
+    public void setSignonRq(DeleteUserRequest.SignonRq value) {
120 120
         this.signonRq = value;
121 121
     }
122 122
 
@@ -128,7 +128,7 @@ public class Genesis {
128 128
      *     {@link Genesis.BaseSvcRq }
129 129
      *     
130 130
      */
131
-    public Genesis.BaseSvcRq getBaseSvcRq() {
131
+    public DeleteUserRequest.BaseSvcRq getBaseSvcRq() {
132 132
         return baseSvcRq;
133 133
     }
134 134
 
@@ -140,7 +140,7 @@ public class Genesis {
140 140
      *     {@link Genesis.BaseSvcRq }
141 141
      *     
142 142
      */
143
-    public void setBaseSvcRq(Genesis.BaseSvcRq value) {
143
+    public void setBaseSvcRq(DeleteUserRequest.BaseSvcRq value) {
144 144
         this.baseSvcRq = value;
145 145
     }
146 146
 
@@ -152,7 +152,7 @@ public class Genesis {
152 152
      *     {@link Genesis.BankSvcRq }
153 153
      *     
154 154
      */
155
-    public Genesis.BankSvcRq getBankSvcRq() {
155
+    public DeleteUserRequest.BankSvcRq getBankSvcRq() {
156 156
         return bankSvcRq;
157 157
     }
158 158
 
@@ -164,7 +164,7 @@ public class Genesis {
164 164
      *     {@link Genesis.BankSvcRq }
165 165
      *     
166 166
      */
167
-    public void setBankSvcRq(Genesis.BankSvcRq value) {
167
+    public void setBankSvcRq(DeleteUserRequest.BankSvcRq value) {
168 168
         this.bankSvcRq = value;
169 169
     }
170 170
 
@@ -255,7 +255,7 @@ public class Genesis {
255 255
     public static class BaseSvcRq {
256 256
 
257 257
         @XmlElement(name = "MsgRqHdr", required = true)
258
-        protected Genesis.BaseSvcRq.MsgRqHdr msgRqHdr;
258
+        protected DeleteUserRequest.BaseSvcRq.MsgRqHdr msgRqHdr;
259 259
 
260 260
         /**
261 261
          * Obtiene el valor de la propiedad msgRqHdr.
@@ -265,7 +265,7 @@ public class Genesis {
265 265
          *     {@link Genesis.BaseSvcRq.MsgRqHdr }
266 266
          *     
267 267
          */
268
-        public Genesis.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
268
+        public DeleteUserRequest.BaseSvcRq.MsgRqHdr getMsgRqHdr() {
269 269
             return msgRqHdr;
270 270
         }
271 271
 
@@ -277,7 +277,7 @@ public class Genesis {
277 277
          *     {@link Genesis.BaseSvcRq.MsgRqHdr }
278 278
          *     
279 279
          */
280
-        public void setMsgRqHdr(Genesis.BaseSvcRq.MsgRqHdr value) {
280
+        public void setMsgRqHdr(DeleteUserRequest.BaseSvcRq.MsgRqHdr value) {
281 281
             this.msgRqHdr = value;
282 282
         }
283 283
 

+ 24 - 0
src/META-INF/jax-ws-catalog.xml Ver fichero

@@ -0,0 +1,24 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
3
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/AddUserRequest.xsd" uri="xml-resources/jaxb/AddUserRequest/AddUserRequest.xsd"/>
4
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/AssignUpdateRoleByUserRequest.xsd" uri="xml-resources/jaxb/AssignUpdateRoleByUserRequest/AssignUpdateRoleByUserRequest.xsd"/>
5
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/BranchListRequest.xsd" uri="xml-resources/jaxb/BranchListRequest/BranchListRequest.xsd"/>
6
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/DeleteUserRequest.xsd" uri="xml-resources/jaxb/DeleteUserRequest/DeleteUserRequest.xsd"/>
7
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/RoleListRequest.xsd" uri="xml-resources/jaxb/RoleListRequest/RoleListRequest.xsd"/>
8
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/UpdateUserRequest.xsd" uri="xml-resources/jaxb/UpdateUserRequest/UpdateUserRequest.xsd"/>
9
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/UserBlockRequest.xsd" uri="xml-resources/jaxb/UserBlockRequest/UserBlockRequest.xsd"/>
10
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/UserListRequest.xsd" uri="xml-resources/jaxb/UserListRequest/UserListRequest.xsd"/>
11
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/WorkstationByBranchListRequest.xsd" uri="xml-resources/jaxb/WorkstationByBranchListRequest/WorkstationByBranchListRequest.xsd"/>
12
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../request/WorkstationMoveRequest.xsd" uri="xml-resources/jaxb/WorkstationMoveRequest/WorkstationMoveRequest.xsd"/>
13
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/AddUserResponse.xsd" uri="xml-resources/jaxb/AddUserResponse/AddUserResponse.xsd"/>
14
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/AssignUpdateRoleByUserResponse.xsd" uri="xml-resources/jaxb/AssignUpdateRoleByUserResponse/AssignUpdateRoleByUserResponse.xsd"/>
15
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/BranchListResponse.xsd" uri="xml-resources/jaxb/BranchListResponse/BranchListResponse.xsd"/>
16
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/DeleteUserResponse.xsd" uri="xml-resources/jaxb/DeleteUserResponse/DeleteUserResponse.xsd"/>
17
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/RoleListResponse.xsd" uri="xml-resources/jaxb/RoleListResponse/RoleListResponse.xsd"/>
18
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/UpdateUserResponse.xsd" uri="xml-resources/jaxb/UpdateUserResponse/UpdateUserResponse.xsd"/>
19
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/UserBlockResponse.xsd" uri="xml-resources/jaxb/UserBlockResponse/UserBlockResponse.xsd"/>
20
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/UserListResponse.xsd" uri="xml-resources/jaxb/UserListResponse/UserListResponse.xsd"/>
21
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/WorkstationByBranchListResponse.xsd" uri="xml-resources/jaxb/WorkstationByBranchListResponse/WorkstationByBranchListResponse.xsd"/>
22
+    <system systemId="file:/C:/Users/DESKTOP-IM6KTIJ/Documents/JAVA/GenesisAPI/../response/WorkstationMoveResponse.xsd" uri="xml-resources/jaxb/WorkstationMoveResponse/WorkstationMoveResponse.xsd"/>
23
+    <system systemId="file:/E:/genesisapi/GenesisAPI/../../JAVA/request/DeleteUserRequest.xsd" uri="xml-resources/jaxb/DeleteUserRequest/DeleteUserRequest.xsd"/>
24
+</catalog>

+ 127 - 5
src/com/vespot/Genesis.java Ver fichero

@@ -5,17 +5,139 @@
5 5
  */
6 6
 package com.vespot;
7 7
 
8
+import com.vespot_DeleteUserRequest.DeleteUserRequest;
9
+import com.vespot_UserBlockRequest.UserBlockRequest;
10
+import com.vespot_UserListRequest.UserListRequest;
11
+import com.vespot_WorkstationByBranchListRequest.WorkstationByBranchListRequest;
12
+import com.vespot_WorkstationMoveRequest.WorkstationMoveRequest;
13
+
8 14
 /**
9 15
  *
10 16
  * @author aleja
11 17
  */
12 18
 public class Genesis {
13 19
 
14
-    /**
15
-     * @param args the command line arguments
16
-     */
17
-    public static void main(String[] args) {
18
-        System.out.println("Hello World!");
20
+   
21
+   
22
+    public String WorkstationMoveRequest(String sessionLoginId, String instance, String bankId, String originatorName, String requestCode,String requestName, String gnsCodigoSucursalOrigen, String gnsCodigoSucursalDestino, String gnsNumeroEstacion) 
23
+    {
24
+        WorkstationMoveRequest stationM = new WorkstationMoveRequest();
25
+        
26
+        WorkstationMoveRequest.SignonRq signonR = new WorkstationMoveRequest.SignonRq();
27
+        signonR.setSessionLoginId(sessionLoginId);
28
+        stationM.setSignonRq(signonR);
29
+        
30
+        WorkstationMoveRequest.BaseSvcRq baseS = new WorkstationMoveRequest.BaseSvcRq();
31
+        WorkstationMoveRequest.BaseSvcRq.MsgRqHdr msqr = new WorkstationMoveRequest.BaseSvcRq.MsgRqHdr();
32
+        msqr.setInstance(instance);
33
+        msqr.setBankId(Short.parseShort(bankId));
34
+        msqr.setOriginatorName(originatorName);
35
+        msqr.setRequestCode(Short.parseShort(requestCode));
36
+        msqr.setRequestName(requestName);
37
+        baseS.setMsgRqHdr(msqr);
38
+        stationM.setBaseSvcRq(baseS);
39
+        
40
+        WorkstationMoveRequest.BankSvcRq banqS = new WorkstationMoveRequest.BankSvcRq();
41
+        banqS.setGnsCodigoSucursalOrigen(Long.parseLong(gnsCodigoSucursalOrigen));
42
+        banqS.setGnsCodigoSucursalDestino(Long.parseLong(gnsCodigoSucursalDestino));
43
+        banqS.setGnsNumeroEstacion(Long.parseLong(gnsNumeroEstacion));
44
+        stationM.setBankSvcRq(banqS);
45
+                
46
+     return null;   
47
+    }
48
+    
49
+    public String WorkstationByBranchListRequest(String sessionLoginId, String instance, String bankId, String originatorName, String requestCode,String requestName, String gnsCodigoSucursal)
50
+    {
51
+        WorkstationByBranchListRequest branchL = new WorkstationByBranchListRequest();
52
+        
53
+        WorkstationByBranchListRequest.SignonRq signonR = new WorkstationByBranchListRequest.SignonRq();
54
+        signonR.setSessionLoginId(sessionLoginId);
55
+        branchL.setSignonRq(signonR);
56
+        
57
+        WorkstationByBranchListRequest.BaseSvcRq baseS= new WorkstationByBranchListRequest.BaseSvcRq();
58
+        WorkstationByBranchListRequest.BaseSvcRq.MsgRqHdr msgR = new WorkstationByBranchListRequest.BaseSvcRq.MsgRqHdr();
59
+        msgR.setInstance(instance);
60
+        msgR.setBankId(Short.parseShort(bankId));
61
+        msgR.setOriginatorName(originatorName);
62
+        msgR.setRequestCode(Short.parseShort(requestCode));
63
+        msgR.setRequestName(requestName);
64
+        baseS.setMsgRqHdr(msgR);
65
+        branchL.setBaseSvcRq(baseS);
66
+        
67
+        WorkstationByBranchListRequest.BankSvcRq banqS = new WorkstationByBranchListRequest.BankSvcRq();
68
+        banqS.setGnsCodigoSucursal(Long.parseLong(gnsCodigoSucursal));
69
+        branchL.setBankSvcRq(banqS);
70
+        
71
+    return null;    
72
+    }
73
+    
74
+    public String UserListRequest(String sessionLoginId, String instance, String bankId, String originatorName, String requestCode, String requestName, String gnsIDRol, String gnsCodigoSucursal)
75
+    {
76
+        UserListRequest userL = new UserListRequest();              
77
+        
78
+        UserListRequest.SignonRq signonR = new UserListRequest.SignonRq();
79
+        signonR.setSessionLoginId(sessionLoginId);
80
+        userL.setSignonRq(signonR);
81
+        
82
+        UserListRequest.BaseSvcRq baseS = new UserListRequest.BaseSvcRq();
83
+        UserListRequest.BaseSvcRq.MsgRqHdr msgR = new UserListRequest.BaseSvcRq.MsgRqHdr();
84
+        msgR.setInstance(instance);
85
+        msgR.setBankId(Short.parseShort(bankId));
86
+        msgR.setOriginatorName(originatorName);
87
+        msgR.setRequestCode(Short.parseShort(requestCode));
88
+        msgR.setRequestName(requestName);
89
+        baseS.setMsgRqHdr(msgR);
90
+        userL.setBaseSvcRq(baseS);
91
+        
92
+        UserListRequest.BankSvcRq banqS = new UserListRequest.BankSvcRq();
93
+        banqS.setGnsIDRol(Long.parseLong(gnsIDRol));
94
+        banqS.setGnsCodigoSucursal(Long.parseLong(gnsCodigoSucursal));
95
+        userL.setBankSvcRq(banqS);
96
+             
97
+    return null;
98
+    }
99
+    
100
+    public String UserBlockRequest(String sessionLoginId, String instance, String bankId, String originatorName, String requestCode, String requestName, String gnsIDUsuario, String gnsBloqueado) 
101
+    {
102
+        UserBlockRequest userB = new UserBlockRequest();
103
+        
104
+        UserBlockRequest.SignonRq signonR = new UserBlockRequest.SignonRq();
105
+        signonR.setSessionLoginId(sessionLoginId);
106
+        userB.setSignonRq(signonR);
107
+        
108
+        UserBlockRequest.BaseSvcRq baseS = new UserBlockRequest.BaseSvcRq();
109
+        UserBlockRequest.BaseSvcRq.MsgRqHdr msgR = new UserBlockRequest.BaseSvcRq.MsgRqHdr();
110
+        msgR.setInstance(instance);
111
+        msgR.setBankId(Short.parseShort(bankId));
112
+        msgR.setOriginatorName(originatorName);
113
+        msgR.setRequestCode(Short.parseShort(requestCode));
114
+        msgR.setRequestName(requestName);
115
+        baseS.setMsgRqHdr(msgR);
116
+        
117
+        UserBlockRequest.BankSvcRq banqS = new UserBlockRequest.BankSvcRq();
118
+        banqS.setGnsIDUsuario(Long.parseLong(gnsIDUsuario));
119
+        banqS.setGnsBloqueado(gnsBloqueado);
120
+        userB.setBankSvcRq(banqS);
121
+    return null;
19 122
     }
20 123
     
124
+    public String DeleteUserRequest(String sessionLoginId, String instance, String bankId, String originatorName, String requestCode, String requestName, String gnsIDUsuario)
125
+    {
126
+        DeleteUserRequest deleteU = new DeleteUserRequest();
127
+        
128
+        DeleteUserRequest.SignonRq signonR = new DeleteUserRequest.SignonRq();
129
+        signonR.setSessionLoginId(sessionLoginId);
130
+        deleteU.setSignonRq(signonR);
131
+        
132
+        DeleteUserRequest.BaseSvcRq baseS = new DeleteUserRequest.BaseSvcRq();
133
+        DeleteUserRequest.BaseSvcRq.MsgRqHdr msgR = new DeleteUserRequest.BaseSvcRq.MsgRqHdr();
134
+        msgR.setInstance(instance);
135
+        msgR.setBankId(Short.parseShort(bankId));
136
+        msgR.setOriginatorName(originatorName);
137
+        msgR.setRequestCode(Short.parseShort(requestCode));
138
+        msgR.setRequestName(requestName);
139
+        baseS.setMsgRqHdr(msgR);
140
+        deleteU.setBaseSvcRq(baseS);
141
+    return null;
142
+    }
21 143
 }