Produced by Araxis Merge on 10/3/2017 11:15:42 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 | QuestionnaireBean.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 | QuestionnaireBean.java | Mon Oct 2 19:55:41 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 6 | 636 |
| Changed | 5 | 10 |
| 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 questionn aireBean c omplex typ e. | |
| 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="quest ionnaireBe an"> | |
| 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 | * <elemen t name="en teredBy" t ype="{http ://webserv ice.vds. URL /}provider " minOccur s="0"/> | |
| 26 | * <eleme nt name="e nteredDate " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 27 | * <eleme nt name="n ame" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 28 | * <eleme nt name="r ecordId" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 29 | * <elemen t name="re sponseComm ents" type ="{http:// webservice .vds. URL /}question naireRespo nseComment s" maxOccu rs="unboun ded" minOc curs="0"/> | |
| 30 | * <eleme nt name="r esponseDat e" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/> | |
| 31 | * <elemen t name="re sponses" t ype="{http ://webserv ice.vds. URL /}question naireDetai ls" maxOcc urs="unbou nded" minO ccurs="0"/ > | |
| 32 | * <eleme nt name="t ype" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> | |
| 33 | * <eleme nt name="v ersion" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="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 = "que stionnaire Bean", nam espace = " http://web service.vd s. URL /", propOr der = { | |
| 44 | "comme nts", | |
| 45 | "enter edBy", | |
| 46 | "enter edDate", | |
| 47 | "name" , | |
| 48 | "recor dId", | |
| 49 | "respo nseComment s", | |
| 50 | "respo nseDate", | |
| 51 | "respo nses", | |
| 52 | "type" , | |
| 53 | "versi on" | |
| 54 | }) | |
| 55 | public cla ss Questio nnaireBean | |
| 56 | extend s DataBean | |
| 57 | { | |
| 58 | ||
| 59 | protec ted String comments; | |
| 60 | protec ted Provid er entered By; | |
| 61 | protec ted String enteredDa te; | |
| 62 | protec ted String name; | |
| 63 | protec ted String recordId; | |
| 64 | @XmlEl ement(nill able = tru e) | |
| 65 | protec ted List<Q uestionnai reResponse Comments> responseCo mments; | |
| 66 | @XmlSc hemaType(n ame = "dat eTime") | |
| 67 | protec ted XMLGre gorianCale ndar respo nseDate; | |
| 68 | @XmlEl ement(nill able = tru e) | |
| 69 | protec ted List<Q uestionnai reDetails> responses ; | |
| 70 | protec ted String type; | |
| 71 | protec ted String version; | |
| 72 | ||
| 73 | /** | |
| 74 | * Get s the valu e of the c omments pr operty. | |
| 75 | * | |
| 76 | * @re turn | |
| 77 | * possible object is | |
| 78 | * {@link St ring } | |
| 79 | * | |
| 80 | */ | |
| 81 | public String ge tComments( ) { | |
| 82 | re turn comme nts; | |
| 83 | } | |
| 84 | ||
| 85 | /** | |
| 86 | * Set s the valu e of the c omments pr operty. | |
| 87 | * | |
| 88 | * @pa ram value | |
| 89 | * allowed o bject is | |
| 90 | * {@link St ring } | |
| 91 | * | |
| 92 | */ | |
| 93 | public void setC omments(St ring value ) { | |
| 94 | th is.comment s = value; | |
| 95 | } | |
| 96 | ||
| 97 | /** | |
| 98 | * Get s the valu e of the e nteredBy p roperty. | |
| 99 | * | |
| 100 | * @re turn | |
| 101 | * possible object is | |
| 102 | * {@link Pr ovider } | |
| 103 | * | |
| 104 | */ | |
| 105 | public Provider getEntered By() { | |
| 106 | re turn enter edBy; | |
| 107 | } | |
| 108 | ||
| 109 | /** | |
| 110 | * Set s the valu e of the e nteredBy p roperty. | |
| 111 | * | |
| 112 | * @pa ram value | |
| 113 | * allowed o bject is | |
| 114 | * {@link Pr ovider } | |
| 115 | * | |
| 116 | */ | |
| 117 | public void setE nteredBy(P rovider va lue) { | |
| 118 | th is.entered By = value ; | |
| 119 | } | |
| 120 | ||
| 121 | /** | |
| 122 | * Get s the valu e of the e nteredDate property. | |
| 123 | * | |
| 124 | * @re turn | |
| 125 | * possible object is | |
| 126 | * {@link St ring } | |
| 127 | * | |
| 128 | */ | |
| 129 | public String ge tEnteredDa te() { | |
| 130 | re turn enter edDate; | |
| 131 | } | |
| 132 | ||
| 133 | /** | |
| 134 | * Set s the valu e of the e nteredDate property. | |
| 135 | * | |
| 136 | * @pa ram value | |
| 137 | * allowed o bject is | |
| 138 | * {@link St ring } | |
| 139 | * | |
| 140 | */ | |
| 141 | public void setE nteredDate (String va lue) { | |
| 142 | th is.entered Date = val ue; | |
| 143 | } | |
| 144 | ||
| 145 | /** | |
| 146 | * Get s the valu e of the n ame proper ty. | |
| 147 | * | |
| 148 | * @re turn | |
| 149 | * possible object is | |
| 150 | * {@link St ring } | |
| 151 | * | |
| 152 | */ | |
| 153 | public String ge tName() { | |
| 154 | re turn name; | |
| 155 | } | |
| 156 | ||
| 157 | /** | |
| 158 | * Set s the valu e of the n ame proper ty. | |
| 159 | * | |
| 160 | * @pa ram value | |
| 161 | * allowed o bject is | |
| 162 | * {@link St ring } | |
| 163 | * | |
| 164 | */ | |
| 165 | public void setN ame(String value) { | |
| 166 | th is.name = value; | |
| 167 | } | |
| 168 | ||
| 169 | /** | |
| 170 | * Get s the valu e of the r ecordId pr operty. | |
| 171 | * | |
| 172 | * @re turn | |
| 173 | * possible object is | |
| 174 | * {@link St ring } | |
| 175 | * | |
| 176 | */ | |
| 177 | public String ge tRecordId( ) { | |
| 178 | re turn recor dId; | |
| 179 | } | |
| 180 | ||
| 181 | /** | |
| 182 | * Set s the valu e of the r ecordId pr operty. | |
| 183 | * | |
| 184 | * @pa ram value | |
| 185 | * allowed o bject is | |
| 186 | * {@link St ring } | |
| 187 | * | |
| 188 | */ | |
| 189 | public void setR ecordId(St ring value ) { | |
| 190 | th is.recordI d = value; | |
| 191 | } | |
| 192 | ||
| 193 | /** | |
| 194 | * Get s the valu e of the r esponseCom ments prop erty. | |
| 195 | * | |
| 196 | * <p> | |
| 197 | * Thi s accessor method re turns a re ference to the live list, | |
| 198 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 199 | * ret urned list will be p resent ins ide the JA XB object. | |
| 200 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the resp onseCommen ts propert y. | |
| 201 | * | |
| 202 | * <p> | |
| 203 | * For example, to add a n ew item, d o as follo ws: | |
| 204 | * <pr e> | |
| 205 | * getRespons eComments( ).add(newI tem); | |
| 206 | * </p re> | |
| 207 | * | |
| 208 | * | |
| 209 | * <p> | |
| 210 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 211 | * {@l ink Questi onnaireRes ponseComme nts } | |
| 212 | * | |
| 213 | * | |
| 214 | */ | |
| 215 | public List<Ques tionnaireR esponseCom ments> get ResponseCo mments() { | |
| 216 | if (response Comments = = null) { | |
| 217 | response Comments = new Array List<Quest ionnaireRe sponseComm ents>(); | |
| 218 | } | |
| 219 | re turn this. responseCo mments; | |
| 220 | } | |
| 221 | ||
| 222 | /** | |
| 223 | * Get s the valu e of the r esponseDat e property . | |
| 224 | * | |
| 225 | * @re turn | |
| 226 | * possible object is | |
| 227 | * {@link XM LGregorian Calendar } | |
| 228 | * | |
| 229 | */ | |
| 230 | public XMLGregor ianCalenda r getRespo nseDate() { | |
| 231 | re turn respo nseDate; | |
| 232 | } | |
| 233 | ||
| 234 | /** | |
| 235 | * Set s the valu e of the r esponseDat e property . | |
| 236 | * | |
| 237 | * @pa ram value | |
| 238 | * allowed o bject is | |
| 239 | * {@link XM LGregorian Calendar } | |
| 240 | * | |
| 241 | */ | |
| 242 | public void setR esponseDat e(XMLGrego rianCalend ar value) { | |
| 243 | th is.respons eDate = va lue; | |
| 244 | } | |
| 245 | ||
| 246 | /** | |
| 247 | * Get s the valu e of the r esponses p roperty. | |
| 248 | * | |
| 249 | * <p> | |
| 250 | * Thi s accessor method re turns a re ference to the live list, | |
| 251 | * not a snapsho t. Therefo re any mod ification you make t o the | |
| 252 | * ret urned list will be p resent ins ide the JA XB object. | |
| 253 | * Thi s is why t here is no t a <CODE> set</CODE> method fo r the resp onses prop erty. | |
| 254 | * | |
| 255 | * <p> | |
| 256 | * For example, to add a n ew item, d o as follo ws: | |
| 257 | * <pr e> | |
| 258 | * getRespons es().add(n ewItem); | |
| 259 | * </p re> | |
| 260 | * | |
| 261 | * | |
| 262 | * <p> | |
| 263 | * Obj ects of th e followin g type(s) are allowe d in the l ist | |
| 264 | * {@l ink Questi onnaireDet ails } | |
| 265 | * | |
| 266 | * | |
| 267 | */ | |
| 268 | public List<Ques tionnaireD etails> ge tResponses () { | |
| 269 | if (response s == null) { | |
| 270 | response s = new Ar rayList<Qu estionnair eDetails>( ); | |
| 271 | } | |
| 272 | re turn this. responses; | |
| 273 | } | |
| 274 | ||
| 275 | /** | |
| 276 | * Get s the valu e of the t ype proper ty. | |
| 277 | * | |
| 278 | * @re turn | |
| 279 | * possible object is | |
| 280 | * {@link St ring } | |
| 281 | * | |
| 282 | */ | |
| 283 | public String ge tType() { | |
| 284 | re turn type; | |
| 285 | } | |
| 286 | ||
| 287 | /** | |
| 288 | * Set s the valu e of the t ype proper ty. | |
| 289 | * | |
| 290 | * @pa ram value | |
| 291 | * allowed o bject is | |
| 292 | * {@link St ring } | |
| 293 | * | |
| 294 | */ | |
| 295 | public void setT ype(String value) { | |
| 296 | th is.type = value; | |
| 297 | } | |
| 298 | ||
| 299 | /** | |
| 300 | * Get s the valu e of the v ersion pro perty. | |
| 301 | * | |
| 302 | * @re turn | |
| 303 | * possible object is | |
| 304 | * {@link St ring } | |
| 305 | * | |
| 306 | */ | |
| 307 | public String ge tVersion() { | |
| 308 | re turn versi on; | |
| 309 | } | |
| 310 | ||
| 311 | /** | |
| 312 | * Set s the valu e of the v ersion pro perty. | |
| 313 | * | |
| 314 | * @pa ram value | |
| 315 | * allowed o bject is | |
| 316 | * {@link St ring } | |
| 317 | * | |
| 318 | */ | |
| 319 | public void setV ersion(Str ing value) { | |
| 320 | th is.version = value; | |
| 321 | } | |
| 322 | ||
| 323 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.