0ed4fcca82e441f5f66317b95c0753d242aa64ad.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. package cn.com.goldenwater.dcproj.webService.login;
  2. import javax.xml.bind.annotation.*;
  3. import javax.xml.datatype.XMLGregorianCalendar;
  4. import java.util.ArrayList;
  5. import java.util.List;
  6. /**
  7. * <p>userExtInfo complex type的 Java 类。
  8. *
  9. * <p>以下模式片段指定包含在此类中的预期内容。
  10. *
  11. * <pre>
  12. * &lt;complexType name="userExtInfo"&gt;
  13. * &lt;complexContent&gt;
  14. * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
  15. * &lt;sequence&gt;
  16. * &lt;element name="depCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  17. * &lt;element name="depName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  18. * &lt;element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  19. * &lt;element name="isValidUser" type="{http://www.w3.org/2001/XMLSchema}int"/&gt;
  20. * &lt;element name="jurdAreaType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  21. * &lt;element name="mobilenumb" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  22. * &lt;element name="modifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  23. * &lt;element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  24. * &lt;element name="orgCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  25. * &lt;element name="orgJurd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  26. * &lt;element name="orgName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  27. * &lt;element name="persId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  28. * &lt;element name="persName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  29. * &lt;element name="roleInfoList" type="{http://uums.service.uums.dhcc.com.cn/}roleInfo" maxOccurs="unbounded" minOccurs="0"/&gt;
  30. * &lt;element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  31. * &lt;element name="ts" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt;
  32. * &lt;element name="userCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  33. * &lt;element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  34. * &lt;element name="userPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  35. * &lt;element name="userType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
  36. * &lt;/sequence&gt;
  37. * &lt;/restriction&gt;
  38. * &lt;/complexContent&gt;
  39. * &lt;/complexType&gt;
  40. * </pre>
  41. */
  42. @XmlAccessorType(XmlAccessType.FIELD)
  43. @XmlType(name = "userExtInfo", propOrder = {
  44. "depCode",
  45. "depName",
  46. "id",
  47. "isValidUser",
  48. "jurdAreaType",
  49. "mobilenumb",
  50. "modifier",
  51. "note",
  52. "orgCode",
  53. "orgJurd",
  54. "orgName",
  55. "persId",
  56. "persName",
  57. "roleInfoList",
  58. "status",
  59. "ts",
  60. "userCode",
  61. "userName",
  62. "userPassword",
  63. "userType"
  64. })
  65. public class UserExtInfo {
  66. protected String depCode;
  67. protected String depName;
  68. protected String id;
  69. protected int isValidUser;
  70. protected String jurdAreaType;
  71. protected String mobilenumb;
  72. protected String modifier;
  73. protected String note;
  74. protected String orgCode;
  75. protected String orgJurd;
  76. protected String orgName;
  77. protected String persId;
  78. protected String persName;
  79. @XmlElement(nillable = true)
  80. protected List<RoleInfo> roleInfoList;
  81. protected String status;
  82. @XmlSchemaType(name = "dateTime")
  83. protected XMLGregorianCalendar ts;
  84. protected String userCode;
  85. protected String userName;
  86. protected String userPassword;
  87. protected String userType;
  88. /**
  89. * 获取depCode属性的值。
  90. *
  91. * @return possible object is
  92. * {@link String }
  93. */
  94. public String getDepCode() {
  95. return depCode;
  96. }
  97. /**
  98. * 设置depCode属性的值。
  99. *
  100. * @param value allowed object is
  101. * {@link String }
  102. */
  103. public void setDepCode(String value) {
  104. this.depCode = value;
  105. }
  106. /**
  107. * 获取depName属性的值。
  108. *
  109. * @return possible object is
  110. * {@link String }
  111. */
  112. public String getDepName() {
  113. return depName;
  114. }
  115. /**
  116. * 设置depName属性的值。
  117. *
  118. * @param value allowed object is
  119. * {@link String }
  120. */
  121. public void setDepName(String value) {
  122. this.depName = value;
  123. }
  124. /**
  125. * 获取id属性的值。
  126. *
  127. * @return possible object is
  128. * {@link String }
  129. */
  130. public String getId() {
  131. return id;
  132. }
  133. /**
  134. * 设置id属性的值。
  135. *
  136. * @param value allowed object is
  137. * {@link String }
  138. */
  139. public void setId(String value) {
  140. this.id = value;
  141. }
  142. /**
  143. * 获取isValidUser属性的值。
  144. */
  145. public int getIsValidUser() {
  146. return isValidUser;
  147. }
  148. /**
  149. * 设置isValidUser属性的值。
  150. */
  151. public void setIsValidUser(int value) {
  152. this.isValidUser = value;
  153. }
  154. /**
  155. * 获取jurdAreaType属性的值。
  156. *
  157. * @return possible object is
  158. * {@link String }
  159. */
  160. public String getJurdAreaType() {
  161. return jurdAreaType;
  162. }
  163. /**
  164. * 设置jurdAreaType属性的值。
  165. *
  166. * @param value allowed object is
  167. * {@link String }
  168. */
  169. public void setJurdAreaType(String value) {
  170. this.jurdAreaType = value;
  171. }
  172. /**
  173. * 获取mobilenumb属性的值。
  174. *
  175. * @return possible object is
  176. * {@link String }
  177. */
  178. public String getMobilenumb() {
  179. return mobilenumb;
  180. }
  181. /**
  182. * 设置mobilenumb属性的值。
  183. *
  184. * @param value allowed object is
  185. * {@link String }
  186. */
  187. public void setMobilenumb(String value) {
  188. this.mobilenumb = value;
  189. }
  190. /**
  191. * 获取modifier属性的值。
  192. *
  193. * @return possible object is
  194. * {@link String }
  195. */
  196. public String getModifier() {
  197. return modifier;
  198. }
  199. /**
  200. * 设置modifier属性的值。
  201. *
  202. * @param value allowed object is
  203. * {@link String }
  204. */
  205. public void setModifier(String value) {
  206. this.modifier = value;
  207. }
  208. /**
  209. * 获取note属性的值。
  210. *
  211. * @return possible object is
  212. * {@link String }
  213. */
  214. public String getNote() {
  215. return note;
  216. }
  217. /**
  218. * 设置note属性的值。
  219. *
  220. * @param value allowed object is
  221. * {@link String }
  222. */
  223. public void setNote(String value) {
  224. this.note = value;
  225. }
  226. /**
  227. * 获取orgCode属性的值。
  228. *
  229. * @return possible object is
  230. * {@link String }
  231. */
  232. public String getOrgCode() {
  233. return orgCode;
  234. }
  235. /**
  236. * 设置orgCode属性的值。
  237. *
  238. * @param value allowed object is
  239. * {@link String }
  240. */
  241. public void setOrgCode(String value) {
  242. this.orgCode = value;
  243. }
  244. /**
  245. * 获取orgJurd属性的值。
  246. *
  247. * @return possible object is
  248. * {@link String }
  249. */
  250. public String getOrgJurd() {
  251. return orgJurd;
  252. }
  253. /**
  254. * 设置orgJurd属性的值。
  255. *
  256. * @param value allowed object is
  257. * {@link String }
  258. */
  259. public void setOrgJurd(String value) {
  260. this.orgJurd = value;
  261. }
  262. /**
  263. * 获取orgName属性的值。
  264. *
  265. * @return possible object is
  266. * {@link String }
  267. */
  268. public String getOrgName() {
  269. return orgName;
  270. }
  271. /**
  272. * 设置orgName属性的值。
  273. *
  274. * @param value allowed object is
  275. * {@link String }
  276. */
  277. public void setOrgName(String value) {
  278. this.orgName = value;
  279. }
  280. /**
  281. * 获取persId属性的值。
  282. *
  283. * @return possible object is
  284. * {@link String }
  285. */
  286. public String getPersId() {
  287. return persId;
  288. }
  289. /**
  290. * 设置persId属性的值。
  291. *
  292. * @param value allowed object is
  293. * {@link String }
  294. */
  295. public void setPersId(String value) {
  296. this.persId = value;
  297. }
  298. /**
  299. * 获取persName属性的值。
  300. *
  301. * @return possible object is
  302. * {@link String }
  303. */
  304. public String getPersName() {
  305. return persName;
  306. }
  307. /**
  308. * 设置persName属性的值。
  309. *
  310. * @param value allowed object is
  311. * {@link String }
  312. */
  313. public void setPersName(String value) {
  314. this.persName = value;
  315. }
  316. /**
  317. * Gets the value of the roleInfoList property.
  318. *
  319. * <p>
  320. * This accessor method returns a reference to the live list,
  321. * not a snapshot. Therefore any modification you make to the
  322. * returned list will be present inside the JAXB object.
  323. * This is why there is not a <CODE>set</CODE> method for the roleInfoList property.
  324. *
  325. * <p>
  326. * For example, to add a new item, do as follows:
  327. * <pre>
  328. * getRoleInfoList().add(newItem);
  329. * </pre>
  330. *
  331. *
  332. * <p>
  333. * Objects of the following type(s) are allowed in the list
  334. * {@link RoleInfo }
  335. */
  336. public List<RoleInfo> getRoleInfoList() {
  337. if (roleInfoList == null) {
  338. roleInfoList = new ArrayList<RoleInfo>();
  339. }
  340. return this.roleInfoList;
  341. }
  342. /**
  343. * 获取status属性的值。
  344. *
  345. * @return possible object is
  346. * {@link String }
  347. */
  348. public String getStatus() {
  349. return status;
  350. }
  351. /**
  352. * 设置status属性的值。
  353. *
  354. * @param value allowed object is
  355. * {@link String }
  356. */
  357. public void setStatus(String value) {
  358. this.status = value;
  359. }
  360. /**
  361. * 获取ts属性的值。
  362. *
  363. * @return possible object is
  364. * {@link XMLGregorianCalendar }
  365. */
  366. public XMLGregorianCalendar getTs() {
  367. return ts;
  368. }
  369. /**
  370. * 设置ts属性的值。
  371. *
  372. * @param value allowed object is
  373. * {@link XMLGregorianCalendar }
  374. */
  375. public void setTs(XMLGregorianCalendar value) {
  376. this.ts = value;
  377. }
  378. /**
  379. * 获取userCode属性的值。
  380. *
  381. * @return possible object is
  382. * {@link String }
  383. */
  384. public String getUserCode() {
  385. return userCode;
  386. }
  387. /**
  388. * 设置userCode属性的值。
  389. *
  390. * @param value allowed object is
  391. * {@link String }
  392. */
  393. public void setUserCode(String value) {
  394. this.userCode = value;
  395. }
  396. /**
  397. * 获取userName属性的值。
  398. *
  399. * @return possible object is
  400. * {@link String }
  401. */
  402. public String getUserName() {
  403. return userName;
  404. }
  405. /**
  406. * 设置userName属性的值。
  407. *
  408. * @param value allowed object is
  409. * {@link String }
  410. */
  411. public void setUserName(String value) {
  412. this.userName = value;
  413. }
  414. /**
  415. * 获取userPassword属性的值。
  416. *
  417. * @return possible object is
  418. * {@link String }
  419. */
  420. public String getUserPassword() {
  421. return userPassword;
  422. }
  423. /**
  424. * 设置userPassword属性的值。
  425. *
  426. * @param value allowed object is
  427. * {@link String }
  428. */
  429. public void setUserPassword(String value) {
  430. this.userPassword = value;
  431. }
  432. /**
  433. * 获取userType属性的值。
  434. *
  435. * @return possible object is
  436. * {@link String }
  437. */
  438. public String getUserType() {
  439. return userType;
  440. }
  441. /**
  442. * 设置userType属性的值。
  443. *
  444. * @param value allowed object is
  445. * {@link String }
  446. */
  447. public void setUserType(String value) {
  448. this.userType = value;
  449. }
  450. }