BranchListResponse.java 24KB

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