UserListResponse.java 31KB

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