Produced by Araxis Merge on 1/17/2019 10:54:39 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | UserArray.java | Wed Jan 16 16:06:42 2019 UTC |
| 2 | v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\med\via\service | UserArray.java | Wed Jan 16 20:18:44 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 260 |
| Changed | 3 | 6 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | ||
| 2 | package go v.va.med.v ia.service ; | |
| 3 | ||
| 4 | import jav a.util.Arr ayList; | |
| 5 | import jav a.util.Lis t; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 8 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for userArray complex t ype. | |
| 13 | * | |
| 14 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 15 | * | |
| 16 | * <pre> | |
| 17 | * <com plexType n ame="userA rray"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http:// DNS . URL /}abstract ArrayTO"&g t; | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="u sers" minO ccurs="0" form="unqu alified"&g t; | |
| 22 | * <com plexType&g t; | |
| 23 | * <c omplexCont ent> | |
| 24 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 25 | * & lt;sequenc e> | |
| 26 | * <elemen t name="us erTO" type ="{http:// DNS . URL /}userTO" maxOccurs= "unbounded " minOccur s="0" form ="unqualif ied"/> | |
| 27 | * & lt;/sequen ce> | |
| 28 | * < ;/restrict ion> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType& gt; | |
| 31 | * </elem ent> | |
| 32 | * & lt;/sequen ce> | |
| 33 | * < ;/extensio n> | |
| 34 | * </ complexCon tent> | |
| 35 | * </co mplexType& gt; | |
| 36 | * </pre> | |
| 37 | * | |
| 38 | * | |
| 39 | */ | |
| 40 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 41 | @XmlType(n ame = "use rArray", p ropOrder = { | |
| 42 | "users " | |
| 43 | }) | |
| 44 | public cla ss UserArr ay | |
| 45 | extend s Abstract ArrayTO | |
| 46 | { | |
| 47 | ||
| 48 | protec ted UserAr ray.Users users; | |
| 49 | ||
| 50 | /** | |
| 51 | * Get s the valu e of the u sers prope rty. | |
| 52 | * | |
| 53 | * @re turn | |
| 54 | * possible object is | |
| 55 | * {@link Us erArray.Us ers } | |
| 56 | * | |
| 57 | */ | |
| 58 | public UserArray .Users get Users() { | |
| 59 | re turn users ; | |
| 60 | } | |
| 61 | ||
| 62 | /** | |
| 63 | * Set s the valu e of the u sers prope rty. | |
| 64 | * | |
| 65 | * @pa ram value | |
| 66 | * allowed o bject is | |
| 67 | * {@link Us erArray.Us ers } | |
| 68 | * | |
| 69 | */ | |
| 70 | public void setU sers(UserA rray.Users value) { | |
| 71 | th is.users = value; | |
| 72 | } | |
| 73 | ||
| 74 | ||
| 75 | /** | |
| 76 | * <p> Java class for anony mous compl ex type. | |
| 77 | * | |
| 78 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 79 | * | |
| 80 | * <pr e> | |
| 81 | * < ;complexTy pe> | |
| 82 | * & lt;complex Content> ; | |
| 83 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 84 | * <seq uence> | |
| 85 | * <elemen t name="us erTO" type ="{http:// DNS . URL /}userTO" maxOccurs= "unbounded " minOccur s="0" form ="unqualif ied"/> | |
| 86 | * </se quence> | |
| 87 | * </rest riction> ; | |
| 88 | * & lt;/comple xContent&g t; | |
| 89 | * < ;/complexT ype> | |
| 90 | * </p re> | |
| 91 | * | |
| 92 | * | |
| 93 | */ | |
| 94 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 95 | @XmlTy pe(name = "", propOr der = { | |
| 96 | "u serTO" | |
| 97 | }) | |
| 98 | public static cl ass Users { | |
| 99 | ||
| 100 | pr otected Li st<UserTO> userTO; | |
| 101 | ||
| 102 | /* * | |
| 103 | * Gets the value of t he userTO property. | |
| 104 | * | |
| 105 | * <p> | |
| 106 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 107 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 108 | * returned list will be present inside th e JAXB obj ect. | |
| 109 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the userTO pro perty. | |
| 110 | * | |
| 111 | * <p> | |
| 112 | * For examp le, to add a new ite m, do as f ollows: | |
| 113 | * <pre> | |
| 114 | * getUse rTO().add( newItem); | |
| 115 | * </pre> | |
| 116 | * | |
| 117 | * | |
| 118 | * <p> | |
| 119 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 120 | * {@link Us erTO } | |
| 121 | * | |
| 122 | * | |
| 123 | * / | |
| 124 | pu blic List< UserTO> ge tUserTO() { | |
| 125 | if (user TO == null ) { | |
| 126 | user TO = new A rrayList<U serTO>(); | |
| 127 | } | |
| 128 | return t his.userTO ; | |
| 129 | } | |
| 130 | ||
| 131 | } | |
| 132 | ||
| 133 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.