Produced by Araxis Merge on 1/17/2019 10:54:32 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 | GraphingItemDataTO.java | Wed Jan 16 16:06:30 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 | GraphingItemDataTO.java | Wed Jan 16 20:17:24 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 554 |
| Changed | 1 | 2 |
| 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 ax.xml.bin d.annotati on.XmlAcce ssType; | |
| 5 | import jav ax.xml.bin d.annotati on.XmlAcce ssorType; | |
| 6 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 7 | ||
| 8 | ||
| 9 | /** | |
| 10 | * <p>Java class for graphingI temDataTO complex ty pe. | |
| 11 | * | |
| 12 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 13 | * | |
| 14 | * <pre> | |
| 15 | * <com plexType n ame="graph ingItemDat aTO"> | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="g raphingTyp e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 20 | * <eleme nt name="i temIen" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0" form="unqu alified"/& gt; | |
| 21 | * <eleme nt name="r esultDate" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 22 | * <eleme nt name="r esult" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 23 | * <eleme nt name="f lag" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0" for m="unquali fied"/> | |
| 24 | * <eleme nt name="s pecimenIen " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0" form=" unqualifie d"/> | |
| 25 | * <eleme nt name="s pecimenNam e" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 26 | * <eleme nt name="r ange" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 27 | * <eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 28 | * & lt;/sequen ce> | |
| 29 | * < ;/extensio n> | |
| 30 | * </ complexCon tent> | |
| 31 | * </co mplexType& gt; | |
| 32 | * </pre> | |
| 33 | * | |
| 34 | * | |
| 35 | */ | |
| 36 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 37 | @XmlType(n ame = "gra phingItemD ataTO", pr opOrder = { | |
| 38 | "graph ingType", | |
| 39 | "itemI en", | |
| 40 | "resul tDate", | |
| 41 | "resul t", | |
| 42 | "flag" , | |
| 43 | "speci menIen", | |
| 44 | "speci menName", | |
| 45 | "range ", | |
| 46 | "units " | |
| 47 | }) | |
| 48 | public cla ss Graphin gItemDataT O | |
| 49 | extend s Abstract TO | |
| 50 | { | |
| 51 | ||
| 52 | protec ted String graphingT ype; | |
| 53 | protec ted String itemIen; | |
| 54 | protec ted String resultDat e; | |
| 55 | protec ted String result; | |
| 56 | protec ted String flag; | |
| 57 | protec ted String specimenI en; | |
| 58 | protec ted String specimenN ame; | |
| 59 | protec ted String range; | |
| 60 | protec ted String units; | |
| 61 | ||
| 62 | /** | |
| 63 | * Get s the valu e of the g raphingTyp e property . | |
| 64 | * | |
| 65 | * @re turn | |
| 66 | * possible object is | |
| 67 | * {@link St ring } | |
| 68 | * | |
| 69 | */ | |
| 70 | public String ge tGraphingT ype() { | |
| 71 | re turn graph ingType; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * Set s the valu e of the g raphingTyp e property . | |
| 76 | * | |
| 77 | * @pa ram value | |
| 78 | * allowed o bject is | |
| 79 | * {@link St ring } | |
| 80 | * | |
| 81 | */ | |
| 82 | public void setG raphingTyp e(String v alue) { | |
| 83 | th is.graphin gType = va lue; | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Get s the valu e of the i temIen pro perty. | |
| 88 | * | |
| 89 | * @re turn | |
| 90 | * possible object is | |
| 91 | * {@link St ring } | |
| 92 | * | |
| 93 | */ | |
| 94 | public String ge tItemIen() { | |
| 95 | re turn itemI en; | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Set s the valu e of the i temIen pro perty. | |
| 100 | * | |
| 101 | * @pa ram value | |
| 102 | * allowed o bject is | |
| 103 | * {@link St ring } | |
| 104 | * | |
| 105 | */ | |
| 106 | public void setI temIen(Str ing value) { | |
| 107 | th is.itemIen = value; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Get s the valu e of the r esultDate property. | |
| 112 | * | |
| 113 | * @re turn | |
| 114 | * possible object is | |
| 115 | * {@link St ring } | |
| 116 | * | |
| 117 | */ | |
| 118 | public String ge tResultDat e() { | |
| 119 | re turn resul tDate; | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Set s the valu e of the r esultDate property. | |
| 124 | * | |
| 125 | * @pa ram value | |
| 126 | * allowed o bject is | |
| 127 | * {@link St ring } | |
| 128 | * | |
| 129 | */ | |
| 130 | public void setR esultDate( String val ue) { | |
| 131 | th is.resultD ate = valu e; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Get s the valu e of the r esult prop erty. | |
| 136 | * | |
| 137 | * @re turn | |
| 138 | * possible object is | |
| 139 | * {@link St ring } | |
| 140 | * | |
| 141 | */ | |
| 142 | public String ge tResult() { | |
| 143 | re turn resul t; | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Set s the valu e of the r esult prop erty. | |
| 148 | * | |
| 149 | * @pa ram value | |
| 150 | * allowed o bject is | |
| 151 | * {@link St ring } | |
| 152 | * | |
| 153 | */ | |
| 154 | public void setR esult(Stri ng value) { | |
| 155 | th is.result = value; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Get s the valu e of the f lag proper ty. | |
| 160 | * | |
| 161 | * @re turn | |
| 162 | * possible object is | |
| 163 | * {@link St ring } | |
| 164 | * | |
| 165 | */ | |
| 166 | public String ge tFlag() { | |
| 167 | re turn flag; | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Set s the valu e of the f lag proper ty. | |
| 172 | * | |
| 173 | * @pa ram value | |
| 174 | * allowed o bject is | |
| 175 | * {@link St ring } | |
| 176 | * | |
| 177 | */ | |
| 178 | public void setF lag(String value) { | |
| 179 | th is.flag = value; | |
| 180 | } | |
| 181 | ||
| 182 | /** | |
| 183 | * Get s the valu e of the s pecimenIen property. | |
| 184 | * | |
| 185 | * @re turn | |
| 186 | * possible object is | |
| 187 | * {@link St ring } | |
| 188 | * | |
| 189 | */ | |
| 190 | public String ge tSpecimenI en() { | |
| 191 | re turn speci menIen; | |
| 192 | } | |
| 193 | ||
| 194 | /** | |
| 195 | * Set s the valu e of the s pecimenIen property. | |
| 196 | * | |
| 197 | * @pa ram value | |
| 198 | * allowed o bject is | |
| 199 | * {@link St ring } | |
| 200 | * | |
| 201 | */ | |
| 202 | public void setS pecimenIen (String va lue) { | |
| 203 | th is.specime nIen = val ue; | |
| 204 | } | |
| 205 | ||
| 206 | /** | |
| 207 | * Get s the valu e of the s pecimenNam e property . | |
| 208 | * | |
| 209 | * @re turn | |
| 210 | * possible object is | |
| 211 | * {@link St ring } | |
| 212 | * | |
| 213 | */ | |
| 214 | public String ge tSpecimenN ame() { | |
| 215 | re turn speci menName; | |
| 216 | } | |
| 217 | ||
| 218 | /** | |
| 219 | * Set s the valu e of the s pecimenNam e property . | |
| 220 | * | |
| 221 | * @pa ram value | |
| 222 | * allowed o bject is | |
| 223 | * {@link St ring } | |
| 224 | * | |
| 225 | */ | |
| 226 | public void setS pecimenNam e(String v alue) { | |
| 227 | th is.specime nName = va lue; | |
| 228 | } | |
| 229 | ||
| 230 | /** | |
| 231 | * Get s the valu e of the r ange prope rty. | |
| 232 | * | |
| 233 | * @re turn | |
| 234 | * possible object is | |
| 235 | * {@link St ring } | |
| 236 | * | |
| 237 | */ | |
| 238 | public String ge tRange() { | |
| 239 | re turn range ; | |
| 240 | } | |
| 241 | ||
| 242 | /** | |
| 243 | * Set s the valu e of the r ange prope rty. | |
| 244 | * | |
| 245 | * @pa ram value | |
| 246 | * allowed o bject is | |
| 247 | * {@link St ring } | |
| 248 | * | |
| 249 | */ | |
| 250 | public void setR ange(Strin g value) { | |
| 251 | th is.range = value; | |
| 252 | } | |
| 253 | ||
| 254 | /** | |
| 255 | * Get s the valu e of the u nits prope rty. | |
| 256 | * | |
| 257 | * @re turn | |
| 258 | * possible object is | |
| 259 | * {@link St ring } | |
| 260 | * | |
| 261 | */ | |
| 262 | public String ge tUnits() { | |
| 263 | re turn units ; | |
| 264 | } | |
| 265 | ||
| 266 | /** | |
| 267 | * Set s the valu e of the u nits prope rty. | |
| 268 | * | |
| 269 | * @pa ram value | |
| 270 | * allowed o bject is | |
| 271 | * {@link St ring } | |
| 272 | * | |
| 273 | */ | |
| 274 | public void setU nits(Strin g value) { | |
| 275 | th is.units = value; | |
| 276 | } | |
| 277 | ||
| 278 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.