Produced by Araxis Merge on 8/22/2017 3:39:49 PM 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 | PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | CatastrophicDisabilityInfo.java | Fri Aug 26 22:28:56 2016 UTC |
| 2 | PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\eAnde | CatastrophicDisabilityInfo.java | Tue Aug 22 16:14:17 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 700 |
| Changed | 2 | 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.p harmacy.ws clients.eA nde; | |
| 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.XmlSche maType; | |
| 7 | import jav ax.xml.bin d.annotati on.XmlType ; | |
| 8 | import jav ax.xml.dat atype.XMLG regorianCa lendar; | |
| 9 | ||
| 10 | ||
| 11 | /** | |
| 12 | * <p>Java class for catastrop hicDisabil ityInfo co mplex 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="catas trophicDis abilityInf o"> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <eleme nt name="c atastrophi callyDisab led" type= "{http://w ww.w3.org/ 2001/XMLSc hema}boole an" minOcc urs="0"/&g t; | |
| 22 | * <elemen t name="cd Conditions " type="{h ttp://jaxw s.webservi ces.esr. URL /schemas}c dCondition Collection " minOccur s="0"/> | |
| 23 | * <elemen t name="cd Procedures " type="{h ttp://jaxw s.webservi ces.esr. URL /schemas}c dProcedure Collection " minOccur s="0"/> | |
| 24 | * <eleme nt name="d ecisionDat e" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/> ; | |
| 25 | * <eleme nt name="d eterminati onFacility " type="{h ttp://www. w3.org/200 1/XMLSchem a}string" minOccurs= "0"/> | |
| 26 | * <eleme nt name="d eterminati onMethod" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 27 | * <eleme nt name="d eterminedB y" type="{ http://www .w3.org/20 01/XMLSche ma}string" minOccurs ="0"/> | |
| 28 | * <elemen t name="di agnoses" t ype="{http ://jaxws.w ebservices .esr. URL /schemas}c dDiagnosis Collection " minOccur s="0"/> | |
| 29 | * <eleme nt name="f acilityIni tiatedCDRe viewDate" type="{htt p://www.w3 .org/2001/ XMLSchema} dateTime" minOccurs= "0"/> | |
| 30 | * <eleme nt name="r eviewDate" type="{ht tp://www.w 3.org/2001 /XMLSchema }dateTime" minOccurs ="0"/> | |
| 31 | * <eleme nt name="v eteranRequ estedCDRev iewDate" t ype="{http ://www.w3. org/2001/X MLSchema}d ateTime" m inOccurs=" 0"/> | |
| 32 | * <eleme nt name="v eteranWasN otifiedCDD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/& gt; | |
| 33 | * & lt;/all> ; | |
| 34 | * < ;/restrict ion> | |
| 35 | * </ complexCon tent> | |
| 36 | * </co mplexType& gt; | |
| 37 | * </pre> | |
| 38 | * | |
| 39 | * | |
| 40 | */ | |
| 41 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 42 | @XmlType(n ame = "cat astrophicD isabilityI nfo", prop Order = { | |
| 43 | ||
| 44 | }) | |
| 45 | public cla ss Catastr ophicDisab ilityInfo { | |
| 46 | ||
| 47 | protec ted Boolea n catastro phicallyDi sabled; | |
| 48 | protec ted CdCond itionColle ction cdCo nditions; | |
| 49 | protec ted CdProc edureColle ction cdPr ocedures; | |
| 50 | @XmlSc hemaType(n ame = "dat eTime") | |
| 51 | protec ted XMLGre gorianCale ndar decis ionDate; | |
| 52 | protec ted String determina tionFacili ty; | |
| 53 | protec ted String determina tionMethod ; | |
| 54 | protec ted String determine dBy; | |
| 55 | protec ted CdDiag nosisColle ction diag noses; | |
| 56 | @XmlSc hemaType(n ame = "dat eTime") | |
| 57 | protec ted XMLGre gorianCale ndar facil ityInitiat edCDReview Date; | |
| 58 | @XmlSc hemaType(n ame = "dat eTime") | |
| 59 | protec ted XMLGre gorianCale ndar revie wDate; | |
| 60 | @XmlSc hemaType(n ame = "dat eTime") | |
| 61 | protec ted XMLGre gorianCale ndar veter anRequeste dCDReviewD ate; | |
| 62 | @XmlSc hemaType(n ame = "dat eTime") | |
| 63 | protec ted XMLGre gorianCale ndar veter anWasNotif iedCDDate; | |
| 64 | ||
| 65 | /** | |
| 66 | * Get s the valu e of the c atastrophi callyDisab led proper ty. | |
| 67 | * | |
| 68 | * @re turn | |
| 69 | * possible object is | |
| 70 | * {@link Bo olean } | |
| 71 | * | |
| 72 | */ | |
| 73 | public Boolean i sCatastrop hicallyDis abled() { | |
| 74 | re turn catas trophicall yDisabled; | |
| 75 | } | |
| 76 | ||
| 77 | /** | |
| 78 | * Set s the valu e of the c atastrophi callyDisab led proper ty. | |
| 79 | * | |
| 80 | * @pa ram value | |
| 81 | * allowed o bject is | |
| 82 | * {@link Bo olean } | |
| 83 | * | |
| 84 | */ | |
| 85 | public void setC atastrophi callyDisab led(Boolea n value) { | |
| 86 | th is.catastr ophicallyD isabled = value; | |
| 87 | } | |
| 88 | ||
| 89 | /** | |
| 90 | * Get s the valu e of the c dCondition s property . | |
| 91 | * | |
| 92 | * @re turn | |
| 93 | * possible object is | |
| 94 | * {@link Cd ConditionC ollection } | |
| 95 | * | |
| 96 | */ | |
| 97 | public CdConditi onCollecti on getCdCo nditions() { | |
| 98 | re turn cdCon ditions; | |
| 99 | } | |
| 100 | ||
| 101 | /** | |
| 102 | * Set s the valu e of the c dCondition s property . | |
| 103 | * | |
| 104 | * @pa ram value | |
| 105 | * allowed o bject is | |
| 106 | * {@link Cd ConditionC ollection } | |
| 107 | * | |
| 108 | */ | |
| 109 | public void setC dCondition s(CdCondit ionCollect ion value) { | |
| 110 | th is.cdCondi tions = va lue; | |
| 111 | } | |
| 112 | ||
| 113 | /** | |
| 114 | * Get s the valu e of the c dProcedure s property . | |
| 115 | * | |
| 116 | * @re turn | |
| 117 | * possible object is | |
| 118 | * {@link Cd ProcedureC ollection } | |
| 119 | * | |
| 120 | */ | |
| 121 | public CdProcedu reCollecti on getCdPr ocedures() { | |
| 122 | re turn cdPro cedures; | |
| 123 | } | |
| 124 | ||
| 125 | /** | |
| 126 | * Set s the valu e of the c dProcedure s property . | |
| 127 | * | |
| 128 | * @pa ram value | |
| 129 | * allowed o bject is | |
| 130 | * {@link Cd ProcedureC ollection } | |
| 131 | * | |
| 132 | */ | |
| 133 | public void setC dProcedure s(CdProced ureCollect ion value) { | |
| 134 | th is.cdProce dures = va lue; | |
| 135 | } | |
| 136 | ||
| 137 | /** | |
| 138 | * Get s the valu e of the d ecisionDat e property . | |
| 139 | * | |
| 140 | * @re turn | |
| 141 | * possible object is | |
| 142 | * {@link XM LGregorian Calendar } | |
| 143 | * | |
| 144 | */ | |
| 145 | public XMLGregor ianCalenda r getDecis ionDate() { | |
| 146 | re turn decis ionDate; | |
| 147 | } | |
| 148 | ||
| 149 | /** | |
| 150 | * Set s the valu e of the d ecisionDat e property . | |
| 151 | * | |
| 152 | * @pa ram value | |
| 153 | * allowed o bject is | |
| 154 | * {@link XM LGregorian Calendar } | |
| 155 | * | |
| 156 | */ | |
| 157 | public void setD ecisionDat e(XMLGrego rianCalend ar value) { | |
| 158 | th is.decisio nDate = va lue; | |
| 159 | } | |
| 160 | ||
| 161 | /** | |
| 162 | * Get s the valu e of the d eterminati onFacility property. | |
| 163 | * | |
| 164 | * @re turn | |
| 165 | * possible object is | |
| 166 | * {@link St ring } | |
| 167 | * | |
| 168 | */ | |
| 169 | public String ge tDetermina tionFacili ty() { | |
| 170 | re turn deter minationFa cility; | |
| 171 | } | |
| 172 | ||
| 173 | /** | |
| 174 | * Set s the valu e of the d eterminati onFacility property. | |
| 175 | * | |
| 176 | * @pa ram value | |
| 177 | * allowed o bject is | |
| 178 | * {@link St ring } | |
| 179 | * | |
| 180 | */ | |
| 181 | public void setD eterminati onFacility (String va lue) { | |
| 182 | th is.determi nationFaci lity = val ue; | |
| 183 | } | |
| 184 | ||
| 185 | /** | |
| 186 | * Get s the valu e of the d eterminati onMethod p roperty. | |
| 187 | * | |
| 188 | * @re turn | |
| 189 | * possible object is | |
| 190 | * {@link St ring } | |
| 191 | * | |
| 192 | */ | |
| 193 | public String ge tDetermina tionMethod () { | |
| 194 | re turn deter minationMe thod; | |
| 195 | } | |
| 196 | ||
| 197 | /** | |
| 198 | * Set s the valu e of the d eterminati onMethod p roperty. | |
| 199 | * | |
| 200 | * @pa ram value | |
| 201 | * allowed o bject is | |
| 202 | * {@link St ring } | |
| 203 | * | |
| 204 | */ | |
| 205 | public void setD eterminati onMethod(S tring valu e) { | |
| 206 | th is.determi nationMeth od = value ; | |
| 207 | } | |
| 208 | ||
| 209 | /** | |
| 210 | * Get s the valu e of the d eterminedB y property . | |
| 211 | * | |
| 212 | * @re turn | |
| 213 | * possible object is | |
| 214 | * {@link St ring } | |
| 215 | * | |
| 216 | */ | |
| 217 | public String ge tDetermine dBy() { | |
| 218 | re turn deter minedBy; | |
| 219 | } | |
| 220 | ||
| 221 | /** | |
| 222 | * Set s the valu e of the d eterminedB y property . | |
| 223 | * | |
| 224 | * @pa ram value | |
| 225 | * allowed o bject is | |
| 226 | * {@link St ring } | |
| 227 | * | |
| 228 | */ | |
| 229 | public void setD eterminedB y(String v alue) { | |
| 230 | th is.determi nedBy = va lue; | |
| 231 | } | |
| 232 | ||
| 233 | /** | |
| 234 | * Get s the valu e of the d iagnoses p roperty. | |
| 235 | * | |
| 236 | * @re turn | |
| 237 | * possible object is | |
| 238 | * {@link Cd DiagnosisC ollection } | |
| 239 | * | |
| 240 | */ | |
| 241 | public CdDiagnos isCollecti on getDiag noses() { | |
| 242 | re turn diagn oses; | |
| 243 | } | |
| 244 | ||
| 245 | /** | |
| 246 | * Set s the valu e of the d iagnoses p roperty. | |
| 247 | * | |
| 248 | * @pa ram value | |
| 249 | * allowed o bject is | |
| 250 | * {@link Cd DiagnosisC ollection } | |
| 251 | * | |
| 252 | */ | |
| 253 | public void setD iagnoses(C dDiagnosis Collection value) { | |
| 254 | th is.diagnos es = value ; | |
| 255 | } | |
| 256 | ||
| 257 | /** | |
| 258 | * Get s the valu e of the f acilityIni tiatedCDRe viewDate p roperty. | |
| 259 | * | |
| 260 | * @re turn | |
| 261 | * possible object is | |
| 262 | * {@link XM LGregorian Calendar } | |
| 263 | * | |
| 264 | */ | |
| 265 | public XMLGregor ianCalenda r getFacil ityInitiat edCDReview Date() { | |
| 266 | re turn facil ityInitiat edCDReview Date; | |
| 267 | } | |
| 268 | ||
| 269 | /** | |
| 270 | * Set s the valu e of the f acilityIni tiatedCDRe viewDate p roperty. | |
| 271 | * | |
| 272 | * @pa ram value | |
| 273 | * allowed o bject is | |
| 274 | * {@link XM LGregorian Calendar } | |
| 275 | * | |
| 276 | */ | |
| 277 | public void setF acilityIni tiatedCDRe viewDate(X MLGregoria nCalendar value) { | |
| 278 | th is.facilit yInitiated CDReviewDa te = value ; | |
| 279 | } | |
| 280 | ||
| 281 | /** | |
| 282 | * Get s the valu e of the r eviewDate property. | |
| 283 | * | |
| 284 | * @re turn | |
| 285 | * possible object is | |
| 286 | * {@link XM LGregorian Calendar } | |
| 287 | * | |
| 288 | */ | |
| 289 | public XMLGregor ianCalenda r getRevie wDate() { | |
| 290 | re turn revie wDate; | |
| 291 | } | |
| 292 | ||
| 293 | /** | |
| 294 | * Set s the valu e of the r eviewDate property. | |
| 295 | * | |
| 296 | * @pa ram value | |
| 297 | * allowed o bject is | |
| 298 | * {@link XM LGregorian Calendar } | |
| 299 | * | |
| 300 | */ | |
| 301 | public void setR eviewDate( XMLGregori anCalendar value) { | |
| 302 | th is.reviewD ate = valu e; | |
| 303 | } | |
| 304 | ||
| 305 | /** | |
| 306 | * Get s the valu e of the v eteranRequ estedCDRev iewDate pr operty. | |
| 307 | * | |
| 308 | * @re turn | |
| 309 | * possible object is | |
| 310 | * {@link XM LGregorian Calendar } | |
| 311 | * | |
| 312 | */ | |
| 313 | public XMLGregor ianCalenda r getVeter anRequeste dCDReviewD ate() { | |
| 314 | re turn veter anRequeste dCDReviewD ate; | |
| 315 | } | |
| 316 | ||
| 317 | /** | |
| 318 | * Set s the valu e of the v eteranRequ estedCDRev iewDate pr operty. | |
| 319 | * | |
| 320 | * @pa ram value | |
| 321 | * allowed o bject is | |
| 322 | * {@link XM LGregorian Calendar } | |
| 323 | * | |
| 324 | */ | |
| 325 | public void setV eteranRequ estedCDRev iewDate(XM LGregorian Calendar v alue) { | |
| 326 | th is.veteran RequestedC DReviewDat e = value; | |
| 327 | } | |
| 328 | ||
| 329 | /** | |
| 330 | * Get s the valu e of the v eteranWasN otifiedCDD ate proper ty. | |
| 331 | * | |
| 332 | * @re turn | |
| 333 | * possible object is | |
| 334 | * {@link XM LGregorian Calendar } | |
| 335 | * | |
| 336 | */ | |
| 337 | public XMLGregor ianCalenda r getVeter anWasNotif iedCDDate( ) { | |
| 338 | re turn veter anWasNotif iedCDDate; | |
| 339 | } | |
| 340 | ||
| 341 | /** | |
| 342 | * Set s the valu e of the v eteranWasN otifiedCDD ate proper ty. | |
| 343 | * | |
| 344 | * @pa ram value | |
| 345 | * allowed o bject is | |
| 346 | * {@link XM LGregorian Calendar } | |
| 347 | * | |
| 348 | */ | |
| 349 | public void setV eteranWasN otifiedCDD ate(XMLGre gorianCale ndar value ) { | |
| 350 | th is.veteran WasNotifie dCDDate = value; | |
| 351 | } | |
| 352 | ||
| 353 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.