Produced by Araxis Merge on 1/17/2019 10:54:33 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 | MentalHealthInstrumentResultSetTO.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 | MentalHealthInstrumentResultSetTO.java | Wed Jan 16 20:17:44 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 494 |
| Changed | 3 | 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 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 mentalHea lthInstrum entResultS etTO compl ex type. | |
| 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="menta lHealthIns trumentRes ultSetTO"& gt; | |
| 16 | * <c omplexCont ent> | |
| 17 | * <extens ion base=" {http:// DNS . URL /}abstract TO"> | |
| 18 | * & lt;sequenc e> | |
| 19 | * <eleme nt name="i d" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0" form= "unqualifi ed"/> | |
| 20 | * <eleme nt name="a dministrat ionId" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0" f orm="unqua lified"/&g t; | |
| 21 | * <elemen t name="sc ale" type= "{http:// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 22 | * <eleme nt name="r awScore" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" form="unq ualified"/ > | |
| 23 | * <elemen t name="tr ansformedS cores" typ e="{http:/ / DNS . URL /}taggedTe xtArray" m inOccurs=" 0" form="u nqualified "/> | |
| 24 | * <elemen t name="in strument" type="{htt p:// DNS . URL /}taggedTe xt" minOcc urs="0" fo rm="unqual ified"/> ; | |
| 25 | * <eleme nt name="s urveyGiven DateTime" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 26 | * <eleme nt name="s urveySaved DateTime" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 " form="un qualified" /> | |
| 27 | * & lt;/sequen ce> | |
| 28 | * < ;/extensio n> | |
| 29 | * </ complexCon tent> | |
| 30 | * </co mplexType& gt; | |
| 31 | * </pre> | |
| 32 | * | |
| 33 | * | |
| 34 | */ | |
| 35 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 36 | @XmlType(n ame = "men talHealthI nstrumentR esultSetTO ", propOrd er = { | |
| 37 | "id", | |
| 38 | "admin istrationI d", | |
| 39 | "scale ", | |
| 40 | "rawSc ore", | |
| 41 | "trans formedScor es", | |
| 42 | "instr ument", | |
| 43 | "surve yGivenDate Time", | |
| 44 | "surve ySavedDate Time" | |
| 45 | }) | |
| 46 | public cla ss MentalH ealthInstr umentResul tSetTO | |
| 47 | extend s Abstract TO | |
| 48 | { | |
| 49 | ||
| 50 | protec ted String id; | |
| 51 | protec ted String administr ationId; | |
| 52 | protec ted Tagged Text scale ; | |
| 53 | protec ted String rawScore; | |
| 54 | protec ted Tagged TextArray transforme dScores; | |
| 55 | protec ted Tagged Text instr ument; | |
| 56 | protec ted String surveyGiv enDateTime ; | |
| 57 | protec ted String surveySav edDateTime ; | |
| 58 | ||
| 59 | /** | |
| 60 | * Get s the valu e of the i d property . | |
| 61 | * | |
| 62 | * @re turn | |
| 63 | * possible object is | |
| 64 | * {@link St ring } | |
| 65 | * | |
| 66 | */ | |
| 67 | public String ge tId() { | |
| 68 | re turn id; | |
| 69 | } | |
| 70 | ||
| 71 | /** | |
| 72 | * Set s the valu e of the i d property . | |
| 73 | * | |
| 74 | * @pa ram value | |
| 75 | * allowed o bject is | |
| 76 | * {@link St ring } | |
| 77 | * | |
| 78 | */ | |
| 79 | public void setI d(String v alue) { | |
| 80 | th is.id = va lue; | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Get s the valu e of the a dministrat ionId prop erty. | |
| 85 | * | |
| 86 | * @re turn | |
| 87 | * possible object is | |
| 88 | * {@link St ring } | |
| 89 | * | |
| 90 | */ | |
| 91 | public String ge tAdministr ationId() { | |
| 92 | re turn admin istrationI d; | |
| 93 | } | |
| 94 | ||
| 95 | /** | |
| 96 | * Set s the valu e of the a dministrat ionId prop erty. | |
| 97 | * | |
| 98 | * @pa ram value | |
| 99 | * allowed o bject is | |
| 100 | * {@link St ring } | |
| 101 | * | |
| 102 | */ | |
| 103 | public void setA dministrat ionId(Stri ng value) { | |
| 104 | th is.adminis trationId = value; | |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Get s the valu e of the s cale prope rty. | |
| 109 | * | |
| 110 | * @re turn | |
| 111 | * possible object is | |
| 112 | * {@link Ta ggedText } | |
| 113 | * | |
| 114 | */ | |
| 115 | public TaggedTex t getScale () { | |
| 116 | re turn scale ; | |
| 117 | } | |
| 118 | ||
| 119 | /** | |
| 120 | * Set s the valu e of the s cale prope rty. | |
| 121 | * | |
| 122 | * @pa ram value | |
| 123 | * allowed o bject is | |
| 124 | * {@link Ta ggedText } | |
| 125 | * | |
| 126 | */ | |
| 127 | public void setS cale(Tagge dText valu e) { | |
| 128 | th is.scale = value; | |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Get s the valu e of the r awScore pr operty. | |
| 133 | * | |
| 134 | * @re turn | |
| 135 | * possible object is | |
| 136 | * {@link St ring } | |
| 137 | * | |
| 138 | */ | |
| 139 | public String ge tRawScore( ) { | |
| 140 | re turn rawSc ore; | |
| 141 | } | |
| 142 | ||
| 143 | /** | |
| 144 | * Set s the valu e of the r awScore pr operty. | |
| 145 | * | |
| 146 | * @pa ram value | |
| 147 | * allowed o bject is | |
| 148 | * {@link St ring } | |
| 149 | * | |
| 150 | */ | |
| 151 | public void setR awScore(St ring value ) { | |
| 152 | th is.rawScor e = value; | |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Get s the valu e of the t ransformed Scores pro perty. | |
| 157 | * | |
| 158 | * @re turn | |
| 159 | * possible object is | |
| 160 | * {@link Ta ggedTextAr ray } | |
| 161 | * | |
| 162 | */ | |
| 163 | public TaggedTex tArray get Transforme dScores() { | |
| 164 | re turn trans formedScor es; | |
| 165 | } | |
| 166 | ||
| 167 | /** | |
| 168 | * Set s the valu e of the t ransformed Scores pro perty. | |
| 169 | * | |
| 170 | * @pa ram value | |
| 171 | * allowed o bject is | |
| 172 | * {@link Ta ggedTextAr ray } | |
| 173 | * | |
| 174 | */ | |
| 175 | public void setT ransformed Scores(Tag gedTextArr ay value) { | |
| 176 | th is.transfo rmedScores = value; | |
| 177 | } | |
| 178 | ||
| 179 | /** | |
| 180 | * Get s the valu e of the i nstrument property. | |
| 181 | * | |
| 182 | * @re turn | |
| 183 | * possible object is | |
| 184 | * {@link Ta ggedText } | |
| 185 | * | |
| 186 | */ | |
| 187 | public TaggedTex t getInstr ument() { | |
| 188 | re turn instr ument; | |
| 189 | } | |
| 190 | ||
| 191 | /** | |
| 192 | * Set s the valu e of the i nstrument property. | |
| 193 | * | |
| 194 | * @pa ram value | |
| 195 | * allowed o bject is | |
| 196 | * {@link Ta ggedText } | |
| 197 | * | |
| 198 | */ | |
| 199 | public void setI nstrument( TaggedText value) { | |
| 200 | th is.instrum ent = valu e; | |
| 201 | } | |
| 202 | ||
| 203 | /** | |
| 204 | * Get s the valu e of the s urveyGiven DateTime p roperty. | |
| 205 | * | |
| 206 | * @re turn | |
| 207 | * possible object is | |
| 208 | * {@link St ring } | |
| 209 | * | |
| 210 | */ | |
| 211 | public String ge tSurveyGiv enDateTime () { | |
| 212 | re turn surve yGivenDate Time; | |
| 213 | } | |
| 214 | ||
| 215 | /** | |
| 216 | * Set s the valu e of the s urveyGiven DateTime p roperty. | |
| 217 | * | |
| 218 | * @pa ram value | |
| 219 | * allowed o bject is | |
| 220 | * {@link St ring } | |
| 221 | * | |
| 222 | */ | |
| 223 | public void setS urveyGiven DateTime(S tring valu e) { | |
| 224 | th is.surveyG ivenDateTi me = value ; | |
| 225 | } | |
| 226 | ||
| 227 | /** | |
| 228 | * Get s the valu e of the s urveySaved DateTime p roperty. | |
| 229 | * | |
| 230 | * @re turn | |
| 231 | * possible object is | |
| 232 | * {@link St ring } | |
| 233 | * | |
| 234 | */ | |
| 235 | public String ge tSurveySav edDateTime () { | |
| 236 | re turn surve ySavedDate Time; | |
| 237 | } | |
| 238 | ||
| 239 | /** | |
| 240 | * Set s the valu e of the s urveySaved DateTime p roperty. | |
| 241 | * | |
| 242 | * @pa ram value | |
| 243 | * allowed o bject is | |
| 244 | * {@link St ring } | |
| 245 | * | |
| 246 | */ | |
| 247 | public void setS urveySaved DateTime(S tring valu e) { | |
| 248 | th is.surveyS avedDateTi me = value ; | |
| 249 | } | |
| 250 | ||
| 251 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.