Produced by Araxis Merge on 4/5/2017 4:25:31 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 | C:\working_scrub\Unredacted\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | DemographicInfo.java | Wed Feb 1 18:37:28 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\VAP Code Base\VAP_Bld2_Source_Code_CIF_2017-02-14\nvap-ext-svc-proxy\src\main\java\gov\va\med\esr\webservices\jaxws\schemas | DemographicInfo.java | Mon Apr 3 14:02:47 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 590 |
| Changed | 2 | 4 |
| 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.e sr.webserv ices.jaxws .schemas; | |
| 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 demograph icInfo 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="demog raphicInfo "> | |
| 18 | * <c omplexCont ent> | |
| 19 | * < ;restricti on base="{ http://www .w3.org/20 01/XMLSche ma}anyType "> | |
| 20 | * & lt;all> | |
| 21 | * <eleme nt name="a ppointment RequestDat e" type="{ http://www .w3.org/20 01/XMLSche ma}dateTim e" minOccu rs="0"/> | |
| 22 | * <eleme nt name="a ppointment RequestRes ponse" typ e="{http:/ /www.w3.or g/2001/XML Schema}boo lean" minO ccurs="0"/ > | |
| 23 | * <eleme nt name="c laimFolder Location" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 24 | * <eleme nt name="c laimFolder Number" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 25 | * <elemen t name="co ntactInfo" type="{ht tp://jaxws .webservic es.esr. URL /schemas}c ontactInfo " minOccur s="0"/> | |
| 26 | * <eleme nt name="e thnicity" type="{htt p://www.w3 .org/2001/ XMLSchema} string" mi nOccurs="0 "/> | |
| 27 | * <eleme nt name="m aritalStat us" type=" {http://ww w.w3.org/2 001/XMLSch ema}string " minOccur s="0"/> | |
| 28 | * <eleme nt name="p referredFa cility" ty pe="{http: //www.w3.o rg/2001/XM LSchema}st ring" minO ccurs="0"/ > | |
| 29 | * <elemen t name="ra ces" type= "{http://j axws.webse rvices.esr . URL /schemas}r aceCollect ion" minOc curs="0"/> | |
| 30 | * <eleme nt name="r eligion" t ype="{http ://www.w3. org/2001/X MLSchema}s tring" min Occurs="0" /> | |
| 31 | * & lt;/all> | |
| 32 | * < ;/restrict ion> | |
| 33 | * </ complexCon tent> | |
| 34 | * </co mplexType> | |
| 35 | * </pre> | |
| 36 | * | |
| 37 | * | |
| 38 | */ | |
| 39 | @XmlAccess orType(Xml AccessType .FIELD) | |
| 40 | @XmlType(n ame = "dem ographicIn fo", propO rder = { | |
| 41 | ||
| 42 | }) | |
| 43 | public cla ss Demogra phicInfo { | |
| 44 | ||
| 45 | @XmlSc hemaType(n ame = "dat eTime") | |
| 46 | protec ted XMLGre gorianCale ndar appoi ntmentRequ estDate; | |
| 47 | protec ted Boolea n appointm entRequest Response; | |
| 48 | protec ted String claimFold erLocation ; | |
| 49 | protec ted String claimFold erNumber; | |
| 50 | protec ted Contac tInfo cont actInfo; | |
| 51 | protec ted String ethnicity ; | |
| 52 | protec ted String maritalSt atus; | |
| 53 | protec ted String preferred Facility; | |
| 54 | protec ted RaceCo llection r aces; | |
| 55 | protec ted String religion; | |
| 56 | ||
| 57 | /** | |
| 58 | * Get s the valu e of the a ppointment RequestDat e property . | |
| 59 | * | |
| 60 | * @re turn | |
| 61 | * possible object is | |
| 62 | * {@link XM LGregorian Calendar } | |
| 63 | * | |
| 64 | */ | |
| 65 | public XMLGregor ianCalenda r getAppoi ntmentRequ estDate() { | |
| 66 | re turn appoi ntmentRequ estDate; | |
| 67 | } | |
| 68 | ||
| 69 | /** | |
| 70 | * Set s the valu e of the a ppointment RequestDat e property . | |
| 71 | * | |
| 72 | * @pa ram value | |
| 73 | * allowed o bject is | |
| 74 | * {@link XM LGregorian Calendar } | |
| 75 | * | |
| 76 | */ | |
| 77 | public void setA ppointment RequestDat e(XMLGrego rianCalend ar value) { | |
| 78 | th is.appoint mentReques tDate = va lue; | |
| 79 | } | |
| 80 | ||
| 81 | /** | |
| 82 | * Get s the valu e of the a ppointment RequestRes ponse prop erty. | |
| 83 | * | |
| 84 | * @re turn | |
| 85 | * possible object is | |
| 86 | * {@link Bo olean } | |
| 87 | * | |
| 88 | */ | |
| 89 | public Boolean i sAppointme ntRequestR esponse() { | |
| 90 | re turn appoi ntmentRequ estRespons e; | |
| 91 | } | |
| 92 | ||
| 93 | /** | |
| 94 | * Set s the valu e of the a ppointment RequestRes ponse prop erty. | |
| 95 | * | |
| 96 | * @pa ram value | |
| 97 | * allowed o bject is | |
| 98 | * {@link Bo olean } | |
| 99 | * | |
| 100 | */ | |
| 101 | public void setA ppointment RequestRes ponse(Bool ean value) { | |
| 102 | th is.appoint mentReques tResponse = value; | |
| 103 | } | |
| 104 | ||
| 105 | /** | |
| 106 | * Get s the valu e of the c laimFolder Location p roperty. | |
| 107 | * | |
| 108 | * @re turn | |
| 109 | * possible object is | |
| 110 | * {@link St ring } | |
| 111 | * | |
| 112 | */ | |
| 113 | public String ge tClaimFold erLocation () { | |
| 114 | re turn claim FolderLoca tion; | |
| 115 | } | |
| 116 | ||
| 117 | /** | |
| 118 | * Set s the valu e of the c laimFolder Location p roperty. | |
| 119 | * | |
| 120 | * @pa ram value | |
| 121 | * allowed o bject is | |
| 122 | * {@link St ring } | |
| 123 | * | |
| 124 | */ | |
| 125 | public void setC laimFolder Location(S tring valu e) { | |
| 126 | th is.claimFo lderLocati on = value ; | |
| 127 | } | |
| 128 | ||
| 129 | /** | |
| 130 | * Get s the valu e of the c laimFolder Number pro perty. | |
| 131 | * | |
| 132 | * @re turn | |
| 133 | * possible object is | |
| 134 | * {@link St ring } | |
| 135 | * | |
| 136 | */ | |
| 137 | public String ge tClaimFold erNumber() { | |
| 138 | re turn claim FolderNumb er; | |
| 139 | } | |
| 140 | ||
| 141 | /** | |
| 142 | * Set s the valu e of the c laimFolder Number pro perty. | |
| 143 | * | |
| 144 | * @pa ram value | |
| 145 | * allowed o bject is | |
| 146 | * {@link St ring } | |
| 147 | * | |
| 148 | */ | |
| 149 | public void setC laimFolder Number(Str ing value) { | |
| 150 | th is.claimFo lderNumber = value; | |
| 151 | } | |
| 152 | ||
| 153 | /** | |
| 154 | * Get s the valu e of the c ontactInfo property. | |
| 155 | * | |
| 156 | * @re turn | |
| 157 | * possible object is | |
| 158 | * {@link Co ntactInfo } | |
| 159 | * | |
| 160 | */ | |
| 161 | public ContactIn fo getCont actInfo() { | |
| 162 | re turn conta ctInfo; | |
| 163 | } | |
| 164 | ||
| 165 | /** | |
| 166 | * Set s the valu e of the c ontactInfo property. | |
| 167 | * | |
| 168 | * @pa ram value | |
| 169 | * allowed o bject is | |
| 170 | * {@link Co ntactInfo } | |
| 171 | * | |
| 172 | */ | |
| 173 | public void setC ontactInfo (ContactIn fo value) { | |
| 174 | th is.contact Info = val ue; | |
| 175 | } | |
| 176 | ||
| 177 | /** | |
| 178 | * Get s the valu e of the e thnicity p roperty. | |
| 179 | * | |
| 180 | * @re turn | |
| 181 | * possible object is | |
| 182 | * {@link St ring } | |
| 183 | * | |
| 184 | */ | |
| 185 | public String ge tEthnicity () { | |
| 186 | re turn ethni city; | |
| 187 | } | |
| 188 | ||
| 189 | /** | |
| 190 | * Set s the valu e of the e thnicity p roperty. | |
| 191 | * | |
| 192 | * @pa ram value | |
| 193 | * allowed o bject is | |
| 194 | * {@link St ring } | |
| 195 | * | |
| 196 | */ | |
| 197 | public void setE thnicity(S tring valu e) { | |
| 198 | th is.ethnici ty = value ; | |
| 199 | } | |
| 200 | ||
| 201 | /** | |
| 202 | * Get s the valu e of the m aritalStat us propert y. | |
| 203 | * | |
| 204 | * @re turn | |
| 205 | * possible object is | |
| 206 | * {@link St ring } | |
| 207 | * | |
| 208 | */ | |
| 209 | public String ge tMaritalSt atus() { | |
| 210 | re turn marit alStatus; | |
| 211 | } | |
| 212 | ||
| 213 | /** | |
| 214 | * Set s the valu e of the m aritalStat us propert y. | |
| 215 | * | |
| 216 | * @pa ram value | |
| 217 | * allowed o bject is | |
| 218 | * {@link St ring } | |
| 219 | * | |
| 220 | */ | |
| 221 | public void setM aritalStat us(String value) { | |
| 222 | th is.marital Status = v alue; | |
| 223 | } | |
| 224 | ||
| 225 | /** | |
| 226 | * Get s the valu e of the p referredFa cility pro perty. | |
| 227 | * | |
| 228 | * @re turn | |
| 229 | * possible object is | |
| 230 | * {@link St ring } | |
| 231 | * | |
| 232 | */ | |
| 233 | public String ge tPreferred Facility() { | |
| 234 | re turn prefe rredFacili ty; | |
| 235 | } | |
| 236 | ||
| 237 | /** | |
| 238 | * Set s the valu e of the p referredFa cility pro perty. | |
| 239 | * | |
| 240 | * @pa ram value | |
| 241 | * allowed o bject is | |
| 242 | * {@link St ring } | |
| 243 | * | |
| 244 | */ | |
| 245 | public void setP referredFa cility(Str ing value) { | |
| 246 | th is.preferr edFacility = value; | |
| 247 | } | |
| 248 | ||
| 249 | /** | |
| 250 | * Get s the valu e of the r aces prope rty. | |
| 251 | * | |
| 252 | * @re turn | |
| 253 | * possible object is | |
| 254 | * {@link Ra ceCollecti on } | |
| 255 | * | |
| 256 | */ | |
| 257 | public RaceColle ction getR aces() { | |
| 258 | re turn races ; | |
| 259 | } | |
| 260 | ||
| 261 | /** | |
| 262 | * Set s the valu e of the r aces prope rty. | |
| 263 | * | |
| 264 | * @pa ram value | |
| 265 | * allowed o bject is | |
| 266 | * {@link Ra ceCollecti on } | |
| 267 | * | |
| 268 | */ | |
| 269 | public void setR aces(RaceC ollection value) { | |
| 270 | th is.races = value; | |
| 271 | } | |
| 272 | ||
| 273 | /** | |
| 274 | * Get s the valu e of the r eligion pr operty. | |
| 275 | * | |
| 276 | * @re turn | |
| 277 | * possible object is | |
| 278 | * {@link St ring } | |
| 279 | * | |
| 280 | */ | |
| 281 | public String ge tReligion( ) { | |
| 282 | re turn relig ion; | |
| 283 | } | |
| 284 | ||
| 285 | /** | |
| 286 | * Set s the valu e of the r eligion pr operty. | |
| 287 | * | |
| 288 | * @pa ram value | |
| 289 | * allowed o bject is | |
| 290 | * {@link St ring } | |
| 291 | * | |
| 292 | */ | |
| 293 | public void setR eligion(St ring value ) { | |
| 294 | th is.religio n = value; | |
| 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.