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 | VitalSignSetTO.java | Wed Jan 16 16:06:44 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 | VitalSignSetTO.java | Wed Jan 16 20:18:49 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 474 |
| Changed | 4 | 8 |
| 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 vitalSign SetTO comp lex type. | |
| 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="vital SignSetTO" > | |
| 18 | * <c omplexCont ent> | |
| 19 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 20 | * & lt;sequenc e> | |
| 21 | * <eleme nt name="t imestamp" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 22 | * <elemen t name="fa cility" ty pe="{http: // DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 23 | * <eleme nt name="v itals" min Occurs="0" form="unq ualified"& gt; | |
| 24 | * <com plexType&g t; | |
| 25 | * <c omplexCont ent> | |
| 26 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 27 | * & lt;sequenc e> | |
| 28 | * <elemen t name="vi talSignTO" type="{ht tp:// DNS . URL /}vitalSig nTO" maxOc curs="unbo unded" min Occurs="0" form="unq ualified"/ > | |
| 29 | * & lt;/sequen ce> | |
| 30 | * < ;/restrict ion> | |
| 31 | * </ complexCon tent> | |
| 32 | * </co mplexType& gt; | |
| 33 | * </elem ent> | |
| 34 | * <eleme nt name="u nits" type ="{http:// www.w3.org /2001/XMLS chema}stri ng" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 35 | * <eleme nt name="q ualifiers" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0" form="u nqualified "/> | |
| 36 | * & lt;/sequen ce> | |
| 37 | * < ;/extensio n> | |
| 38 | * </ complexCon tent> | |
| 39 | * </co mplexType& gt; | |
| 40 | * </pre> | |
| 41 | * | |
| 42 | * | |
| 43 | */ | |
| 44 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 45 | @XmlType(n ame = "vit alSignSetT O", propOr der = { | |
| 46 | "times tamp", | |
| 47 | "facil ity", | |
| 48 | "vital s", | |
| 49 | "units ", | |
| 50 | "quali fiers" | |
| 51 | }) | |
| 52 | public cla ss VitalSi gnSetTO | |
| 53 | extend s Abstract TO | |
| 54 | { | |
| 55 | ||
| 56 | protec ted String timestamp ; | |
| 57 | protec ted Tagged Text facil ity; | |
| 58 | protec ted VitalS ignSetTO.V itals vita ls; | |
| 59 | protec ted String units; | |
| 60 | protec ted String qualifier s; | |
| 61 | ||
| 62 | /** | |
| 63 | * Get s the valu e of the t imestamp p roperty. | |
| 64 | * | |
| 65 | * @re turn | |
| 66 | * possible object is | |
| 67 | * {@link St ring } | |
| 68 | * | |
| 69 | */ | |
| 70 | public String ge tTimestamp () { | |
| 71 | re turn times tamp; | |
| 72 | } | |
| 73 | ||
| 74 | /** | |
| 75 | * Set s the valu e of the t imestamp p roperty. | |
| 76 | * | |
| 77 | * @pa ram value | |
| 78 | * allowed o bject is | |
| 79 | * {@link St ring } | |
| 80 | * | |
| 81 | */ | |
| 82 | public void setT imestamp(S tring valu e) { | |
| 83 | th is.timesta mp = value ; | |
| 84 | } | |
| 85 | ||
| 86 | /** | |
| 87 | * Get s the valu e of the f acility pr operty. | |
| 88 | * | |
| 89 | * @re turn | |
| 90 | * possible object is | |
| 91 | * {@link Ta ggedText } | |
| 92 | * | |
| 93 | */ | |
| 94 | public TaggedTex t getFacil ity() { | |
| 95 | re turn facil ity; | |
| 96 | } | |
| 97 | ||
| 98 | /** | |
| 99 | * Set s the valu e of the f acility pr operty. | |
| 100 | * | |
| 101 | * @pa ram value | |
| 102 | * allowed o bject is | |
| 103 | * {@link Ta ggedText } | |
| 104 | * | |
| 105 | */ | |
| 106 | public void setF acility(Ta ggedText v alue) { | |
| 107 | th is.facilit y = value; | |
| 108 | } | |
| 109 | ||
| 110 | /** | |
| 111 | * Get s the valu e of the v itals prop erty. | |
| 112 | * | |
| 113 | * @re turn | |
| 114 | * possible object is | |
| 115 | * {@link Vi talSignSet TO.Vitals } | |
| 116 | * | |
| 117 | */ | |
| 118 | public VitalSign SetTO.Vita ls getVita ls() { | |
| 119 | re turn vital s; | |
| 120 | } | |
| 121 | ||
| 122 | /** | |
| 123 | * Set s the valu e of the v itals prop erty. | |
| 124 | * | |
| 125 | * @pa ram value | |
| 126 | * allowed o bject is | |
| 127 | * {@link Vi talSignSet TO.Vitals } | |
| 128 | * | |
| 129 | */ | |
| 130 | public void setV itals(Vita lSignSetTO .Vitals va lue) { | |
| 131 | th is.vitals = value; | |
| 132 | } | |
| 133 | ||
| 134 | /** | |
| 135 | * Get s the valu e of the u nits prope rty. | |
| 136 | * | |
| 137 | * @re turn | |
| 138 | * possible object is | |
| 139 | * {@link St ring } | |
| 140 | * | |
| 141 | */ | |
| 142 | public String ge tUnits() { | |
| 143 | re turn units ; | |
| 144 | } | |
| 145 | ||
| 146 | /** | |
| 147 | * Set s the valu e of the u nits prope rty. | |
| 148 | * | |
| 149 | * @pa ram value | |
| 150 | * allowed o bject is | |
| 151 | * {@link St ring } | |
| 152 | * | |
| 153 | */ | |
| 154 | public void setU nits(Strin g value) { | |
| 155 | th is.units = value; | |
| 156 | } | |
| 157 | ||
| 158 | /** | |
| 159 | * Get s the valu e of the q ualifiers property. | |
| 160 | * | |
| 161 | * @re turn | |
| 162 | * possible object is | |
| 163 | * {@link St ring } | |
| 164 | * | |
| 165 | */ | |
| 166 | public String ge tQualifier s() { | |
| 167 | re turn quali fiers; | |
| 168 | } | |
| 169 | ||
| 170 | /** | |
| 171 | * Set s the valu e of the q ualifiers property. | |
| 172 | * | |
| 173 | * @pa ram value | |
| 174 | * allowed o bject is | |
| 175 | * {@link St ring } | |
| 176 | * | |
| 177 | */ | |
| 178 | public void setQ ualifiers( String val ue) { | |
| 179 | th is.qualifi ers = valu e; | |
| 180 | } | |
| 181 | ||
| 182 | ||
| 183 | /** | |
| 184 | * <p> Java class for anony mous compl ex type. | |
| 185 | * | |
| 186 | * <p> The follow ing schema fragment specifies the expect ed content contained within th is class. | |
| 187 | * | |
| 188 | * <pr e> | |
| 189 | * < ;complexTy pe> | |
| 190 | * & lt;complex Content> ; | |
| 191 | * <restr iction bas e="{http:/ /www.w3.or g/2001/XML Schema}any Type"> | |
| 192 | * <seq uence> | |
| 193 | * <elemen t name="vi talSignTO" type="{ht tp:// DNS . URL /}vitalSig nTO" maxOc curs="unbo unded" min Occurs="0" form="unq ualified"/ > | |
| 194 | * </se quence> | |
| 195 | * </rest riction> ; | |
| 196 | * & lt;/comple xContent&g t; | |
| 197 | * < ;/complexT ype> | |
| 198 | * </p re> | |
| 199 | * | |
| 200 | * | |
| 201 | */ | |
| 202 | @XmlAc cessorType (XmlAccess Type.FIELD ) | |
| 203 | @XmlTy pe(name = "", propOr der = { | |
| 204 | "v italSignTO " | |
| 205 | }) | |
| 206 | public static cl ass Vitals { | |
| 207 | ||
| 208 | pr otected Li st<VitalSi gnTO> vita lSignTO; | |
| 209 | ||
| 210 | /* * | |
| 211 | * Gets the value of t he vitalSi gnTO prope rty. | |
| 212 | * | |
| 213 | * <p> | |
| 214 | * This acce ssor metho d returns a referenc e to the l ive list, | |
| 215 | * not a sna pshot. The refore any modificat ion you ma ke to the | |
| 216 | * returned list will be present inside th e JAXB obj ect. | |
| 217 | * This is w hy there i s not a <C ODE>set</C ODE> metho d for the vitalSignT O property . | |
| 218 | * | |
| 219 | * <p> | |
| 220 | * For examp le, to add a new ite m, do as f ollows: | |
| 221 | * <pre> | |
| 222 | * getVit alSignTO() .add(newIt em); | |
| 223 | * </pre> | |
| 224 | * | |
| 225 | * | |
| 226 | * <p> | |
| 227 | * Objects o f the foll owing type (s) are al lowed in t he list | |
| 228 | * {@link Vi talSignTO } | |
| 229 | * | |
| 230 | * | |
| 231 | * / | |
| 232 | pu blic List< VitalSignT O> getVita lSignTO() { | |
| 233 | if (vita lSignTO == null) { | |
| 234 | vita lSignTO = new ArrayL ist<VitalS ignTO>(); | |
| 235 | } | |
| 236 | return t his.vitalS ignTO; | |
| 237 | } | |
| 238 | ||
| 239 | } | |
| 240 | ||
| 241 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.