Genesis.java 25KB

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