WorkstationMoveResponse.java 15KB

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