Produced by Araxis Merge on 8/22/2017 3:39:50 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 | GetEligibilityDeterminationResponse.java | Fri Aug 26 22:28:58 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 | GetEligibilityDeterminationResponse.java | Tue Aug 22 16:14:35 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 592 |
| Changed | 1 | 2 |
| 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 getEligib ilityDeter minationRe sponse com plex 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="getEl igibilityD eterminati onResponse "> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <elemen t name="ed status" ty pe="{http: //jaxws.we bservices. esr. URL /schemas}e ds" minOcc urs="0"/&g t; | |
| 22 | * <eleme nt name="v pid" type= "{http://w ww.w3.org/ 2001/XMLSc hema}strin g" minOccu rs="0"/> ; | |
| 23 | * <eleme nt name="f irstName" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="l astName" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 25 | * <eleme nt name="s sn" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 26 | * <eleme nt name="d ob" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 27 | * <eleme nt name="g ender" typ e="{http:/ /www.w3.or g/2001/XML Schema}str ing" minOc curs="0"/& gt; | |
| 28 | * <eleme nt name="i nvocationD ate" type= "{http://w ww.w3.org/ 2001/XMLSc hema}dateT ime" minOc curs="0"/& gt; | |
| 29 | * <eleme nt name="e esVersion" type="{ht tp://www.w 3.org/2001 /XMLSchema }string" m inOccurs=" 0"/> | |
| 30 | * <eleme nt name="n oDataMessa ge" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 31 | * & lt;/all> ; | |
| 32 | * < ;/restrict ion> | |
| 33 | * </ complexCon tent> | |
| 34 | * </co mplexType& gt; | |
| 35 | * </pre> | |
| 36 | * | |
| 37 | * | |
| 38 | */ | |
| 39 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 40 | @XmlType(n ame = "get Eligibilit yDetermina tionRespon se", propO rder = { | |
| 41 | ||
| 42 | }) | |
| 43 | public cla ss GetElig ibilityDet ermination Response { | |
| 44 | ||
| 45 | protec ted Eds ed status; | |
| 46 | protec ted String vpid; | |
| 47 | protec ted String firstName ; | |
| 48 | protec ted String lastName; | |
| 49 | protec ted String ssn; | |
| 50 | protec ted String dob; | |
| 51 | protec ted String gender; | |
| 52 | @XmlSc hemaType(n ame = "dat eTime") | |
| 53 | protec ted XMLGre gorianCale ndar invoc ationDate; | |
| 54 | protec ted String eesVersio n; | |
| 55 | protec ted String noDataMes sage; | |
| 56 | ||
| 57 | /** | |
| 58 | * Get s the valu e of the e dstatus pr operty. | |
| 59 | * | |
| 60 | * @re turn | |
| 61 | * possible object is | |
| 62 | * {@link Ed s } | |
| 63 | * | |
| 64 | */ | |
| 65 | public Eds getEd status() { | |
| 66 | re turn edsta tus; | |
| 67 | } | |
| 68 | ||
| 69 | /** | |
| 70 | * Set s the valu e of the e dstatus pr operty. | |
| 71 | * | |
| 72 | * @pa ram value | |
| 73 | * allowed o bject is | |
| 74 | * {@link Ed s } | |
| 75 | * | |
| 76 | */ | |
| 77 | public void setE dstatus(Ed s value) { | |
| 78 | th is.edstatu s = value; | |
| 79 | } | |
| 80 | ||
| 81 | /** | |
| 82 | * Get s the valu e of the v pid proper ty. | |
| 83 | * | |
| 84 | * @re turn | |
| 85 | * possible object is | |
| 86 | * {@link St ring } | |
| 87 | * | |
| 88 | */ | |
| 89 | public String ge tVpid() { | |
| 90 | re turn vpid; | |
| 91 | } | |
| 92 | ||
| 93 | /** | |
| 94 | * Set s the valu e of the v pid proper ty. | |
| 95 | * | |
| 96 | * @pa ram value | |
| 97 | * allowed o bject is | |
| 98 | * {@link St ring } | |
| 99 | * | |
| 100 | */ | |
| 101 | public void setV pid(String value) { | |
| 102 | th is.vpid = value; | |
| 103 | } | |
| 104 | ||
| 105 | /** | |
| 106 | * Get s the valu e of the f irstName p roperty. | |
| 107 | * | |
| 108 | * @re turn | |
| 109 | * possible object is | |
| 110 | * {@link St ring } | |
| 111 | * | |
| 112 | */ | |
| 113 | public String ge tFirstName () { | |
| 114 | re turn first Name; | |
| 115 | } | |
| 116 | ||
| 117 | /** | |
| 118 | * Set s the valu e of the f irstName p roperty. | |
| 119 | * | |
| 120 | * @pa ram value | |
| 121 | * allowed o bject is | |
| 122 | * {@link St ring } | |
| 123 | * | |
| 124 | */ | |
| 125 | public void setF irstName(S tring valu e) { | |
| 126 | th is.firstNa me = value ; | |
| 127 | } | |
| 128 | ||
| 129 | /** | |
| 130 | * Get s the valu e of the l astName pr operty. | |
| 131 | * | |
| 132 | * @re turn | |
| 133 | * possible object is | |
| 134 | * {@link St ring } | |
| 135 | * | |
| 136 | */ | |
| 137 | public String ge tLastName( ) { | |
| 138 | re turn lastN ame; | |
| 139 | } | |
| 140 | ||
| 141 | /** | |
| 142 | * Set s the valu e of the l astName pr operty. | |
| 143 | * | |
| 144 | * @pa ram value | |
| 145 | * allowed o bject is | |
| 146 | * {@link St ring } | |
| 147 | * | |
| 148 | */ | |
| 149 | public void setL astName(St ring value ) { | |
| 150 | th is.lastNam e = value; | |
| 151 | } | |
| 152 | ||
| 153 | /** | |
| 154 | * Get s the valu e of the s sn propert y. | |
| 155 | * | |
| 156 | * @re turn | |
| 157 | * possible object is | |
| 158 | * {@link St ring } | |
| 159 | * | |
| 160 | */ | |
| 161 | public String ge tSsn() { | |
| 162 | re turn ssn; | |
| 163 | } | |
| 164 | ||
| 165 | /** | |
| 166 | * Set s the valu e of the s sn propert y. | |
| 167 | * | |
| 168 | * @pa ram value | |
| 169 | * allowed o bject is | |
| 170 | * {@link St ring } | |
| 171 | * | |
| 172 | */ | |
| 173 | public void setS sn(String value) { | |
| 174 | th is.ssn = v alue; | |
| 175 | } | |
| 176 | ||
| 177 | /** | |
| 178 | * Get s the valu e of the d ob propert y. | |
| 179 | * | |
| 180 | * @re turn | |
| 181 | * possible object is | |
| 182 | * {@link St ring } | |
| 183 | * | |
| 184 | */ | |
| 185 | public String ge tDob() { | |
| 186 | re turn dob; | |
| 187 | } | |
| 188 | ||
| 189 | /** | |
| 190 | * Set s the valu e of the d ob propert y. | |
| 191 | * | |
| 192 | * @pa ram value | |
| 193 | * allowed o bject is | |
| 194 | * {@link St ring } | |
| 195 | * | |
| 196 | */ | |
| 197 | public void setD ob(String value) { | |
| 198 | th is.dob = v alue; | |
| 199 | } | |
| 200 | ||
| 201 | /** | |
| 202 | * Get s the valu e of the g ender prop erty. | |
| 203 | * | |
| 204 | * @re turn | |
| 205 | * possible object is | |
| 206 | * {@link St ring } | |
| 207 | * | |
| 208 | */ | |
| 209 | public String ge tGender() { | |
| 210 | re turn gende r; | |
| 211 | } | |
| 212 | ||
| 213 | /** | |
| 214 | * Set s the valu e of the g ender prop erty. | |
| 215 | * | |
| 216 | * @pa ram value | |
| 217 | * allowed o bject is | |
| 218 | * {@link St ring } | |
| 219 | * | |
| 220 | */ | |
| 221 | public void setG ender(Stri ng value) { | |
| 222 | th is.gender = value; | |
| 223 | } | |
| 224 | ||
| 225 | /** | |
| 226 | * Get s the valu e of the i nvocationD ate proper ty. | |
| 227 | * | |
| 228 | * @re turn | |
| 229 | * possible object is | |
| 230 | * {@link XM LGregorian Calendar } | |
| 231 | * | |
| 232 | */ | |
| 233 | public XMLGregor ianCalenda r getInvoc ationDate( ) { | |
| 234 | re turn invoc ationDate; | |
| 235 | } | |
| 236 | ||
| 237 | /** | |
| 238 | * Set s the valu e of the i nvocationD ate proper ty. | |
| 239 | * | |
| 240 | * @pa ram value | |
| 241 | * allowed o bject is | |
| 242 | * {@link XM LGregorian Calendar } | |
| 243 | * | |
| 244 | */ | |
| 245 | public void setI nvocationD ate(XMLGre gorianCale ndar value ) { | |
| 246 | th is.invocat ionDate = value; | |
| 247 | } | |
| 248 | ||
| 249 | /** | |
| 250 | * Get s the valu e of the e esVersion property. | |
| 251 | * | |
| 252 | * @re turn | |
| 253 | * possible object is | |
| 254 | * {@link St ring } | |
| 255 | * | |
| 256 | */ | |
| 257 | public String ge tEesVersio n() { | |
| 258 | re turn eesVe rsion; | |
| 259 | } | |
| 260 | ||
| 261 | /** | |
| 262 | * Set s the valu e of the e esVersion property. | |
| 263 | * | |
| 264 | * @pa ram value | |
| 265 | * allowed o bject is | |
| 266 | * {@link St ring } | |
| 267 | * | |
| 268 | */ | |
| 269 | public void setE esVersion( String val ue) { | |
| 270 | th is.eesVers ion = valu e; | |
| 271 | } | |
| 272 | ||
| 273 | /** | |
| 274 | * Get s the valu e of the n oDataMessa ge propert y. | |
| 275 | * | |
| 276 | * @re turn | |
| 277 | * possible object is | |
| 278 | * {@link St ring } | |
| 279 | * | |
| 280 | */ | |
| 281 | public String ge tNoDataMes sage() { | |
| 282 | re turn noDat aMessage; | |
| 283 | } | |
| 284 | ||
| 285 | /** | |
| 286 | * Set s the valu e of the n oDataMessa ge propert y. | |
| 287 | * | |
| 288 | * @pa ram value | |
| 289 | * allowed o bject is | |
| 290 | * {@link St ring } | |
| 291 | * | |
| 292 | */ | |
| 293 | public void setN oDataMessa ge(String value) { | |
| 294 | th is.noDataM essage = v alue; | |
| 295 | } | |
| 296 | ||
| 297 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.