Produced by Araxis Merge on 10/3/2017 11:15:43 AM Central Daylight 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 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | Vitals.java | Thu Apr 28 21:02:40 2016 UTC |
| 2 | ehmp.zip\ehmp\ehmp\product\production\soap-handler\src\main\java\gov\va\med\jmeadows_2_3_3_0_2\webservice | Vitals.java | Mon Oct 2 19:55:56 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 628 |
| 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.j meadows_2_ 3_3_0_2.we bservice; | |
| 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.XmlElem ent; | |
| 9 | import jav ax.xml.bin d.annotati on.XmlSche maType; | |
| 10 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 11 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 12 | ||
| 13 | ||
| 14 | /** | |
| 15 | * <p>Java class for vitals co mplex type . | |
| 16 | * | |
| 17 | * <p>The following schema fra gment spec ifies the expected c ontent con tained wit hin this c lass. | |
| 18 | * | |
| 19 | * <pre> | |
| 20 | * <com plexType n ame="vital s"> | |
| 21 | * <c omplexCont ent> | |
| 22 | * <extens ion base=" {http://we bservice.v ds. URL /}dataBean "> | |
| 23 | * & lt;sequenc e> | |
| 24 | * <eleme nt name="c omments" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 25 | * <eleme nt name="d ateTimeTak en" type=" {http://ww w.w3.org/2 001/XMLSch ema}dateTi me" minOcc urs="0"/> | |
| 26 | * <eleme nt name="q ualifiers" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 27 | * <eleme nt name="r ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 28 | * <eleme nt name="r esultComme nts" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 29 | * <eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0"/> | |
| 30 | * <eleme nt name="u nitsCode" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 31 | * <elemen t name="vi talModifie rs" type=" {http://we bservice.v ds. URL /}vitalMod ifier" max Occurs="un bounded" m inOccurs=" 0"/> | |
| 32 | * <eleme nt name="v italType" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 33 | * <eleme nt name="v italsIEN" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 34 | * & lt;/sequen ce> | |
| 35 | * < ;/extensio n> | |
| 36 | * </ complexCon tent> | |
| 37 | * </co mplexType> | |
| 38 | * </pre> | |
| 39 | * | |
| 40 | * | |
| 41 | */ | |
| 42 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 43 | @XmlType(n ame = "vit als", name space = "h ttp://webs ervice.vds . URL /", propOr der = { | |
| 44 | "comme nts", | |
| 45 | "dateT imeTaken", | |
| 46 | "quali fiers", | |
| 47 | "rate" , | |
| 48 | "resul tComments" , | |
| 49 | "units ", | |
| 50 | "units Code", | |
| 51 | "vital Modifiers" , | |
| 52 | "vital Type", | |
| 53 | "vital sIEN" | |
| 54 | }) | |
| 55 | public cla ss Vitals | |
| 56 | extend s DataBean | |
| 57 | { | |
| 58 | ||
| 59 | protec ted String comments; | |
| 60 | @XmlSc hemaType(n ame = "dat eTime") | |
| 61 | protec ted XMLGre gorianCale ndar dateT imeTaken; | |
| 62 | protec ted String qualifier s; | |
| 63 | protec ted String rate; | |
| 64 | protec ted String resultCom ments; | |
| 65 | protec ted String units; | |
| 66 | protec ted String unitsCode ; | |
| 67 | @XmlEl ement(nill able = tru e) | |
| 68 | protec ted List<V italModifi er> vitalM odifiers; | |
| 69 | protec ted String vitalType ; | |
| 70 | protec ted String vitalsIEN ; | |
| 71 | ||
| 72 | /** | |
| 73 | * Get s the valu e of the c omments pr operty. | |
| 74 | * | |
| 75 | * @re turn | |
| 76 | * possible object is | |
| 77 | * {@link St ring } | |
| 78 | * | |
| 79 | */ | |
| 80 | public String ge tComments( ) { | |
| 81 | re turn comme nts; | |
| 82 | } | |
| 83 | ||
| 84 | /** | |
| 85 | * Set s the valu e of the c omments pr operty. | |
| 86 | * | |
| 87 | * @pa ram value | |
| 88 | * allowed o bject is | |
| 89 | * {@link St ring } | |
| 90 | * | |
| 91 | */ | |
| 92 | public void setC omments(St ring value ) { | |
| 93 | th is.comment s = value; | |
| 94 | } | |
| 95 | ||
| 96 | /** | |
| 97 | * Get s the valu e of the d ateTimeTak en propert y. | |
| 98 | * | |
| 99 | * @re turn | |
| 100 | * possible object is | |
| 101 | * {@link XM LGregorian Calendar } | |
| 102 | * | |
| 103 | */ | |
| 104 | public XMLGregor ianCalenda r getDateT imeTaken() { | |
| 105 | re turn dateT imeTaken; | |
| 106 | } | |
| 107 | ||
| 108 | /** | |
| 109 | * Set s the valu e of the d ateTimeTak en propert y. | |
| 110 | * | |
| 111 | * @pa ram value | |
| 112 | * allowed o bject is | |
| 113 | * {@link XM LGregorian Calendar } | |
| 114 | * | |
| 115 | */ | |
| 116 | public void setD ateTimeTak en(XMLGreg orianCalen dar value) { | |
| 117 | th is.dateTim eTaken = v alue; | |
| 118 | } | |
| 119 | ||
| 120 | /** | |
| 121 | * Get s the valu e of the q ualifiers property. | |
| 122 | * | |
| 123 | * @re turn | |
| 124 | * possible object is | |
| 125 | * {@link St ring } | |
| 126 | * | |
| 127 | */ | |
| 128 | public String ge tQualifier s() { | |
| 129 | re turn quali fiers; | |
| 130 | } | |
| 131 | ||
| 132 | /** | |
| 133 | * Set s the valu e of the q ualifiers property. | |
| 134 | * | |
| 135 | * @pa ram value | |
| 136 | * allowed o bject is | |
| 137 | * {@link St ring } | |
| 138 | * | |
| 139 | */ | |
| 140 | public void setQ ualifiers( String val ue) { | |
| 141 | th is.qualifi ers = valu e; | |
| 142 | } | |
| 143 | ||
| 144 | /** | |
| 145 | * Get s the valu e of the r ate proper ty. | |
| 146 | * | |
| 147 | * @re turn | |
| 148 | * possible object is | |
| 149 | * {@link St ring } | |
| 150 | * | |
| 151 | */ | |
| 152 | public String ge tRate() { | |
| 153 | re turn rate; | |
| 154 | } | |
| 155 | ||
| 156 | /** | |
| 157 | * Set s the valu e of the r ate proper ty. | |
| 158 | * | |
| 159 | * @pa ram value | |
| 160 | * allowed o bject is | |
| 161 | * {@link St ring } | |
| 162 | * | |
| 163 | */ | |
| 164 | public void setR ate(String value) { | |
| 165 | th is.rate = value; | |
| 166 | } | |
| 167 | ||
| 168 | /** | |
| 169 | * Get s the valu e of the r esultComme nts proper ty. | |
| 170 | * | |
| 171 | * @re turn | |
| 172 | * possible object is | |
| 173 | * {@link St ring } | |
| 174 | * | |
| 175 | */ | |
| 176 | public String ge tResultCom ments() { | |
| 177 | re turn resul tComments; | |
| 178 | } | |
| 179 | ||
| 180 | /** | |
| 181 | * Set s the valu e of the r esultComme nts proper ty. | |
| 182 | * | |
| 183 | * @pa ram value | |
| 184 | * allowed o bject is | |
| 185 | * {@link St ring } | |
| 186 | * | |
| 187 | */ | |
| 188 | public void setR esultComme nts(String value) { | |
| 189 | th is.resultC omments = value; | |
| 190 | } | |
| 191 | ||
| 192 | /** | |
| 193 | * Get s the valu e of the u nits prope rty. | |
| 194 | * | |
| 195 | * @re turn | |
| 196 | * possible object is | |
| 197 | * {@link St ring } | |
| 198 | * | |
| 199 | */ | |
| 200 | public String ge tUnits() { | |
| 201 | re turn units ; | |
| 202 | } | |
| 203 | ||
| 204 | /** | |
| 205 | * Set s the valu e of the u nits prope rty. | |
| 206 | * | |
| 207 | * @pa ram value | |
| 208 | * allowed o bject is | |
| 209 | * {@link St ring } | |
| 210 | * | |
| 211 | */ | |
| 212 | public void setU nits(Strin g value) { | |
| 213 | th is.units = value; | |
| 214 | } | |
| 215 | ||
| 216 | /** | |
| 217 | * Get s the valu e of the u nitsCode p roperty. | |
| 218 | * | |
| 219 | * @re turn | |
| 220 | * possible object is | |
| 221 | * {@link St ring } | |
| 222 | * | |
| 223 | */ | |
| 224 | public String ge tUnitsCode () { | |
| 225 | re turn units Code; | |
| 226 | } | |
| 227 | ||
| 228 | /** | |
| 229 | * Set s the valu e of the u nitsCode p roperty. | |
| 230 | * | |
| 231 | * @pa ram value | |
| 232 | * allowed o bject is | |
| 233 | * {@link St ring } | |
| 234 | * | |
| 235 | */ | |
| 236 | public void setU nitsCode(S tring valu e) { | |
| 237 | th is.unitsCo de = value ; | |
| 238 | } | |
| 239 | ||
| 240 | /** | |
| 241 | * Get s the valu e of the v italModifi ers proper ty. | |
| 242 | * | |
| 243 | * <p> | |
| 244 | * Thi s accessor method re turns a re ference to the live list, | |
| 245 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 246 | * ret urned list will be p resent ins ide the JA XB object. | |
| 247 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the vita lModifiers property. | |
| 248 | * | |
| 249 | * <p> | |
| 250 | * For example, to add a n ew item, d o as follo ws: | |
| 251 | * <pr e> | |
| 252 | * getVitalMo difiers(). add(newIte m); | |
| 253 | * </p re> | |
| 254 | * | |
| 255 | * | |
| 256 | * <p> | |
| 257 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 258 | * {@l ink VitalM odifier } | |
| 259 | * | |
| 260 | * | |
| 261 | */ | |
| 262 | public List<Vita lModifier> getVitalM odifiers() { | |
| 263 | if (vitalMod ifiers == null) { | |
| 264 | vitalMod ifiers = n ew ArrayLi st<VitalMo difier>(); | |
| 265 | } | |
| 266 | re turn this. vitalModif iers; | |
| 267 | } | |
| 268 | ||
| 269 | /** | |
| 270 | * Get s the valu e of the v italType p roperty. | |
| 271 | * | |
| 272 | * @re turn | |
| 273 | * possible object is | |
| 274 | * {@link St ring } | |
| 275 | * | |
| 276 | */ | |
| 277 | public String ge tVitalType () { | |
| 278 | re turn vital Type; | |
| 279 | } | |
| 280 | ||
| 281 | /** | |
| 282 | * Set s the valu e of the v italType p roperty. | |
| 283 | * | |
| 284 | * @pa ram value | |
| 285 | * allowed o bject is | |
| 286 | * {@link St ring } | |
| 287 | * | |
| 288 | */ | |
| 289 | public void setV italType(S tring valu e) { | |
| 290 | th is.vitalTy pe = value ; | |
| 291 | } | |
| 292 | ||
| 293 | /** | |
| 294 | * Get s the valu e of the v italsIEN p roperty. | |
| 295 | * | |
| 296 | * @re turn | |
| 297 | * possible object is | |
| 298 | * {@link St ring } | |
| 299 | * | |
| 300 | */ | |
| 301 | public String ge tVitalsIEN () { | |
| 302 | re turn vital sIEN; | |
| 303 | } | |
| 304 | ||
| 305 | /** | |
| 306 | * Set s the valu e of the v italsIEN p roperty. | |
| 307 | * | |
| 308 | * @pa ram value | |
| 309 | * allowed o bject is | |
| 310 | * {@link St ring } | |
| 311 | * | |
| 312 | */ | |
| 313 | public void setV italsIEN(S tring valu e) { | |
| 314 | th is.vitalsI EN = value ; | |
| 315 | } | |
| 316 | ||
| 317 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.